diff options
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index e69de29bb2..8083255286 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -0,0 +1,7 @@ +TARGET_ARCH = "arm" +DL_DIR = "${HOME}/sources" +OEFILES = "*/*.oe" +# NOTE: only recent oemake's obey OEMASK directly +OEMASK = "-initial|/(binutils|uclibc|avr-libc|gcc|linux|grub|qte_|qte-for-qtopia)" + +#INHERIT = "package_tar" |