mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
intel-compute-runtime: upgrade 22.49.25018.24 -> 23.05.25593.11
Release Notes: https://github.com/intel/compute-runtime/releases/tag/23.05.25593.11 Adapt allow-to-find-cpp-generation-tool.patch Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
aed4bb9af7
commit
51b86cf2fe
|
@ -19,8 +19,8 @@ index 8ac6faf4d6..031e128149 100644
|
||||||
)
|
)
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
OUTPUT ${OUTPUT_FILE_CPP}
|
OUTPUT ${OUTPUT_FILE_CPP}
|
||||||
- COMMAND $<TARGET_FILE:cpp_generate_tool> --file ${BINARY_OUTPUT}.bin --output ${OUTPUT_FILE_CPP} --array ${mode}_${BASENAME} --platform ${family_name_with_type} --revision_id ${REVISION_ID}
|
- COMMAND $<TARGET_FILE:cpp_generate_tool> --file ${BINARY_OUTPUT}.bin --output ${OUTPUT_FILE_CPP} --array ${mode}_${BASENAME} --platform ${platform_it_lower} --revision_id ${REVISION_ID}
|
||||||
+ COMMAND cpp_generate_tool --file ${BINARY_OUTPUT}.bin --output ${OUTPUT_FILE_CPP} --array ${mode}_${BASENAME} --platform ${family_name_with_type} --revision_id ${REVISION_ID}
|
+ COMMAND cpp_generate_tool --file ${BINARY_OUTPUT}.bin --output ${OUTPUT_FILE_CPP} --array ${mode}_${BASENAME} --platform ${platform_it_lower} --revision_id ${REVISION_ID}
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
- DEPENDS ${OUTPUT_FILES_BINARIES} $<TARGET_FILE:cpp_generate_tool>
|
- DEPENDS ${OUTPUT_FILES_BINARIES} $<TARGET_FILE:cpp_generate_tool>
|
||||||
+ DEPENDS ${OUTPUT_FILES_BINARIES} cpp_generate_tool
|
+ DEPENDS ${OUTPUT_FILES_BINARIES} cpp_generate_tool
|
||||||
|
|
|
@ -8,14 +8,14 @@ LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eca6ec6997e18db166db7109cdbe611c \
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eca6ec6997e18db166db7109cdbe611c \
|
||||||
file://third_party/opencl_headers/LICENSE;md5=dcefc90f4c3c689ec0c2489064e7273b"
|
file://third_party/opencl_headers/LICENSE;md5=dcefc90f4c3c689ec0c2489064e7273b"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https;branch=releases/22.49 \
|
SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https;branch=releases/23.05 \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI:append:class-target = "file://allow-to-find-cpp-generation-tool.patch \
|
SRC_URI:append:class-target = "file://allow-to-find-cpp-generation-tool.patch \
|
||||||
file://external-ocloc.patch \
|
file://external-ocloc.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "50d8b6a29829d46360c3b75987fd5b92df71ccb5"
|
SRCREV = "4adb15f14975b10138939acbe17e05f2f010fc36"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user