summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-04-01 19:05:28 -0700
committerKhem Raj <raj.khem@gmail.com>2019-04-01 19:05:28 -0700
commitb6f8b0689ef11403957a28b0de716cd2ff805346 (patch)
tree3ba098227bda38850710407287c5b2e7deb7cd0a
parent98c3afc5293e7aaf415e50940b2ddf5a235330f0 (diff)
downloadmeta-clang-b6f8b0689ef11403957a28b0de716cd2ff805346.tar.gz
layer.conf: Add warrior to compatible release series
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index cfa03e6..addb891 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7BBFILE_COLLECTIONS += "clang-layer" 7BBFILE_COLLECTIONS += "clang-layer"
8BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_clang-layer = "7" 9BBFILE_PRIORITY_clang-layer = "7"
10LAYERSERIES_COMPAT_clang-layer = "sumo thud" 10LAYERSERIES_COMPAT_clang-layer = "sumo thud warrior"
11 11
12BBFILES_DYNAMIC += " \ 12BBFILES_DYNAMIC += " \
13 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ 13 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \