summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-06-01 21:09:38 -0700
committerArmin Kuster <akuster808@gmail.com>2019-06-26 15:47:47 -0700
commit723cd9e37221f90cc378b49a0c0f3419508500bb (patch)
treef2b4bef43cb95b55cf5215a79e731aacdd27b092 /conf
parent51a4c6b5179d087f647cf0c458edb8ab107826ef (diff)
downloadmeta-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.conf4
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"
9BBFILE_PATTERN_security = "^${LAYERDIR}/" 9BBFILE_PATTERN_security = "^${LAYERDIR}/"
10BBFILE_PRIORITY_security = "8" 10BBFILE_PRIORITY_security = "8"
11 11
12LAYERSERIES_COMPAT_security = "thud warrior" 12LAYERSERIES_COMPAT_security = "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
16DEFAULT_TEST_SUITES_pn-security-build-image = " ping ssh ptest"