From 657ee696f63513ce03275eb20abc9cfa212cacde Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Fri, 15 Oct 2021 15:20:27 +0100
Subject: [PATCH] bblayers.conf.sample: Sync bblayers with restructure

This updates the bblayers configuration sample following:
1. poky replacement by oe-core and bitbake
2. restructure repo workspace

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 flavours/linux/bblayers.conf.sample | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/flavours/linux/bblayers.conf.sample b/flavours/linux/bblayers.conf.sample
index 7531e7f8..a5be9528 100644
--- a/flavours/linux/bblayers.conf.sample
+++ b/flavours/linux/bblayers.conf.sample
@@ -11,13 +11,11 @@ BBFILES ?= ""
 
 BBLAYERS ?= " \
   ##OEROOT##/meta \
-  ##OEROOT##/meta-poky \
-  ##OEROOT##/meta-clang \
-  ##OEROOT##/meta-yocto-bsp \
+  ##OEROOT##/../meta-clang \
   ##OEROOT##/../meta-zephyr \
-  ##OEROOT##/../meta-ohos/meta-ohos-core \
-  ##OEROOT##/../meta-ohos/meta-ohos-blueprints \
-  ##OEROOT##/../meta-ohos/meta-ohos-staging \
+  ##OEROOT##/../oniro/meta-oniro-core \
+  ##OEROOT##/../oniro/meta-oniro-blueprints \
+  ##OEROOT##/../oniro/meta-oniro-staging \
   ##OEROOT##/../meta-freertos \
   ##OEROOT##/../meta-intel \
   ##OEROOT##/../meta-seco-intel \
-- 
GitLab