diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-04-10 15:20:03 +0300 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2018-04-10 15:20:03 +0300 |
commit | 0623d16ce3ef331019ede3fbbe9a0411abd70216 (patch) | |
tree | 65e1873e66be5ff2082e24449b800cdf6a367ace | |
parent | 9239be7e6a64560bba1e136367108012350f9ca0 (diff) | |
download | meta-java-0623d16ce3ef331019ede3fbbe9a0411abd70216.tar.gz meta-java-0623d16ce3ef331019ede3fbbe9a0411abd70216.tar.bz2 meta-java-0623d16ce3ef331019ede3fbbe9a0411abd70216.zip |
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.conf | 1 |
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" BBFILE_COLLECTIONS += "meta-java" BBFILE_PATTERN_meta-java := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-java = "10" +LAYERSERIES_COMPAT_meta-java = "sumo" LICENSE_PATH += "${LAYERDIR}/licenses" |