summaryrefslogtreecommitdiffstats
path: root/meta-agl-core-test
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-02-22 18:01:41 -0500
committerScott Murray <scott.murray@konsulko.com>2022-03-29 15:19:24 -0400
commit1ffad3c3d211c37d24daaacce76ec4be51fe233b (patch)
tree0d2c1759841429d23c76cc3627cc6a5a7d2fe953 /meta-agl-core-test
parent00e8294b28f4d93caf97dbb813acdb53a60e6cdc (diff)
Declare layer compatibility with kirkstone
For tracking upstream, we need to update the layer compatibility. Bug-AGL: SPEC-3819 Change-Id: Ic1bc22653e59b2891d77d44cdd409a805e5cc332 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core-test')
-rw-r--r--meta-agl-core-test/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core-test/conf/layer.conf b/meta-agl-core-test/conf/layer.conf
index 2ce0c18f1..eb3468d52 100644
--- a/meta-agl-core-test/conf/layer.conf
+++ b/meta-agl-core-test/conf/layer.conf
@@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "aglcoretest"
BBFILE_PATTERN_aglcoretest = "^${LAYERDIR}/"
BBFILE_PRIORITY_aglcoretest = "60"
-LAYERSERIES_COMPAT_aglcoretest = "dunfell"
+LAYERSERIES_COMPAT_aglcoretest = "kirkstone"
LAYERDEPENDS_aglcoretest = "core aglcore"
LAYERDEPENDS_aglcoretest += "openembedded-layer"