From b6335aa8f90d7d364aefef100742b52708d714fd Mon Sep 17 00:00:00 2001
From: Florin Sarbu <florin@resin.io>
Date: Thu, 2 Aug 2018 11:17:56 +0200
Subject: [PATCH] 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>
---
 .../conf/samples/bblayers.conf.sample                    | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/layers/meta-resin-allwinner/conf/samples/bblayers.conf.sample b/layers/meta-resin-allwinner/conf/samples/bblayers.conf.sample
index 8bd73f7..2aa6061 100644
--- a/layers/meta-resin-allwinner/conf/samples/bblayers.conf.sample
+++ b/layers/meta-resin-allwinner/conf/samples/bblayers.conf.sample
@@ -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 \
-    "