diff options
| -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 | ||
