diff mbox series

[meta-security] layer.conf: Update to styhead release name series

Message ID 20240906163930.3167870-1-martin.jansa@gmail.com
State New
Headers show
Series [meta-security] layer.conf: Update to styhead release name series | expand

Commit Message

Martin Jansa Sept. 6, 2024, 4:39 p.m. UTC
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>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"
 BBFILE_PATTERN_security = "^${LAYERDIR}/"
 BBFILE_PRIORITY_security = "8"
 
-LAYERSERIES_COMPAT_security = "nanbield scarthgap"
+LAYERSERIES_COMPAT_security = "styhead"
 
 LAYERDEPENDS_security = "core openembedded-layer"