From 62857c48088882acf811621f3d25864800865351 Mon Sep 17 00:00:00 2001 From: Robert Drab <robert.drab@huawei.com> Date: Thu, 7 Jan 2021 16:12:25 +0100 Subject: [PATCH] Adding dunfell to compatible layers After switching to Dunfell (latest stable Poky version) it needs to be included in compatible layers Signed-off-by: Robert Drab <robert.drab@huawei.com> --- meta-ohos-foundation/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ohos-foundation/conf/layer.conf b/meta-ohos-foundation/conf/layer.conf index 374fcc72..328a9b61 100644 --- a/meta-ohos-foundation/conf/layer.conf +++ b/meta-ohos-foundation/conf/layer.conf @@ -10,4 +10,4 @@ BBFILE_PATTERN_ohos-foundation = "^${LAYERDIR}/" BBFILE_PRIORITY_ohos-foundation = "6" LAYERDEPENDS_ohos-foundation = "core" -LAYERSERIES_COMPAT_ohos-foundation = "gatesgarth" +LAYERSERIES_COMPAT_ohos-foundation = "dunfell gatesgarth" -- GitLab