diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-22 18:11:41 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-22 18:11:41 +0000 |
commit | 90040ce7b5bcba842f3d1eca92a2dc150fd296fd (patch) | |
tree | 3211fcabae23477f9244b28d8d1524dac47f00c6 /build | |
parent | 666c753d4bf3d6d1defb4e4326a4264b4625aca0 (diff) | |
download | poky-90040ce7b5bcba842f3d1eca92a2dc150fd296fd.tar.gz |
Switch to bblayers configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/bblayers.conf.sample | 5 | ||||
-rw-r--r-- | build/conf/local.conf.sample | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/build/conf/bblayers.conf.sample b/build/conf/bblayers.conf.sample new file mode 100644 index 0000000000..3ea6eda66a --- /dev/null +++ b/build/conf/bblayers.conf.sample | |||
@@ -0,0 +1,5 @@ | |||
1 | BBFILES ?= "" | ||
2 | BBLAYERS = " \ | ||
3 | ${OEROOT}/meta \ | ||
4 | ${OEROOT}/meta-moblin \ | ||
5 | " | ||
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index e195b33b88..959a3b9a3e 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -2,16 +2,6 @@ | |||
2 | DL_DIR ?= "${OEROOT}/sources" | 2 | DL_DIR ?= "${OEROOT}/sources" |
3 | # Where to cache Poky's built staging output | 3 | # Where to cache Poky's built staging output |
4 | PSTAGE_DIR ?= "${OEROOT}/pstage" | 4 | PSTAGE_DIR ?= "${OEROOT}/pstage" |
5 | BBFILES += "\ | ||
6 | ${OEROOT}/meta/packages/*/*.bb \ | ||
7 | ${OEROOT}/meta-moblin/packages/*/*.bb" | ||
8 | |||
9 | BBFILE_COLLECTIONS = "normal moblin" | ||
10 | BBFILE_PATTERN_normal = "^${OEROOT}/meta/" | ||
11 | BBFILE_PATTERN_moblin = "^${OEROOT}/meta-moblin/" | ||
12 | |||
13 | BBFILE_PRIORITY_normal = "5" | ||
14 | BBFILE_PRIORITY_moblin = "5" | ||
15 | 5 | ||
16 | # Uncomment and set to allow bitbake to execute multiple tasks at once. | 6 | # Uncomment and set to allow bitbake to execute multiple tasks at once. |
17 | # For a quadcore, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would | 7 | # For a quadcore, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would |