From efaa68ded7b504f19545c327a5201d864962eba1 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 4 Jun 2021 08:37:33 -0400 Subject: [PATCH] conf: drop gatesgarth from compatibility There have been reports of warnings being generated by the layer index when the compatibility of a layer exceeds 25 characters. gatesgarth is supported in its own branch, and isn't being tested against master, so we drop it from the compat. 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 b3e52836..43873c2f 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 = "gatesgarth hardknott honister" +LAYERSERIES_COMPAT_virtualization-layer = "hardknott honister" LAYERDEPENDS_virtualization-layer = " \ core \ openembedded-layer \