summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-02-21 19:31:32 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-02-21 19:31:32 -0500
commitef08aac3ddb036fbdaf161e5a456225eb808731e (patch)
tree554b34f788d1a667bd509c97eeba25749860a86b /conf
parent108e089f7e844fafd12cfddd7eb6f96bef86c0a3 (diff)
downloadmeta-virtualization-ef08aac3ddb036fbdaf161e5a456225eb808731e.tar.gz
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 <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 9bb6a74d..7f4c6e0d 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 = "honister kirkstone" 24LAYERSERIES_COMPAT_virtualization-layer = "kirkstone"
25LAYERDEPENDS_virtualization-layer = " \ 25LAYERDEPENDS_virtualization-layer = " \
26 core \ 26 core \
27 openembedded-layer \ 27 openembedded-layer \