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-python/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf index 998f492a49..aaf620a433 100644 --- a/meta-python/conf/layer.conf +++ b/meta-python/conf/layer.conf @@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1" LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" -LAYERSERIES_COMPAT_meta-python = "scarthgap styhead" +LAYERSERIES_COMPAT_meta-python = "styhead" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf