mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
The variable ##COREBASE## has been deprecated, so use ##OEROOT## instead. (From meta-yocto rev: d687a08f2dbadfffece77e24e46cb1e197fefc8b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
LCONF_VERSION = "6"
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
|
|
BBLAYERS ?= " \
|
|
##OEROOT##/meta \
|
|
##OEROOT##/meta-yocto \
|
|
##OEROOT##/meta-yocto-bsp \
|
|
"
|
|
BBLAYERS_NON_REMOVABLE ?= " \
|
|
##OEROOT##/meta \
|
|
##OEROOT##/meta-yocto \
|
|
"
|