summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2018-04-10 15:20:03 +0300
committerMaxin B. John <maxin.john@intel.com>2018-04-10 15:57:03 +0300
commitfcea8888b59e1cc6adcf8647aed80f21f2f028d9 (patch)
tree65e1873e66be5ff2082e24449b800cdf6a367ace
parent9239be7e6a64560bba1e136367108012350f9ca0 (diff)
downloadmeta-java-fcea8888b59e1cc6adcf8647aed80f21f2f028d9.tar.gz
layer.conf: Set LAYERSERIES_COMPAT markup to layer.conf
This helps users to identify the compatibility of layers. Signed-off-by: Maxin B. John <maxin.john@intel.com>
-rw-r--r--conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
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"
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 = "sumo"
10 11
11LICENSE_PATH += "${LAYERDIR}/licenses" 12LICENSE_PATH += "${LAYERDIR}/licenses"