summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/conf/local.conf.sample8
1 files changed, 8 insertions, 0 deletions
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 @@
2DL_DIR = "POKYROOT/sources" 2DL_DIR = "POKYROOT/sources"
3BBFILES := "POKYROOT/openembedded/packages/*/*.bb" 3BBFILES := "POKYROOT/openembedded/packages/*/*.bb"
4 4
5# To enable extra packages, uncomment the following lines:
6# BBFILES := "POKYROOT/openembedded/packages/*/*.bb POKYROOT/openembedded-extras/packages/*/*.bb"
7# BBFILE_COLLECTIONS = "normal extras"
8# BBFILE_PATTERN_normal = "^POKYROOT/openembedded/"
9# BBFILE_PATTERN_extras = "^POKYROOT/openembedded/"
10# BBFILE_PRIORITY_normal = "5"
11# BBFILE_PRIORITY_extras = "5"
12
5BBMASK = "" 13BBMASK = ""
6 14
7# Uncomment this to specify where BitBake should create its temporary files. 15# Uncomment this to specify where BitBake should create its temporary files.