summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-04 08:37:33 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-04 08:38:34 -0400
commitefaa68ded7b504f19545c327a5201d864962eba1 (patch)
tree78e460efd0dfc93b4cae025e83da0b9ec7ec8299 /conf
parent8ded083436c6c884d53d99daa23279ffa383e336 (diff)
downloadmeta-virtualization-efaa68ded7b504f19545c327a5201d864962eba1.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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 += " \
21# This should only be incremented on significant changes that will 21# This should only be incremented on significant changes that will
22# cause compatibility issues with other layers 22# cause compatibility issues with other layers
23LAYERVERSION_virtualization-layer = "1" 23LAYERVERSION_virtualization-layer = "1"
24LAYERSERIES_COMPAT_virtualization-layer = "gatesgarth hardknott honister" 24LAYERSERIES_COMPAT_virtualization-layer = "hardknott honister"
25LAYERDEPENDS_virtualization-layer = " \ 25LAYERDEPENDS_virtualization-layer = " \
26 core \ 26 core \
27 openembedded-layer \ 27 openembedded-layer \