mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
opencl-clang/14.0.0: remove recipe
We no longer allow building with 14.0 version of LLVM so remove the recipe and remove the logic to select that recipe version based on LLVMVERSION value. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
a672e9116a
commit
28b193723b
|
@ -20,10 +20,6 @@ PREFERRED_PROVIDER_libva-utils = "libva-intel-utils"
|
||||||
PREFERRED_PROVIDER_libva-utils-native = "libva-intel-utils-native"
|
PREFERRED_PROVIDER_libva-utils-native = "libva-intel-utils-native"
|
||||||
PREFERRED_PROVIDER_nativesdk-libva-utils = "nativesdk-libva-intel-utils"
|
PREFERRED_PROVIDER_nativesdk-libva-utils = "nativesdk-libva-intel-utils"
|
||||||
|
|
||||||
LLVM_MAJOR_VERSION = "${@d.getVar('LLVMVERSION').split('.')[0]}"
|
|
||||||
PREFERRED_VERSION_opencl-clang ?= "${@bb.utils.contains('LLVM_MAJOR_VERSION', '14', '14.0.0', '15.0.0', d)}"
|
|
||||||
PREFERRED_VERSION_opencl-clang-native ?= "${@bb.utils.contains('LLVM_MAJOR_VERSION', '14', '14.0.0', '15.0.0', d)}"
|
|
||||||
|
|
||||||
XSERVER_X86_ASPEED_AST = "xf86-video-ast \
|
XSERVER_X86_ASPEED_AST = "xf86-video-ast \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
require opencl-clang.inc
|
|
||||||
|
|
||||||
SRCREV = "980f1691c5babcf824ee10375a04a0d0c5d7d44a"
|
|
||||||
|
|
||||||
BRANCH = "ocl-open-140"
|
|
Loading…
Reference in New Issue
Block a user