From 2f1298383c1fba5121dfeeff1f31ae4004703dae Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 30 Sep 2022 15:03:24 -0400 Subject: Add Yocto Project scarthgap release compatibility Switch to scarthgap in LAYERSERIES_COMPAT in layer.conf files. Bug-AGL: SPEC-4578 Signed-off-by: Scott Murray Change-Id: I2c690c02a55bb0ddca9231bdf405a5f21486db3f --- meta-app-framework/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-app-framework/conf') diff --git a/meta-app-framework/conf/layer.conf b/meta-app-framework/conf/layer.conf index 85565353e..0fe82784b 100644 --- a/meta-app-framework/conf/layer.conf +++ b/meta-app-framework/conf/layer.conf @@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "meta-app-framework" BBFILE_PATTERN_meta-app-framework = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-app-framework = "60" -LAYERSERIES_COMPAT_meta-app-framework = "kirkstone" +LAYERSERIES_COMPAT_meta-app-framework = "scarthgap" LAYERDEPENDS_meta-app-framework = "core aglcore openembedded-layer" -- cgit 1.2.3-korg