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-04-24 15:25:38 +0000 |
commit | 2119159226e9b72e4968af244fb640a10f6c1b65 (patch) | |
tree | d1a68c188dbda7e020bb09790127c68449c30efe | |
parent | 068c915d074011459e360c21979d79df42e152ee (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" |