meta-intel/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb
Yogesh Tyagi f30c2a8a3d opencl-clang/14.0: update to latest
Drop patch 0001-don-t-redefine-LLVM_TABLEGEN_EXE.patch
which is not needed anymore

Backport a fix from main branch to fix build issues.

Move do_install:append:class-native to individual recipe

Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-08-25 13:50:42 +08:00

18 lines
429 B
BlitzBasic

require opencl-clang.inc
SRCREV = "8fc6b059248dc6c9c40c7cbe5fedcc6ebb951983"
DEPENDS += " spirv-llvm-translator"
BRANCH = "ocl-open-120"
EXTRA_OECMAKE += "\
-DCMAKE_SKIP_RPATH=TRUE \
-DPREFERRED_LLVM_VERSION="12.0.0" \
"
do_install:append:class-native() {
install -d ${D}${bindir}
install -m 0755 ${B}/linux_linker/linux_resource_linker ${D}${bindir}/
}