summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-02-19 14:02:21 -0800
committerArmin Kuster <akuster808@gmail.com>2022-02-20 19:39:36 -0800
commit30a4227e3c5b47005dedb3f89299d933557b9209 (patch)
treebd97e06577c9faa914c22a8c93e41936386c3b67 /conf/layer.conf
parenta6fc2597b4137dd2d6255cb77e1b0442b1c90d80 (diff)
downloadmeta-security-30a4227e3c5b47005dedb3f89299d933557b9209.tar.gz
layer.conf: Update to use kirkstone
Update the layers to use the kirkstone namespace. No compatibility is made for honister due to the variable renaming. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'conf/layer.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 ad9da56..1f83593 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "security"
9BBFILE_PATTERN_security = "^${LAYERDIR}/" 9BBFILE_PATTERN_security = "^${LAYERDIR}/"
10BBFILE_PRIORITY_security = "8" 10BBFILE_PRIORITY_security = "8"
11 11
12LAYERSERIES_COMPAT_security = "honister" 12LAYERSERIES_COMPAT_security = "kirkstone"
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 15