summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-04-09 11:58:24 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-11 10:26:14 -0300
commita1901571aebad6d4d9433693d85a707eae9191f0 (patch)
tree9f170b9e4a8d9eaed7e9172410692e3a5a01a8b9 /conf
parent4692260384624933b84b1feb0133d64f439985d2 (diff)
downloadmeta-freescale-a1901571aebad6d4d9433693d85a707eae9191f0.tar.gz
meta-freescale: Add LAYERSERIES_COMPAT markup to layer.conf
This means mismatched layers are more clearly identified to the user in cases where compatibility has not been tested. (From meta-yocto rev: ca35ea46708e0514e4d5a20950880be0bf1d4147) Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index fbb5e7f2..843277b9 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,6 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
8BBFILE_COLLECTIONS += "freescale-layer" 8BBFILE_COLLECTIONS += "freescale-layer"
9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" 9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/"
10BBFILE_PRIORITY_freescale-layer = "5" 10BBFILE_PRIORITY_freescale-layer = "5"
11LAYERSERIES_COMPAT_freescale-layer = "sumo"
11 12
12# Add the Freescale-specific licenses into the metadata 13# Add the Freescale-specific licenses into the metadata
13LICENSE_PATH += "${LAYERDIR}/custom-licenses" 14LICENSE_PATH += "${LAYERDIR}/custom-licenses"