diff options
Diffstat (limited to 'build/conf/local.conf.sample')
-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 e74e8b64a9..08e92eab70 100755 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -2,6 +2,14 @@ | |||
2 | DL_DIR = "POKYROOT/sources" | 2 | DL_DIR = "POKYROOT/sources" |
3 | BBFILES := "POKYROOT/openembedded/packages/*/*.bb" | 3 | BBFILES := "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 | |||
5 | BBMASK = "" | 13 | BBMASK = "" |
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. |