From 2c810a6a05d69a0dbf66bb366c608ab274e36971 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 21 Jul 2020 16:55:27 +0800 Subject: intel-graphics-compiler: drop llvm9/clang9 support Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../recipes-opencl/igc/intel-graphics-compiler_1.0.4241.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dynamic-layers/clang-layer/recipes-opencl') diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4241.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4241.bb index ecb0f536..762cd6b9 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4241.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4241.bb @@ -26,9 +26,7 @@ DEPENDS_append_class-target = " clang-cross-x86_64" RDEPENDS_${PN} += "opencl-clang" -LLVM_COMPAT_VER = "${@bb.utils.contains('LLVMVERSION', '9.0.1', '9.0.0', '10.0.0', d)}" - -EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=${LLVM_COMPAT_VER} -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" +EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=10.0.0 -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf