From 4799a6291223467311d24ed3e1af367aadea122e Mon Sep 17 00:00:00 2001 From: Geoff Parker Date: Mon, 18 Mar 2024 13:09:25 -0700 Subject: layer.conf: Mark as compatible with scarthgap LAYERSERIES_COMPAT: replace nanbield with scarthgap for Yocto 5.0 Signed-off-by: Geoff Parker --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index b6bf909..71d6a10 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-java" BBFILE_PATTERN_meta-java := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-java = "10" -LAYERSERIES_COMPAT_meta-java = "nanbield" +LAYERSERIES_COMPAT_meta-java = "scarthgap" LAYERDEPENDS_meta-java += "openembedded-layer" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf