summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2022-03-03 13:18:04 +0100
committerAnuj Mittal <anuj.mittal@intel.com>2022-03-04 15:03:21 +0800
commitd3718096fa478450c21968d244a7a99e046b95f9 (patch)
tree0a8671b08d207366c5d3c09c7b067b49037c85b2 /conf/layer.conf
parent6a99b680ec3c6575558e7a00f44b69fb1f8a1983 (diff)
downloadmeta-intel-d3718096fa478450c21968d244a7a99e046b95f9.tar.gz
layer.conf: Use only kirkstone as LAYERSERIES_COMPAT
Due to the variables rename in the scope of inclusive language, the layer is not compatible with older versions. This change drops all versions but kirkstone from LAYERSERIES_COMPAT. Signed-off-by: Andrei Gherzan <andrei@gherzan.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/layer.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 037d1ab4..fb073b0d 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -19,7 +19,7 @@ LAYERRECOMMENDS_intel = "dpdk"
19# This should only be incremented on significant changes that will 19# This should only be incremented on significant changes that will
20# cause compatibility issues with other layers 20# cause compatibility issues with other layers
21LAYERVERSION_intel = "5" 21LAYERVERSION_intel = "5"
22LAYERSERIES_COMPAT_intel = "dunfell hardknott honister kirkstone" 22LAYERSERIES_COMPAT_intel = "kirkstone"
23 23
24BBFILES_DYNAMIC += " \ 24BBFILES_DYNAMIC += " \
25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \