summaryrefslogtreecommitdiffstats
path: root/meta-agl-jailhouse
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-02-22 17:50:59 -0500
committerScott Murray <scott.murray@konsulko.com>2022-03-24 17:34:17 -0400
commit20d54af74a3a2053aaeb988ce4a35bac95aaa2c0 (patch)
tree50a8c2947b1a09c807e4e54ae0eb148edddb0fb2 /meta-agl-jailhouse
parentcb091babab501993b44e91876b7ca4179c249ee3 (diff)
Declare layer compatibility with kirkstone
For tracking upstream, we need to update the layer compatibility. Bug-AGL: SPEC-3819 Change-Id: I23423baa371ed1b8b4a9024d9ac6f0c4d7e48185 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-jailhouse')
-rw-r--r--meta-agl-jailhouse/conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-jailhouse/conf/layer.conf b/meta-agl-jailhouse/conf/layer.conf
index 2031e788..5dd68b2c 100644
--- a/meta-agl-jailhouse/conf/layer.conf
+++ b/meta-agl-jailhouse/conf/layer.conf
@@ -11,11 +11,11 @@ BBFILE_PRIORITY_agl-jailhouse = "61"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_agl-jailhouse = "1"
-LAYERSERIES_COMPAT_agl-jailhouse = "dunfell"
+LAYERSERIES_COMPAT_agl-jailhouse = "kirkstone"
# This is only needed for Raspberry Pi
# TODO: can this be expressed dynamically?
-LAYERDEPENDS_agl-jailhouse = "meta-arm"
+LAYERDEPENDS_agl-jailhouse = "meta-arm meta-arm-toolchain"
BBFILES_DYNAMIC += " \
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bbappend \