diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 10:06:38 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 10:06:38 -0400 |
commit | f3e19029b0c5952a27922c1f5145fe636b126fe4 (patch) | |
tree | ae5c2635f35282c68c7ff7b5eeb588529b6b8ecf | |
parent | 1f9a36fa1a54c8daeb697bf50277f79b3196a5a4 (diff) | |
download | meta-virtualization-f3e19029b0c5952a27922c1f5145fe636b126fe4.tar.gz |
conf/layer.conf: add honister to compatibility list
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 23c2e391..f48ec255 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 |
33 | LAYERVERSION_virtualization-layer = "1" | 33 | LAYERVERSION_virtualization-layer = "1" |
34 | LAYERSERIES_COMPAT_virtualization-layer = "dunfell gatesgarth hardknott" | 34 | LAYERSERIES_COMPAT_virtualization-layer = "gatesgarth hardknott honister" |
35 | LAYERDEPENDS_virtualization-layer = " \ | 35 | LAYERDEPENDS_virtualization-layer = " \ |
36 | core \ | 36 | core \ |
37 | openembedded-layer \ | 37 | openembedded-layer \ |