summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-08-03 09:33:41 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-08-03 10:30:27 +0800
commitd9d4392e6628effd6f8fe064f25f824607648893 (patch)
treeac53c3e3f71b5c806a80e0836147843733cf34ed /dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
parented119ed7e89db143495930dbb9ce87e872cb0db3 (diff)
downloadmeta-intel-d9d4392e6628effd6f8fe064f25f824607648893.tar.gz
opencl-clang/15.0: update to latest
Include the latest changes from ocl-open-150 branch. Backport fixes from main and include another patch to fix issues with building target binaries. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
index 0886e43b..061ecbba 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
+++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
@@ -6,6 +6,9 @@ LICENSE = "NCSA"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e8a15bf1416762a09ece07e44c79118c" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=e8a15bf1416762a09ece07e44c79118c"
7 7
8SRC_URI = "git://github.com/intel/opencl-clang.git;branch=${BRANCH};protocol=https \ 8SRC_URI = "git://github.com/intel/opencl-clang.git;branch=${BRANCH};protocol=https \
9 file://0001-Fix-standalone-build-415.patch \
10 file://0002-Request-native-clang-only-when-cross-compiling-464.patch \
11 file://0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch \
9 " 12 "
10S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
11 14