diff mbox series

layer.conf: Drop wrynose from CORENAMES ready for release

Message ID 20260923093503.3490632-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series layer.conf: Drop wrynose from CORENAMES ready for release | expand

Commit Message

Richard Purdie Sept. 23, 2026, 9:35 a.m. UTC
Prepare for release.

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 b91ce3e4371..13c920be6cf 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 = "wrynose blacksail"
+LAYERSERIES_CORENAMES = "blacksail"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers