diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-09-30 15:03:24 -0400 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2024-03-07 12:55:01 +0000 |
commit | facc1e53af38fc571f05a1c45595d3b2d8e0619b (patch) | |
tree | 15b18e4d39735706188f2b67cff63654c0ea443e /meta-agl-core/conf | |
parent | 200bde754ebb968e6b40d5285b7033b2fd83503f (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-agl-core/conf')
-rw-r--r-- | meta-agl-core/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core/conf/layer.conf b/meta-agl-core/conf/layer.conf index ddea256fe..d9ee57dde 100644 --- a/meta-agl-core/conf/layer.conf +++ b/meta-agl-core/conf/layer.conf @@ -20,7 +20,7 @@ BBFILES_DYNAMIC += " \ qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bbappend \ " -LAYERSERIES_COMPAT_aglcore = "kirkstone" +LAYERSERIES_COMPAT_aglcore = "kirkstone langdale" LAYERDEPENDS_aglcore = "core" # Sanity check for meta-virtualization layer. |