diff options
Diffstat (limited to 'build/conf')
-rwxr-xr-x | build/conf/local.conf.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index e74e8b64a..08e92eab7 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. |