diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-02-22 18:09:03 -0500 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2022-04-13 13:31:22 +0000 |
commit | f89954a40e56a01eee7ab9a64fc9fa36d4161f0a (patch) | |
tree | 80d7e060fcdc90c3f65e6103611ecba5b54c851e | |
parent | f84668e811288be4541156a9b162108479898705 (diff) |
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 <scott.murray@konsulko.com>
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |