diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-22 15:57:40 -0400 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2024-08-17 12:37:34 +0000 |
commit | 0cbf520a906ede60307fd3b700b13b25089fc3f7 (patch) | |
tree | b1762e81d639f320cf8dce8f254ece76c9d140a0 /conf | |
parent | b656c0db27053e3f2e23dc37c053cd17536b0129 (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>
Diffstat (limited to 'conf')
-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 7556a8642..8361a800d 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 = "scarthgap" +LAYERSERIES_COMPAT_agldemo = "styhead" LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer networking-layer multimedia-layer flutter-layer meta-app-framework" |