summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:13:21 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-08-02 17:18:38 -0400
commit9d848a29e4ce0c84fda5850ca0aaf8ed6b2985ab (patch)
tree986f5c5d1307b8cdf5bb6c46d5deda99de7ba37e /conf
parentf72770a6dec021a71d2ae03a66eac70d865c755f (diff)
downloadmeta-virtualization-9d848a29e4ce0c84fda5850ca0aaf8ed6b2985ab.tar.gz
conf: set compatibility to honister
With the overrides conversion changes, we mark master compatible with honistor only. 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 c8495134..149b42ee 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 = "hardknott honister" 24LAYERSERIES_COMPAT_virtualization-layer = "honister"
25LAYERDEPENDS_virtualization-layer = " \ 25LAYERDEPENDS_virtualization-layer = " \
26 core \ 26 core \
27 openembedded-layer \ 27 openembedded-layer \