From 6c7c91760065546e4bcd886eaf9af4719465b5c3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 14 Aug 2007 12:43:17 +0000 Subject: 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 --- build/conf/local.conf.sample | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'build/conf') 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 = "" -- cgit 1.2.3-korg