diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-11-20 18:11:52 -0500 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2024-03-26 21:49:03 +0000 |
commit | 7545047b9fadd34b83c69cf88db877d2c026cde7 (patch) | |
tree | a02b152598ce8155e634b0d23bba7a4b4c822f19 | |
parent | e85110e5a4974bf192259b16f8c054baa67a3fb2 (diff) |
Add Yocto Project scarthgap release compatibility
Switch to langdale in LAYERSERIES_COMPAT in layer.conf files.
Bug-AGL: SPEC-4578
Change-Id: I335342571149b89073e801447bd39c25b279a9db
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-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 8aff0f9a5..7556a8642 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,6 +14,6 @@ BBFILES_DYNAMIC += " \ aglcontainermc:${LAYERDIR}/dynamic-layers/meta-agl-ic-container/*/*/*.bbappend \ " -LAYERSERIES_COMPAT_agldemo = "kirkstone" +LAYERSERIES_COMPAT_agldemo = "scarthgap" LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer networking-layer multimedia-layer flutter-layer meta-app-framework" |