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.mit...@intel.com> --- conf/machine/include/meta-intel.inc | 4 ---- .../recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb | 5 ----- 2 files changed, 9 deletions(-) delete mode 100644 dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 230d0253..c780094f 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -20,10 +20,6 @@ PREFERRED_PROVIDER_libva-utils = "libva-intel-utils" PREFERRED_PROVIDER_libva-utils-native = "libva-intel-utils-native" 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 \ " diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb deleted file mode 100644 index 7e56af75..00000000 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_14.0.0.bb +++ /dev/null @@ -1,5 +0,0 @@ -require opencl-clang.inc - -SRCREV = "980f1691c5babcf824ee10375a04a0d0c5d7d44a" - -BRANCH = "ocl-open-140"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8339): https://lists.yoctoproject.org/g/meta-intel/message/8339 Mute This Topic: https://lists.yoctoproject.org/mt/106363416/21656 Group Owner: meta-intel+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-