summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-09-16 10:50:57 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-09-16 10:50:57 -0400
commitbc081444b0ad9fcd60f56de23d5e51b2b3ac36b6 (patch)
treed58d368d093740ad89f516f6d6e3148b17a61000
parenteccc51d4e58381384a70b34a2e37c0808f9e9b2c (diff)
downloadmeta-virtualization-bc081444b0ad9fcd60f56de23d5e51b2b3ac36b6.tar.gz
conf: restrict hardknott compaitbility to hardknott
The busybox bbappend causes problems, and now that we aren't in transition, no one is testing compatibility for anything but matching release branches. 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 70d98ce7..b196533b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -31,7 +31,7 @@ BBFILES_DYNAMIC += " \
31# This should only be incremented on significant changes that will 31# This should only be incremented on significant changes that will
32# cause compatibility issues with other layers 32# cause compatibility issues with other layers
33LAYERVERSION_virtualization-layer = "1" 33LAYERVERSION_virtualization-layer = "1"
34LAYERSERIES_COMPAT_virtualization-layer = "dunfell gatesgarth hardknott" 34LAYERSERIES_COMPAT_virtualization-layer = "hardknott"
35LAYERDEPENDS_virtualization-layer = " \ 35LAYERDEPENDS_virtualization-layer = " \
36 core \ 36 core \
37 openembedded-layer \ 37 openembedded-layer \