summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb
index 1469bc14..9ed828bc 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.8744.bb
@@ -13,6 +13,7 @@ SRC_URI = "git://github.com/intel/intel-graphics-compiler.git;protocol=https;nam
13 file://0001-llvm_deps.cmake-don-t-copy-header-file-when-building.patch \ 13 file://0001-llvm_deps.cmake-don-t-copy-header-file-when-building.patch \
14 file://0003-Improve-Reproducibility-for-src-package.patch \ 14 file://0003-Improve-Reproducibility-for-src-package.patch \
15 file://0004-find-external-llvm-tblgen.patch \ 15 file://0004-find-external-llvm-tblgen.patch \
16 file://0001-BiF-CMakeLists.txt-remove-opt-from-DEPENDS.patch \
16 " 17 "
17 18
18SRCREV_igc = "3ba8dde8c414a0e47df58b1bba12a64f8ba2089e" 19SRCREV_igc = "3ba8dde8c414a0e47df58b1bba12a64f8ba2089e"
@@ -40,12 +41,16 @@ EXTRA_OECMAKE = " \
40 -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3 \ 41 -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3 \
41 -DVC_INTRINSICS_SRC="${S}/vc-intrinsics" \ 42 -DVC_INTRINSICS_SRC="${S}/vc-intrinsics" \
42 -DIGC_OPTION__LLVM_MODE=Prebuilds \ 43 -DIGC_OPTION__LLVM_MODE=Prebuilds \
43 -DIGC_BUILD__VC_ENABLED=OFF \ 44 -DIGC_BUILD__VC_ENABLED=ON \
45 -DIGC_OPTION__LINK_KHRONOS_SPIRV_TRANSLATOR=ON \
46 -DIGC_OPTION__USE_KHRONOS_SPIRV_TRANSLATOR_IN_VC=ON \
47 -DIGC_OPTION__SPIRV_TRANSLATOR_MODE=Prebuilds \
44 " 48 "
45 49
46do_install:append:class-native () { 50do_install:append:class-native () {
47 install -d ${D}${bindir} 51 install -d ${D}${bindir}
48 install ${B}/IGC/Release/elf_packager ${D}${bindir}/ 52 install ${B}/IGC/Release/elf_packager ${D}${bindir}/
53 install ${B}/IGC/Release/CMCLTranslatorTool ${D}${bindir}/
49} 54}
50 55
51BBCLASSEXTEND = "native nativesdk" 56BBCLASSEXTEND = "native nativesdk"