diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-05-26 13:28:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-05-26 13:28:14 +0000 |
| commit | 1cd244533c2436e27a974d7c6a15262be7a49f50 (patch) | |
| tree | c86f52fe49cfb4421a581f9cd7b9f65dfaea9a2e /build/conf | |
| parent | 39811ea4ae7f49ce27b6206727ffd929aed986dd (diff) | |
| download | poky-1cd244533c2436e27a974d7c6a15262be7a49f50.tar.gz | |
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
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 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. |
