summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-01-03 17:36:25 +0100
committerArmin Kuster <akuster808@gmail.com>2023-01-04 10:32:16 -0500
commit1550c126ce8bad2dfd91cdc1eea7c295ac7891bb (patch)
treeaae60b4fb7e8f40e4bd52a776223a186ece21b5c /conf
parentf991b20f56de8cdf40556681e0e9276ae6b81cfa (diff)
downloadmeta-security-1550c126ce8bad2dfd91cdc1eea7c295ac7891bb.tar.gz
layer.conf: update LAYERSERIES_COMPAT for mickledore
* oe-core switched to mickedore in: https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 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 470c7f6..b5a74f1 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 = "kirkstone langdale" 12LAYERSERIES_COMPAT_security = "mickledore"
13 13
14LAYERDEPENDS_security = "core openembedded-layer" 14LAYERDEPENDS_security = "core openembedded-layer"
15 15