From 72c04cb3ca78208a135275d6dd43ad500b663cb5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Jul 2021 22:44:34 +0100 Subject: layer.conf: Override changes mean we're only compatible with honister Due to the override changes, we only allow compatibility with honister and not hardknott. Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 5892c80ae4..307ad7e223 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 = "hardknott honister" +LAYERSERIES_CORENAMES = "honister" # This should only be incremented on significant changes that will # cause compatibility issues with other layers -- cgit 1.2.3-korg