From 07772ae470204b19e9fb3da74fc81f4efd3ea1bc Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Sat, 25 May 2024 10:06:09 +0300 Subject: layers: stop declaring compatibility with scarthgap With the UNPACKDIR changes in place the layers are no longer compatible with the scarthgap release. Drop it from LAYERSERIES_COMPAT and limit compatibility to styhead only. Signed-off-by: Dmitry Baryshkov Signed-off-by: Khem Raj --- meta-oe/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/conf') diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index d8f0f5339a..77855dc659 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf @@ -44,7 +44,7 @@ LAYERVERSION_openembedded-layer = "1" LAYERDEPENDS_openembedded-layer = "core" -LAYERSERIES_COMPAT_openembedded-layer = "scarthgap styhead" +LAYERSERIES_COMPAT_openembedded-layer = "styhead" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf