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-perl/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-perl/conf') diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf index e20c8471e0..fb1fe88453 100644 --- a/meta-perl/conf/layer.conf +++ b/meta-perl/conf/layer.conf @@ -15,4 +15,4 @@ LAYERVERSION_perl-layer = "1" LAYERDEPENDS_perl-layer = "core openembedded-layer" -LAYERSERIES_COMPAT_perl-layer = "scarthgap styhead" +LAYERSERIES_COMPAT_perl-layer = "styhead" -- cgit v1.2.3-54-g00ecf