From a809b8c531f6f0176f7148977b1237319abdd660 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 13 Oct 2021 00:07:17 +0800 Subject: Remove support for gatesgarth Building with oe-core gatesgarth is no longer supported. Remove from LAYERSERIES_COMPAT and remove the LLVM 11 patches as well. Signed-off-by: Anuj Mittal --- conf/layer.conf | 2 +- conf/machine/include/meta-intel.inc | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index b48cf611..eb8ab7f1 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 honister" +LAYERSERIES_COMPAT_intel = "dunfell hardknott honister" BBFILES_DYNAMIC += " \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index f4d4c619..7ae78267 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -27,11 +27,9 @@ PREFERRED_PROVIDER_libva-utils-native = "libva-intel-utils-native" PREFERRED_PROVIDER_nativesdk-libva-utils = "nativesdk-libva-intel-utils" PREFERRED_VERSION_opencl-clang ?= "${@bb.utils.contains('LLVMVERSION', '10.0.1', '10.0.0', \ - bb.utils.contains('LLVMVERSION', '11.1.0', '11.0.0', \ - bb.utils.contains('LLVMVERSION', '12.0.0', '12.0.0', '13.0.0', d), d), d)}" + bb.utils.contains('LLVMVERSION', '12.0.0', '12.0.0', '13.0.0', d), d)}" PREFERRED_VERSION_opencl-clang-native ?= "${@bb.utils.contains('LLVMVERSION', '10.0.1', '10.0.0', \ - bb.utils.contains('LLVMVERSION', '11.1.0', '11.0.0', \ - bb.utils.contains('LLVMVERSION', '12.0.0', '12.0.0', '13.0.0', d), d), d)}" + bb.utils.contains('LLVMVERSION', '12.0.0', '12.0.0', '13.0.0', d), d)}" XSERVER_X86_ASPEED_AST = "xf86-video-ast \ " -- cgit v1.2.3-54-g00ecf