From d430bf39f2f2ecdf989b33f7405751844d783fc5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 15 Mar 2021 14:54:09 +0000 Subject: layer.conf: Update for hardknott release series Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/conf/layer.conf') diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index cda37c33b4..5210fd4612 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core" BBFILE_PATTERN_core = "^${LAYERDIR}/" BBFILE_PRIORITY_core = "5" -LAYERSERIES_CORENAMES = "gatesgarth" +LAYERSERIES_CORENAMES = "hardknott" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_core = "12" -LAYERSERIES_COMPAT_core = "gatesgarth" +LAYERSERIES_COMPAT_core = "hardknott" BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" -- cgit 1.2.3-korg