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 | |
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>
-rw-r--r-- | conf/layer.conf | 4 | ||||
-rw-r--r-- | meta-security-compliance/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
3 files changed, 3 insertions, 5 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" | ||
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index d48feb9..b245a16 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "scanners-layer" | |||
8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_scanners-layer = "10" | 9 | BBFILE_PRIORITY_scanners-layer = "10" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_scanners-layer = "thud warrior" | 11 | LAYERSERIES_COMPAT_scanners-layer = "warrior" |
12 | 12 | ||
13 | LAYERDEPENDS_scanners-layer = " \ | 13 | LAYERDEPENDS_scanners-layer = " \ |
14 | core \ | 14 | core \ |
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index bf9a76e..cdccc55 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "tpm-layer" | |||
8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_tpm-layer = "10" | 9 | BBFILE_PRIORITY_tpm-layer = "10" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_tpm-layer = "thud warrior" | 11 | LAYERSERIES_COMPAT_tpm-layer = "warrior" |
12 | 12 | ||
13 | LAYERDEPENDS_tpm-layer = " \ | 13 | LAYERDEPENDS_tpm-layer = " \ |
14 | core \ | 14 | core \ |