summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-04-01 19:29:36 -0700
committerArmin Kuster <akuster808@gmail.com>2019-04-07 05:10:15 +0530
commit63af29ba489516e5711a12a3460b547ad7aa34b2 (patch)
tree13bc181de9a947ac855eaa58b6eeb2033e4c8126 /conf
parentcb6d1c85ee723f2b1c869ec3231e3796bbe40b8a (diff)
downloadmeta-security-63af29ba489516e5711a12a3460b547ad7aa34b2.tar.gz
layer.conf: Add warrior to compatible release series
Signed-off-by: Armin Kuster <akuster808@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 716f8ac..4beac38 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "security"
9BBFILE_PATTERN_security = "^${LAYERDIR}/" 9BBFILE_PATTERN_security = "^${LAYERDIR}/"
10BBFILE_PRIORITY_security = "8" 10BBFILE_PRIORITY_security = "8"
11 11
12LAYERSERIES_COMPAT_security = "thud" 12LAYERSERIES_COMPAT_security = "thud warrior"
13 13
14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" 14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
15 15