diff mbox series

layer.conf: Switch layer to nanbield series only

Message ID 20231109162657.1701262-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit e4d2bea88121f3600d1305fa2000def014e15280
Headers show
Series layer.conf: Switch layer to nanbield series only | expand

Commit Message

Richard Purdie Nov. 9, 2023, 4:26 p.m. UTC
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 9b94bbd8b34..bb8b1c81b12 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 mickledore"
+LAYERSERIES_CORENAMES = "nanbield"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers