summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-10-19 22:03:43 +0100
committerArmin Kuster <akuster808@gmail.com>2018-10-31 09:02:21 -0700
commitf3bd6ceb6b7e7569eb6a6b6372f2dfbadbaa6902 (patch)
tree655d34d82fb9b24e8475644921479b21ee9946b3
parentd51793e69c432c3b7fff0002b728c242711d0793 (diff)
downloadmeta-security-f3bd6ceb6b7e7569eb6a6b6372f2dfbadbaa6902.tar.gz
layer.con: add TESTSUITE define
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 675a149..76f5bd6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,3 +12,5 @@ BBFILE_PRIORITY_security = "8"
12LAYERSERIES_COMPAT_security = "thud" 12LAYERSERIES_COMPAT_security = "thud"
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 = " ${MINTESTSUITE} ssh scp ptest"