mirror of
https://git.yoctoproject.org/poky
synced 2026-03-26 22:02:22 +01:00
Hob may dynamically sets BBLAYERS to bitbake server, thus we need a flexible way to load BBLAYERS value. (From OE-Core rev: 458d0f8b39e7d9dce544f53c65e2a6ffae21ad24) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
LCONF_VERSION = "4"
|
|
|
|
BBFILES ?= ""
|
|
BBLAYERS ?= " \
|
|
##COREBASE##/meta \
|
|
##COREBASE##/meta-yocto \
|
|
"
|