summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-03-18 14:41:16 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-04-04 18:18:52 +0800
commit19e46a93c042d5f1ba2747f2bff7f4a8db77c000 (patch)
tree0fb1a8468c87a84edcbd070d4cda034e748043a8
parentcd258cb76f4e51b982d00cea112a1c8a1ddaccab (diff)
downloadmeta-intel-19e46a93c042d5f1ba2747f2bff7f4a8db77c000.tar.gz
intel-graphics-compiler: upgrade 1.0.3151 -> 1.0.3586
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.3586.bb (renamed from dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.3151.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.3151.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.3586.bb
index d4827283..07c7230e 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.3151.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.3586.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/intel/intel-graphics-compiler.git;protocol=https; \
11 file://0001-skip-execution-of-ElfPackager.patch \ 11 file://0001-skip-execution-of-ElfPackager.patch \
12 " 12 "
13 13
14SRCREV = "ee341708a3d95738e942b6d3c5cd25b1f4b430f1" 14SRCREV = "3605a569ac938ef2cb50ac69e30f8619cd44ceb3"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
@@ -25,7 +25,7 @@ DEPENDS_append_class-target = " clang-cross-x86_64"
25 25
26RDEPENDS_${PN} += "opencl-clang" 26RDEPENDS_${PN} += "opencl-clang"
27 27
28EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=9.0.0 -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" 28EXTRA_OECMAKE = "-DIGC_PREFERRED_LLVM_VERSION=10.0.0 -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3"
29 29
30BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"
31 31