From d3718096fa478450c21968d244a7a99e046b95f9 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 3 Mar 2022 13:18:04 +0100 Subject: 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 Signed-off-by: Anuj Mittal --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_intel = "5" -LAYERSERIES_COMPAT_intel = "dunfell hardknott honister kirkstone" +LAYERSERIES_COMPAT_intel = "kirkstone" BBFILES_DYNAMIC += " \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ -- cgit v1.2.3-54-g00ecf