summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFabio Berton <fbberton@gmail.com>2019-04-02 14:40:24 -0300
committerGitHub <noreply@github.com>2019-04-02 14:40:24 -0300
commit43973a8b19b15c256042577dd0cf347ede15eab0 (patch)
tree4f5e72c117ed38250221673c694b12212c62cdaf /conf
parent38dce18e6e0bb6fdce572a8c954fd2694743c919 (diff)
parent118ef0be303adeb7d73fea4ee155b0bfce372612 (diff)
downloadmeta-freescale-43973a8b19b15c256042577dd0cf347ede15eab0.tar.gz
Merge pull request #70 from YoeDistro/yoe/mut
layer.conf: Add warrior to compatible release series
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"