From: Richard Purdie Date: Thu, 29 Jul 2021 21:44:34 +0000 (+0100) Subject: layer.conf: Override changes mean we're only compatible with honister X-Git-Tag: uninative-3.3~138 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=72c04cb3ca78208a135275d6dd43ad500b663cb5;p=openembedded-core.git 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 --- 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