From f3e19029b0c5952a27922c1f5145fe636b126fe4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 15 Apr 2021 10:06:38 -0400 Subject: [PATCH] conf/layer.conf: add honister to compatibility list 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 23c2e391..f48ec255 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -31,7 +31,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 = "dunfell gatesgarth hardknott" +LAYERSERIES_COMPAT_virtualization-layer = "gatesgarth hardknott honister" LAYERDEPENDS_virtualization-layer = " \ core \ openembedded-layer \