summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-11 01:31:54 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-11 14:38:08 +0000
commit76208ca8803105080c8a0a0c58aad140601efa5c (patch)
treeba4dee076b9707e34aa93c30b1920164563d01fa /conf
parent113af45b75d2a19726d3e084e9ba05826128097b (diff)
downloadmeta-virtualization-76208ca8803105080c8a0a0c58aad140601efa5c.tar.gz
conf: update compatibility to match oe-core
OE Core has bumped to the next version, we update to match. For now, we keep both mickledore and nanbield as compatible while progressing towards 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 9ff61f12..189a86d4 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 = "mickledore" 24LAYERSERIES_COMPAT_virtualization-layer = "mickeldore nanbield"
25LAYERDEPENDS_virtualization-layer = " \ 25LAYERDEPENDS_virtualization-layer = " \
26 core \ 26 core \
27 openembedded-layer \ 27 openembedded-layer \