mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
[YOCTO #3372] (From meta-yocto rev: 377e5ad099bb040f9bb96f2c1cae2ec2ff67165e) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
LCONF_VERSION = "6"
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
|
|
BBLAYERS ?= " \
|
|
##COREBASE##/meta \
|
|
##COREBASE##/meta-yocto \
|
|
##COREBASE##/meta-yocto-bsp \
|
|
"
|
|
BBLAYERS_NON_REMOVABLE ?= " \
|
|
##COREBASE##/meta \
|
|
##COREBASE##/meta-yocto \
|
|
"
|