diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-09-06 18:39:30 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-09 19:36:44 -0400 |
commit | 594018f8a516a4c235087bc2ed3a487a45dd4f14 (patch) | |
tree | d6ea3bcb69b635dd02caf6b98f43faec2537bf4f | |
parent | 90e9ae0f48c38fbcb367133be309c47b97376615 (diff) | |
download | meta-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.conf | 2 |
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" | |||
9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_security = "8" | 10 | BBFILE_PRIORITY_security = "8" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_security = "nanbield scarthgap" | 12 | LAYERSERIES_COMPAT_security = "styhead" |
13 | 13 | ||
14 | LAYERDEPENDS_security = "core openembedded-layer" | 14 | LAYERDEPENDS_security = "core openembedded-layer" |
15 | 15 | ||