From 8125225bad00a7eebfc03744a7fd14332bab5144 Mon Sep 17 00:00:00 2001
From: Zbigniew Bodek <zbigniew.bodek@huawei.com>
Date: Thu, 11 Feb 2021 17:12:29 +0100
Subject: [PATCH] meta-ohos: Add meta-ohos-core to bblayers.conf.sample

Add meta-ohos-core to the sample list of layers being
used in the project.
The layer contains:
* Core elements of the OpenHarmony distribution
* Reference images recipes

Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
---
 flavours/linux/bblayers.conf.sample | 1 +
 1 file changed, 1 insertion(+)

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