summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-14 12:43:17 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-14 12:43:17 +0000
commit6c7c91760065546e4bcd886eaf9af4719465b5c3 (patch)
tree12cd264cdcd7c54dd59bad050abd69c84326260e /build
parent1c53bc025069566810d1df21f408008867e9b798 (diff)
downloadopenembedded-core-6c7c91760065546e4bcd886eaf9af4719465b5c3.tar.gz
local.conf.sample: Add info about enabling meta-openmoko
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2494 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample13
1 files changed, 10 insertions, 3 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 4816294f9c..f2fe56a497 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -2,13 +2,20 @@
DL_DIR ?= "${OEROOT}/sources"
BBFILES = "${OEROOT}/meta/packages/*/*.bb"
-# To enable extra packages, uncomment the following lines:
-# BBFILES := "${OEROOT}/meta/packages/*/*.bb ${OEROOT}/meta-extras/packages/*/*.bb"
-# BBFILE_COLLECTIONS = "normal extras"
+# Poky has various extra metadata collections (openmoko, extras).
+# To enable these, uncomment all (or some of) the following lines:
+# BBFILES = "\
+# ${OEROOT}/meta/packages/*/*.bb
+# ${OEROOT}/meta-extras/packages/*/*.bb
+# ${OEROOT}/meta-openmoko/packages/*/*.bb
+# "
+# BBFILE_COLLECTIONS = "normal extras openmoko"
# BBFILE_PATTERN_normal = "^${OEROOT}/meta/"
# BBFILE_PATTERN_extras = "^${OEROOT}/meta-extras/"
+# BBFILE_PATTERN_openmoko = "^${OEROOT}/meta-openmoko/"
# BBFILE_PRIORITY_normal = "5"
# BBFILE_PRIORITY_extras = "5"
+# BBFILE_PRIORITY_openmoko = "5"
BBMASK = ""