summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Parker <geoffrey.parker@arthrex.com>2024-03-18 13:09:25 -0700
committerTim Orling <tim.orling@konsulko.com>2024-03-22 07:06:17 -0700
commit4799a6291223467311d24ed3e1af367aadea122e (patch)
tree588597d262a04796fdf38422aae025ab148b6f77
parentc41adcb6cbfcfa04bf4fa689a3dfcad0afe6b86a (diff)
downloadmeta-java-4799a6291223467311d24ed3e1af367aadea122e.tar.gz
layer.conf: Mark as compatible with scarthgap
LAYERSERIES_COMPAT: replace nanbield with scarthgap for Yocto 5.0 Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"
7BBFILE_COLLECTIONS += "meta-java" 7BBFILE_COLLECTIONS += "meta-java"
8BBFILE_PATTERN_meta-java := "^${LAYERDIR}/" 8BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
9BBFILE_PRIORITY_meta-java = "10" 9BBFILE_PRIORITY_meta-java = "10"
10LAYERSERIES_COMPAT_meta-java = "nanbield" 10LAYERSERIES_COMPAT_meta-java = "scarthgap"
11LAYERDEPENDS_meta-java += "openembedded-layer" 11LAYERDEPENDS_meta-java += "openembedded-layer"
12 12
13LICENSE_PATH += "${LAYERDIR}/licenses" 13LICENSE_PATH += "${LAYERDIR}/licenses"