From fcea8888b59e1cc6adcf8647aed80f21f2f028d9 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Tue, 10 Apr 2018 15:20:03 +0300 Subject: layer.conf: Set LAYERSERIES_COMPAT markup to layer.conf This helps users to identify the compatibility of layers. Signed-off-by: Maxin B. John --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 84a4d89..fce20fa 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,5 +7,6 @@ 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 = "sumo" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf