diff mbox series

layer.conf: Prepare for release, drop nanbield LAYERSERIES

Message ID 20240307223304.2386241-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series layer.conf: Prepare for release, drop nanbield LAYERSERIES | expand

Commit Message

Richard Purdie March 7, 2024, 10:33 p.m. UTC
As we're close to release, drop compatibility to nanbield, people
have had time to switch now.

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 2418ee7d53b..62f86f361ad 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 = "nanbield scarthgap"
+LAYERSERIES_CORENAMES = "scarthgap"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers