From f5516b5cdaece26e6873b3b1c9371f44bd1db5f1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Sep 2022 21:52:56 +0100 Subject: [PATCH] layer.conf: Update to use langdale as the core layer name Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 1387539734d..0ce90355baf 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 = "kirkstone langdale" +LAYERSERIES_CORENAMES = "langdale" # This should only be incremented on significant changes that will # cause compatibility issues with other layers -- 2.47.3