diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-06-01 21:09:38 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-06-26 15:47:47 -0700 |
commit | 723cd9e37221f90cc378b49a0c0f3419508500bb (patch) | |
tree | f2b4bef43cb95b55cf5215a79e731aacdd27b092 /conf | |
parent | 51a4c6b5179d087f647cf0c458edb8ab107826ef (diff) | |
download | meta-security-723cd9e37221f90cc378b49a0c0f3419508500bb.tar.gz |
layers: set warrior only
remove TEST_SUITES from main layer.conf
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 4beac38..b9a4f25 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -9,8 +9,6 @@ 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 warrior" | 12 | LAYERSERIES_COMPAT_security = "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 | |||
16 | DEFAULT_TEST_SUITES_pn-security-build-image = " ping ssh ptest" | ||