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>
This commit is contained in:
Bruce Ashfield 2022-02-21 19:31:32 -05:00
parent 108e089f7e
commit ef08aac3dd

View File

@ -21,7 +21,7 @@ BBFILES_DYNAMIC += " \
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_virtualization-layer = "1"
LAYERSERIES_COMPAT_virtualization-layer = "honister kirkstone"
LAYERSERIES_COMPAT_virtualization-layer = "kirkstone"
LAYERDEPENDS_virtualization-layer = " \
core \
openembedded-layer \