diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-04-01 19:29:36 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-04-07 05:10:15 +0530 |
commit | 63af29ba489516e5711a12a3460b547ad7aa34b2 (patch) | |
tree | 13bc181de9a947ac855eaa58b6eeb2033e4c8126 /conf | |
parent | cb6d1c85ee723f2b1c869ec3231e3796bbe40b8a (diff) | |
download | meta-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.conf | 2 |
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" | |||
9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_security = "8" | 10 | BBFILE_PRIORITY_security = "8" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_security = "thud" | 12 | LAYERSERIES_COMPAT_security = "thud warrior" |
13 | 13 | ||
14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" | 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" |
15 | 15 | ||