summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-09-06 18:39:30 +0200
committerArmin Kuster <akuster808@gmail.com>2024-09-09 19:36:44 -0400
commit594018f8a516a4c235087bc2ed3a487a45dd4f14 (patch)
treed6ea3bcb69b635dd02caf6b98f43faec2537bf4f
parent90e9ae0f48c38fbcb367133be309c47b97376615 (diff)
downloadmeta-security-594018f8a516a4c235087bc2ed3a487a45dd4f14.tar.gz
layer.conf: Update to styhead release name series
oe-core switched to styhead only in: https://git.openembedded.org/openembedded-core/commit/?h=styhead&id=b4cf6d5236a3eacaf56ca2f805b006efac65b26c Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 471674c..c57c8b9 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 = "nanbield scarthgap" 12LAYERSERIES_COMPAT_security = "styhead"
13 13
14LAYERDEPENDS_security = "core openembedded-layer" 14LAYERDEPENDS_security = "core openembedded-layer"
15 15