summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4756.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-09-18 07:54:12 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-09-18 07:54:23 +0800
commit254e3a79b3a37045f829848e0a5e04801bec1439 (patch)
tree27a1c877f9c506bff118909014aa71c097521c43 /dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4756.bb
parenta611a92e75eee971af064043fff1c4626d89885d (diff)
downloadmeta-intel-254e3a79b3a37045f829848e0a5e04801bec1439.tar.gz
Revert "intel-graphics-compiler: improve src package reproducibility"
This reverts commit c6ca760d24dc016434e79a6aceeb608fba890a3c. This breaks builds using meta-intel master with oe-core dunfell because the bison option isn't available on older versions. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4756.bb')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4756.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4756.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4756.bb
index 4625ba80..406f9f18 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4756.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.4756.bb
@@ -11,16 +11,12 @@ LIC_FILES_CHKSUM = "file://IGC/BiFModule/Implementation/ExternalLibraries/libclc
11SRC_URI = "git://github.com/intel/intel-graphics-compiler.git;protocol=https; \ 11SRC_URI = "git://github.com/intel/intel-graphics-compiler.git;protocol=https; \
12 file://0001-skip-execution-of-ElfPackager.patch \ 12 file://0001-skip-execution-of-ElfPackager.patch \
13 file://link-to-LLVMGenXIntrinsics.patch \ 13 file://link-to-LLVMGenXIntrinsics.patch \
14 file://improve_src_package_reproducibility.patch \
15 " 14 "
16 15
17SRCREV = "3623209b10b357ddb3a3d6eac3551c53ebc897f7" 16SRCREV = "3623209b10b357ddb3a3d6eac3551c53ebc897f7"
18 17
19S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
20 19
21# Used to replace with relative path in reproducibility patch
22export B
23
24inherit cmake 20inherit cmake
25 21
26COMPATIBLE_HOST = '(x86_64).*-linux' 22COMPATIBLE_HOST = '(x86_64).*-linux'