From: Scott Murray Date: Mon, 22 Feb 2021 23:09:03 +0000 (-0500) Subject: Declare layer compatibility with kirkstone X-Git-Tag: 13.91.0~60 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f89954a40e56a01eee7ab9a64fc9fa36d4161f0a;p=AGL%2Fmeta-agl-demo.git Declare layer compatibility with kirkstone For tracking upstream, we need to update the layer compatibility. Bug-AGL: SPEC-3819 Change-Id: I703d624b796164804315ceb14d5ccece89a274cf Signed-off-by: Scott Murray Signed-off-by: Jan-Simon Moeller --- diff --git a/conf/layer.conf b/conf/layer.conf index e76256434..b294db474 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "agldemo" BBFILE_PATTERN_agldemo = "^${LAYERDIR}/" BBFILE_PRIORITY_agldemo = "70" -LAYERSERIES_COMPAT_agldemo = "dunfell" +LAYERSERIES_COMPAT_agldemo = "kirkstone" LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer"