From cd822b11ba25d755bee203d87e56ca908a3a4cce Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Feb 2022 19:33:14 -0500 Subject: conf: drop honister from compatibility The variable renames in OE core are parse errors, not warnings, so maintaining compatibility for both honister and kirkstone in the same branch isn't feasible. So we drop honister in preparation for release. Signed-off-by: Bruce Ashfield --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index e7d8bba..805e1ad 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,5 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "cloud-services-layer" BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_cloud-services-layer = "5" -LAYERSERIES_COMPAT_cloud-services-layer = "honister kirkstone" +LAYERSERIES_COMPAT_cloud-services-layer = "kirkstone" LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" -- cgit v1.2.3-54-g00ecf