layer.conf: add honister to LAYERSERIES_COMPAT

Mark the layer as compatible with honister as well now that OE-Core
has switched to using the new override syntax in master branch.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2021-07-31 17:50:18 +08:00
parent 0584f63879
commit 3fa552f822

View File

@ -18,7 +18,7 @@ LAYERRECOMMENDS_intel = "dpdk"
# This should only be incremented on significant changes that will # This should only be incremented on significant changes that will
# cause compatibility issues with other layers # cause compatibility issues with other layers
LAYERVERSION_intel = "5" LAYERVERSION_intel = "5"
LAYERSERIES_COMPAT_intel = "dunfell gatesgarth hardknott" LAYERSERIES_COMPAT_intel = "dunfell gatesgarth hardknott honister"
BBFILES_DYNAMIC += " \ BBFILES_DYNAMIC += " \
clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \