52cbdd3b24
So that we can use the meta-rust layer as the final layer with some configuration (for the purposes of testing). These configs should be not used by actual end users. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
22 lines
528 B
Plaintext
22 lines
528 B
Plaintext
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
LCONF_VERSION = "6"
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
|
|
BBLAYERS ?= " \
|
|
##OEROOT##/meta-rust \
|
|
##OEROOT##/meta \
|
|
##OEROOT##/meta-yocto \
|
|
##OEROOT##/meta-yocto-bsp \
|
|
##OEROOT##/meta-openembedded/meta-oe \
|
|
##OEROOT##/meta-openembedded/meta-networking \
|
|
##OEROOT##/meta-openembedded/meta-python \
|
|
##OEROOT##/meta-openembedded/meta-ruby \
|
|
"
|
|
BBLAYERS_NON_REMOVABLE ?= " \
|
|
##OEROOT##/meta \
|
|
##OEROOT##/meta-yocto \
|
|
"
|