diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-02-22 17:50:59 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-24 17:34:17 -0400 |
commit | 20d54af74a3a2053aaeb988ce4a35bac95aaa2c0 (patch) | |
tree | 50a8c2947b1a09c807e4e54ae0eb148edddb0fb2 /meta-agl-drm-lease | |
parent | cb091babab501993b44e91876b7ca4179c249ee3 (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-drm-lease')
-rw-r--r-- | meta-agl-drm-lease/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-drm-lease/conf/layer.conf b/meta-agl-drm-lease/conf/layer.conf index 36bfbd3b..b62098ff 100644 --- a/meta-agl-drm-lease/conf/layer.conf +++ b/meta-agl-drm-lease/conf/layer.conf @@ -20,4 +20,4 @@ BBFILES_DYNAMIC += " \ LAYERVERSION_agl-drm-lease = "1" LAYERDEPENDS_agl-drm-lease = "core" -LAYERSERIES_COMPAT_agl-drm-lease = "dunfell" +LAYERSERIES_COMPAT_agl-drm-lease = "kirkstone" |