From 04377d10225360bd27d018007889176911bb7532 Mon Sep 17 00:00:00 2001 From: Anthony Bagwell Date: Mon, 29 Mar 2021 13:57:15 +0100 Subject: layer.conf: Mark as compatible with hardknott Signed-off-by: AJ Bagwell Signed-off-by: Richard Leitner --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index 6a98adb..7ef116d 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 = "dunfell gatesgarth" +LAYERSERIES_COMPAT_meta-java = "dunfell gatesgarth hardknott" LAYERDEPENDS_meta-java += "openembedded-layer" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf