diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-22 15:57:40 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-12-19 22:41:31 -0500 |
commit | 9a3487920e3ca79e0d3fbe1953e97e1f852f365a (patch) | |
tree | b568ec5fb2000cdba5d82d581c9170263fda6299 | |
parent | bfdb91c057875e49783c05a281e8e5d7700bc340 (diff) |
Add Yocto Project styhead release compatibility
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>
-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 4aa885b0e..092da57a5 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -16,7 +16,7 @@ BBFILES_DYNAMIC += " \ LICENSE_PATH += "${LAYERDIR}/licenses" -LAYERSERIES_COMPAT_agldemo = "scarthgap" +LAYERSERIES_COMPAT_agldemo = "styhead" LAYERDEPENDS_agldemo = "aglcore qt6-layer openembedded-layer networking-layer multimedia-layer flutter-layer meta-app-framework" |