diff options
author | Dongwon Kim <dongwon.kim@intel.com> | 2021-04-08 19:09:59 -0700 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-04-09 10:38:36 +0800 |
commit | 1a4adcb8b18141db84b654e645fb07679ee41c1d (patch) | |
tree | cd8fdf592f61b1dfd4df7f8174eccd6e796e41bd /dynamic-layers/clang-layer/recipes-opencl | |
parent | 48b1e9905d312bd050be8960d00f99a79c300728 (diff) | |
download | meta-intel-1a4adcb8b18141db84b654e645fb07679ee41c1d.tar.gz |
opencl-clang: move up to the version for igc-1.0.6646
Need to move up to newer commit for opencl-clang that matches
to the current igc (1.0.6466).
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl')
-rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_10.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_10.0.0.bb b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_10.0.0.bb index c5ba96c1..4928eb22 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_10.0.0.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_10.0.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/intel/opencl-clang.git;branch=ocl-open-100;protocol= | |||
11 | " | 11 | " |
12 | SRC_URI_append_class-native = " file://0002-make-sure-only-static-libraries-linked-for-native-bu.patch" | 12 | SRC_URI_append_class-native = " file://0002-make-sure-only-static-libraries-linked-for-native-bu.patch" |
13 | 13 | ||
14 | SRCREV = "92f3f7f1a06f25fb13708f87c26b0fbf50924c96" | 14 | SRCREV = "c8cd72e32b6abc18ce6da71c357ea45ba78b52f0" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||