summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-07-31 17:50:18 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-07-31 17:50:18 +0800
commit3fa552f82203434ae1189ab14b7410ae8fad98f6 (patch)
tree52e902065e1c8b61f0c6a2bd1ad13029a13b7a70 /conf
parent0584f638797a816b29b909d4611d5a099df7bbc1 (diff)
downloadmeta-intel-3fa552f82203434ae1189ab14b7410ae8fad98f6.tar.gz
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>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"
18# This should only be incremented on significant changes that will 18# This should only be incremented on significant changes that will
19# cause compatibility issues with other layers 19# cause compatibility issues with other layers
20LAYERVERSION_intel = "5" 20LAYERVERSION_intel = "5"
21LAYERSERIES_COMPAT_intel = "dunfell gatesgarth hardknott" 21LAYERSERIES_COMPAT_intel = "dunfell gatesgarth hardknott honister"
22 22
23BBFILES_DYNAMIC += " \ 23BBFILES_DYNAMIC += " \
24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \