summaryrefslogtreecommitdiffstats
path: root/build/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r--build/conf/local.conf.sample10
1 files changed, 0 insertions, 10 deletions
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 @@
2DL_DIR ?= "${OEROOT}/sources" 2DL_DIR ?= "${OEROOT}/sources"
3# Where to cache Poky's built staging output 3# Where to cache Poky's built staging output
4PSTAGE_DIR ?= "${OEROOT}/pstage" 4PSTAGE_DIR ?= "${OEROOT}/pstage"
5BBFILES += "\
6 ${OEROOT}/meta/packages/*/*.bb \
7 ${OEROOT}/meta-moblin/packages/*/*.bb"
8
9BBFILE_COLLECTIONS = "normal moblin"
10BBFILE_PATTERN_normal = "^${OEROOT}/meta/"
11BBFILE_PATTERN_moblin = "^${OEROOT}/meta-moblin/"
12
13BBFILE_PRIORITY_normal = "5"
14BBFILE_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