mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
Switch to bblayers configuration
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
BBFILES ?= ""
|
||||
BBLAYERS = " \
|
||||
${OEROOT}/meta \
|
||||
${OEROOT}/meta-moblin \
|
||||
"
|
||||
@@ -2,16 +2,6 @@
|
||||
DL_DIR ?= "${OEROOT}/sources"
|
||||
# Where to cache Poky's built staging output
|
||||
PSTAGE_DIR ?= "${OEROOT}/pstage"
|
||||
BBFILES += "\
|
||||
${OEROOT}/meta/packages/*/*.bb \
|
||||
${OEROOT}/meta-moblin/packages/*/*.bb"
|
||||
|
||||
BBFILE_COLLECTIONS = "normal moblin"
|
||||
BBFILE_PATTERN_normal = "^${OEROOT}/meta/"
|
||||
BBFILE_PATTERN_moblin = "^${OEROOT}/meta-moblin/"
|
||||
|
||||
BBFILE_PRIORITY_normal = "5"
|
||||
BBFILE_PRIORITY_moblin = "5"
|
||||
|
||||
# Uncomment and set to allow bitbake to execute multiple tasks at once.
|
||||
# For a quadcore, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
|
||||
|
||||
Reference in New Issue
Block a user