diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-24 15:18:31 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-24 15:18:31 +0000 |
commit | af4d5d0cfd2e6ae07d861c29af74f0ef7aa2d18f (patch) | |
tree | 50236daebba52bd8ba1a8df1148937e6d4e222a5 /conf/local.conf.sample | |
parent | ad61676d344ff72a66ba0922cea5ed300edeed05 (diff) |
Update the local.conf.sample per the recent OE changes.
BKrev: 4061a6c7wFHqmRrSHEN81IZroqLxiA
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" |