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>
This commit is contained in:
Florin Sarbu 2018-08-02 11:17:56 +02:00
parent 59036cf295
commit b6335aa8f9

View file

@ -14,14 +14,7 @@ BBLAYERS ?= " \
${TOPDIR}/../layers/meta-openembedded/meta-python \
${TOPDIR}/../layers/meta-sunxi \
${TOPDIR}/../layers/meta-resin/meta-resin-common \
${TOPDIR}/../layers/meta-resin/meta-resin-rocko \
${TOPDIR}/../layers/meta-resin/meta-resin-sumo \
${TOPDIR}/../layers/meta-resin-allwinner \
${TOPDIR}/../layers/meta-rust \
"
BBLAYERS_NON_REMOVABLE ?= " \
${TOPDIR}/../layers/poky/meta \
${TOPDIR}/../layers/poky/meta-poky \
${TOPDIR}/../layers/meta-resin/meta-resin-common \
${TOPDIR}/../layers/meta-resin/meta-resin-rocko \
"