Add Yocto Project scarthgap release compatibility
authorScott Murray <scott.murray@konsulko.com>
Sun, 20 Nov 2022 23:11:52 +0000 (18:11 -0500)
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>
Wed, 24 Apr 2024 15:25:38 +0000 (15:25 +0000)
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>
conf/layer.conf

index 8aff0f9..7556a86 100644 (file)
@@ -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"