diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-02-21 19:31:32 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-02-21 19:31:32 -0500 |
commit | ef08aac3ddb036fbdaf161e5a456225eb808731e (patch) | |
tree | 554b34f788d1a667bd509c97eeba25749860a86b | |
parent | 108e089f7e844fafd12cfddd7eb6f96bef86c0a3 (diff) | |
download | meta-virtualization-ef08aac3ddb036fbdaf161e5a456225eb808731e.tar.gz |
conf: drop honister from compatibility
The variable renames in OE core are parse errors, not warnings, so
maintaining compatibility for both honister and kirkstone in the
same branch isn't feasible. So we drop honister in preparation for
release.
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 9bb6a74d..7f4c6e0d 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 |
23 | LAYERVERSION_virtualization-layer = "1" | 23 | LAYERVERSION_virtualization-layer = "1" |
24 | LAYERSERIES_COMPAT_virtualization-layer = "honister kirkstone" | 24 | LAYERSERIES_COMPAT_virtualization-layer = "kirkstone" |
25 | LAYERDEPENDS_virtualization-layer = " \ | 25 | LAYERDEPENDS_virtualization-layer = " \ |
26 | core \ | 26 | core \ |
27 | openembedded-layer \ | 27 | openembedded-layer \ |