aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-24 15:18:31 +0000
committerChris Larson <clarson@kergoth.com>2004-03-24 15:18:31 +0000
commitaf4d5d0cfd2e6ae07d861c29af74f0ef7aa2d18f (patch)
tree50236daebba52bd8ba1a8df1148937e6d4e222a5 /conf
parentad61676d344ff72a66ba0922cea5ed300edeed05 (diff)
downloadopenembedded-af4d5d0cfd2e6ae07d861c29af74f0ef7aa2d18f.tar.gz
Update the local.conf.sample per the recent OE changes.
BKrev: 4061a6c7wFHqmRrSHEN81IZroqLxiA
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf.sample7
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"