summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-10-15 21:25:39 -0700
committerArmin Kuster <akuster808@gmail.com>2020-10-19 18:14:23 -0700
commit58c17d008de404f52f4adb0bc42abc1b637249ae (patch)
tree5fd77cac9dc775a8142337364d27dd6dc94c7b19 /conf
parent8bcc4d70573083f68ef00ec159881e5c2663761d (diff)
downloadmeta-security-58c17d008de404f52f4adb0bc42abc1b637249ae.tar.gz
meta-security: Add gatesgarth to LAYERSERIES_COMPAT
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 2c3bd96..8c0254b 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 = "dunfell" 12LAYERSERIES_COMPAT_security = "gatesgarth"
13 13
14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" 14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"