summaryrefslogtreecommitdiffstats
path: root/meta-app-framework
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-09-30 15:03:24 -0400
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>2024-03-07 12:55:01 +0000
commitfacc1e53af38fc571f05a1c45595d3b2d8e0619b (patch)
tree15b18e4d39735706188f2b67cff63654c0ea443e /meta-app-framework
parent200bde754ebb968e6b40d5285b7033b2fd83503f (diff)
Add Yocto Project langdale release compatibility
Switch to langdale in LAYERSERIES_COMPAT in layer.conf files. Bug-AGL: SPEC-4578 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I2c690c02a55bb0ddca9231bdf405a5f21486db3f
Diffstat (limited to 'meta-app-framework')
-rw-r--r--meta-app-framework/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/conf/layer.conf b/meta-app-framework/conf/layer.conf
index 85565353e..0d3a21584 100644
--- a/meta-app-framework/conf/layer.conf
+++ b/meta-app-framework/conf/layer.conf
@@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "meta-app-framework"
BBFILE_PATTERN_meta-app-framework = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-app-framework = "60"
-LAYERSERIES_COMPAT_meta-app-framework = "kirkstone"
+LAYERSERIES_COMPAT_meta-app-framework = "kirkstone langdale"
LAYERDEPENDS_meta-app-framework = "core aglcore openembedded-layer"