From 2119159226e9b72e4968af244fb640a10f6c1b65 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 20 Nov 2022 18:11:52 -0500 Subject: [PATCH] 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6