
For the deprecated variable, BBLAYERS_NON_REMOVABLE, see: https://patchwork.openembedded.org/patch/117125/ Signed-off-by: Florin Sarbu <florin@resin.io>
20 lines
718 B
Text
20 lines
718 B
Text
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
|
|
# changes incompatibly
|
|
POKY_BBLAYERS_CONF_VERSION = "2"
|
|
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
|
|
BBLAYERS ?= " \
|
|
${TOPDIR}/../layers/poky/meta \
|
|
${TOPDIR}/../layers/poky/meta-poky \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-filesystems \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
|
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
|
${TOPDIR}/../layers/meta-sunxi \
|
|
${TOPDIR}/../layers/meta-resin/meta-resin-common \
|
|
${TOPDIR}/../layers/meta-resin/meta-resin-sumo \
|
|
${TOPDIR}/../layers/meta-resin-allwinner \
|
|
${TOPDIR}/../layers/meta-rust \
|
|
"
|