From 3fa552f82203434ae1189ab14b7410ae8fad98f6 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Sat, 31 Jul 2021 17:50:18 +0800 Subject: 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index 33977a24..884e0d4b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -18,7 +18,7 @@ LAYERRECOMMENDS_intel = "dpdk" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_intel = "5" -LAYERSERIES_COMPAT_intel = "dunfell gatesgarth hardknott" +LAYERSERIES_COMPAT_intel = "dunfell gatesgarth hardknott honister" BBFILES_DYNAMIC += " \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ -- cgit v1.2.3-54-g00ecf