From 1cd244533c2436e27a974d7c6a15262be7a49f50 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 26 May 2006 13:28:14 +0000 Subject: Create openembedded-extras collection. Disabled by default - see local.conf.sample about how to enable git-svn-id: https://svn.o-hand.com/repos/poky/trunk@429 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- build/conf/local.conf.sample | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build') diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index e74e8b64a9..08e92eab70 100755 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -2,6 +2,14 @@ DL_DIR = "POKYROOT/sources" BBFILES := "POKYROOT/openembedded/packages/*/*.bb" +# To enable extra packages, uncomment the following lines: +# BBFILES := "POKYROOT/openembedded/packages/*/*.bb POKYROOT/openembedded-extras/packages/*/*.bb" +# BBFILE_COLLECTIONS = "normal extras" +# BBFILE_PATTERN_normal = "^POKYROOT/openembedded/" +# BBFILE_PATTERN_extras = "^POKYROOT/openembedded/" +# BBFILE_PRIORITY_normal = "5" +# BBFILE_PRIORITY_extras = "5" + BBMASK = "" # Uncomment this to specify where BitBake should create its temporary files. -- cgit 1.2.3-korg