From ef08aac3ddb036fbdaf161e5a456225eb808731e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Feb 2022 19:31:32 -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 9bb6a74d..7f4c6e0d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -21,7 +21,7 @@ BBFILES_DYNAMIC += " \ # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_virtualization-layer = "1" -LAYERSERIES_COMPAT_virtualization-layer = "honister kirkstone" +LAYERSERIES_COMPAT_virtualization-layer = "kirkstone" LAYERDEPENDS_virtualization-layer = " \ core \ openembedded-layer \ -- cgit v1.2.3-54-g00ecf