summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-27 10:00:22 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-07-07 11:42:27 -0400
commit7e54b1c2f5dcea9f79f0b5d3e33ea09a63d9b632 (patch)
tree8c20d7125fb88f73538d7a0a89b6bb2dcb158b0f
parent203f841b216a1d5cdb87e4161fa0dfe9298b323e (diff)
downloadmeta-virtualization-7e54b1c2f5dcea9f79f0b5d3e33ea09a63d9b632.tar.gz
layer: drop walnascar support
Now that the unpackdir changes are in place, we switch our support to only whinlatter. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 43a39f50..d9fb11c5 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 = "walnascar whinlatter" 24LAYERSERIES_COMPAT_virtualization-layer = "whinlatter"
25LAYERDEPENDS_virtualization-layer = " \ 25LAYERDEPENDS_virtualization-layer = " \
26 core \ 26 core \
27 openembedded-layer \ 27 openembedded-layer \