summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-25 22:16:38 -0700
committerArmin Kuster <akuster808@gmail.com>2018-09-29 10:42:53 -0700
commit04ef9df593e37bdf3105c1b4c4638982082e49b0 (patch)
treec2f162c045705f3118a5d0d18732a2248823f9dc /conf
parent4bbc0d9d9423137eb826d292b6ac35644cac9744 (diff)
downloadmeta-security-04ef9df593e37bdf3105c1b4c4638982082e49b0.tar.gz
meta-security: add THUD
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index f8bbe57..675a149 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,6 +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 = "sumo" 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"