summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.04.15428.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.04.15428.bb')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.04.15428.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.04.15428.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.04.15428.bb
index a910ab34..f6cfaf19 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.04.15428.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.04.15428.bb
@@ -13,9 +13,7 @@ SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https \
13 13
14SRC_URI_append_class-target = " \ 14SRC_URI_append_class-target = " \
15 file://dont-use-ld-library-path.patch \ 15 file://dont-use-ld-library-path.patch \
16 file://fix-missing-header-path.patch \
17" 16"
18
19SRCREV = "98006aa2bf282ebc5914359e0e4c5f1c539de56f" 17SRCREV = "98006aa2bf282ebc5914359e0e4c5f1c539de56f"
20 18
21S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
@@ -31,6 +29,7 @@ COMPATIBLE_HOST = '(x86_64).*-linux'
31COMPATIBLE_HOST_libc-musl = "null" 29COMPATIBLE_HOST_libc-musl = "null"
32 30
33EXTRA_OECMAKE = " \ 31EXTRA_OECMAKE = " \
32 -DIGC_DIR=${STAGING_INCDIR}/igc \
34 -DBUILD_TYPE=Release \ 33 -DBUILD_TYPE=Release \
35 -DSKIP_UNIT_TESTS=1 \ 34 -DSKIP_UNIT_TESTS=1 \
36 -DCCACHE_ALLOWED=FALSE \ 35 -DCCACHE_ALLOWED=FALSE \