From 90550be059c8e8ec269dc172c7c9fce40fea8829 Mon Sep 17 00:00:00 2001
From: Robert Drab <robert.drab@huawei.com>
Date: Fri, 12 Feb 2021 16:16:10 +0100
Subject: [PATCH] meta-ohos: replace meta-ohos-foundation with meta-ohos-acts

meta-ohos-foundation is currently unused, therefore it should not
be included in the bblayers.conf.sample file.

meta-ohos-acts layer contains recipes for building OHOS tests.

Signed-off-by: Robert Drab <robert.drab@huawei.com>
---
 flavours/linux/bblayers.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flavours/linux/bblayers.conf.sample b/flavours/linux/bblayers.conf.sample
index 7d38ad59..d302e549 100644
--- a/flavours/linux/bblayers.conf.sample
+++ b/flavours/linux/bblayers.conf.sample
@@ -10,7 +10,7 @@ BBLAYERS ?= " \
   ##OEROOT##/meta-poky \
   ##OEROOT##/meta-yocto-bsp \
   ##OEROOT##/../meta-ohos/meta-ohos-core \
-  ##OEROOT##/../meta-ohos/meta-ohos-foundation \
+  ##OEROOT##/../meta-ohos/meta-ohos-acts \
   ##OEROOT##/../meta-intel \
   ##OEROOT##/../meta-seco-intel \
   ##OEROOT##/../meta-openembedded/meta-oe \
-- 
GitLab