Add Yocto Project styhead release compatibility
authorScott Murray <scott.murray@konsulko.com>
Wed, 22 May 2024 19:57:40 +0000 (15:57 -0400)
committerScott Murray <scott.murray@konsulko.com>
Thu, 23 May 2024 14:22:43 +0000 (10:22 -0400)
Switch to styhead in LAYERSERIES_COMPAT in layer.conf files.

Bug-AGL: SPEC-5147

Change-Id: I6edbfbba053c083a6ec49fec6c9a9d951a85b863
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
conf/layer.conf

index 7556a86..8361a80 100644 (file)
@@ -14,6 +14,6 @@ BBFILES_DYNAMIC += " \
     aglcontainermc:${LAYERDIR}/dynamic-layers/meta-agl-ic-container/*/*/*.bbappend \
 "
 
-LAYERSERIES_COMPAT_agldemo = "scarthgap"
+LAYERSERIES_COMPAT_agldemo = "styhead"
 
 LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer networking-layer multimedia-layer flutter-layer meta-app-framework"