balena-allwinner/layers/meta-resin-allwinner/conf/samples/bblayers.conf.sample
Florin Sarbu b6335aa8f9 bblayers.conf.sample: Switch to sumo and remove deprecated variable
For the deprecated variable, BBLAYERS_NON_REMOVABLE, see:
https://patchwork.openembedded.org/patch/117125/

Signed-off-by: Florin Sarbu <florin@resin.io>
2018-08-02 11:17:56 +02:00

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 \
"