diff mbox series

layer.conf: Drop scarthgap namespace from LAYERSERIES

Message ID 20240906152043.2304360-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series layer.conf: Drop scarthgap namespace from LAYERSERIES | expand

Commit Message

Richard Purdie Sept. 6, 2024, 3:20 p.m. UTC
As we move to release, drop the scarthgap namespace and prepare for
styhead.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 65eb657fd93..0e54ad7eccd 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -7,7 +7,7 @@  BBFILE_COLLECTIONS += "core"
 BBFILE_PATTERN_core = "^${LAYERDIR}/"
 BBFILE_PRIORITY_core = "5"
 
-LAYERSERIES_CORENAMES = "scarthgap styhead"
+LAYERSERIES_CORENAMES = "styhead"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers