summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-04-01 18:56:57 -0700
committerKhem Raj <raj.khem@gmail.com>2019-04-01 18:57:24 -0700
commit118ef0be303adeb7d73fea4ee155b0bfce372612 (patch)
treeaaba968b374b36c6453ca4600cf2450509cb319f /conf
parent6122da992696034d1ca2517ce77b172ba0942a8c (diff)
downloadmeta-freescale-118ef0be303adeb7d73fea4ee155b0bfce372612.tar.gz
layer.conf: Add warrior to compatible release series
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index d2a81521..fd6c0cef 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,7 +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 thud" 11LAYERSERIES_COMPAT_freescale-layer = "sumo thud warrior"
12 12
13# Add the Freescale-specific licenses into the metadata 13# Add the Freescale-specific licenses into the metadata
14LICENSE_PATH += "${LAYERDIR}/custom-licenses" 14LICENSE_PATH += "${LAYERDIR}/custom-licenses"