diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-14 12:43:17 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-14 12:43:17 +0000 |
commit | 6c7c91760065546e4bcd886eaf9af4719465b5c3 (patch) | |
tree | 12cd264cdcd7c54dd59bad050abd69c84326260e /build/conf | |
parent | 1c53bc025069566810d1df21f408008867e9b798 (diff) | |
download | poky-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/conf')
-rw-r--r-- | build/conf/local.conf.sample | 13 |
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 @@ | |||
2 | DL_DIR ?= "${OEROOT}/sources" | 2 | DL_DIR ?= "${OEROOT}/sources" |
3 | BBFILES = "${OEROOT}/meta/packages/*/*.bb" | 3 | BBFILES = "${OEROOT}/meta/packages/*/*.bb" |
4 | 4 | ||
5 | # To enable extra packages, uncomment the following lines: | 5 | # Poky has various extra metadata collections (openmoko, extras). |
6 | # BBFILES := "${OEROOT}/meta/packages/*/*.bb ${OEROOT}/meta-extras/packages/*/*.bb" | 6 | # To enable these, uncomment all (or some of) the following lines: |
7 | # BBFILE_COLLECTIONS = "normal extras" | 7 | # BBFILES = "\ |
8 | # ${OEROOT}/meta/packages/*/*.bb | ||
9 | # ${OEROOT}/meta-extras/packages/*/*.bb | ||
10 | # ${OEROOT}/meta-openmoko/packages/*/*.bb | ||
11 | # " | ||
12 | # BBFILE_COLLECTIONS = "normal extras openmoko" | ||
8 | # BBFILE_PATTERN_normal = "^${OEROOT}/meta/" | 13 | # BBFILE_PATTERN_normal = "^${OEROOT}/meta/" |
9 | # BBFILE_PATTERN_extras = "^${OEROOT}/meta-extras/" | 14 | # BBFILE_PATTERN_extras = "^${OEROOT}/meta-extras/" |
15 | # BBFILE_PATTERN_openmoko = "^${OEROOT}/meta-openmoko/" | ||
10 | # BBFILE_PRIORITY_normal = "5" | 16 | # BBFILE_PRIORITY_normal = "5" |
11 | # BBFILE_PRIORITY_extras = "5" | 17 | # BBFILE_PRIORITY_extras = "5" |
18 | # BBFILE_PRIORITY_openmoko = "5" | ||
12 | 19 | ||
13 | BBMASK = "" | 20 | BBMASK = "" |
14 | 21 | ||