diff mbox series

[meta-oe] clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25

Message ID 20240105061240.27523-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25 | expand

Commit Message

Alper Ak Jan. 5, 2024, 6:12 a.m. UTC
Changelog:

748c393 (tag: 3.0.23.01.25) Version 3.0.23.01.25
6ffc5f4 Keep track of the known flags
8a259ee Mark ARM extensions as such
315a45f Fix some extended versioning support
fd78db3 cl_khr_mutable_dispatch
89581d9 Sempahore KHR extensions support
6dedc29 cl_khr_external_memory support
9e770d9 Cleanup and add TODO
3bb2d68 cl_intel_unified_shared_memory support
120b67c cl_khr_command_buffer support
a38c9cc Update cl_arm_scheduling_controls support
b43aa37 cl_intel_device_attribute_query support
5b0ebba cl_intel_command_queue_families support
c8de099 Option to handle the NULL platform like a normal one
a6862eb Correctly size some variables
62bbef9 Fix typo: comfornace
d6f189d Makefile: Define and use `MAN1DIR`
95051d9 Makefile: Support staged installs with `DESTDIR`
a2d2cfb Makefile: Simplify by removing targets and move them to install target
7870355 Revert "Makefile: Support staged installs with `DESTDIR`"
a3729b0 Properly indent NV execution properties
77b4693 Don't fetch array values when there aren't any
efdb0f0 Show ICD loader properties even if no platforms are present
a10af94 Older NVIDIA drivers don't support CL_DEVICE_PCI_DOMAIN_ID_NV
a5bda6d Makefile: Support staged installs with `DESTDIR`
72a1ee2 Some more ext vs (next) core things
aabec89 Add missing extension checks
20b7053 cl_arm_controlled_kernel_termination support
11201e9 cl_khr_pci_bus_info support
78c53d0 Fix string buffer used to report error
e36ff2b Support cl_arm_scheduling_controls
d34bc1a (tag: 3.0.21.02.21) Version 3.0.21.02.21

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../opencl/{clinfo_3.0.21.02.21.bb => clinfo_3.0.23.01.25.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/opencl/{clinfo_3.0.21.02.21.bb => clinfo_3.0.23.01.25.bb} (82%)

Comments

Khem Raj Jan. 8, 2024, 2:47 a.m. UTC | #1
On Fri, 05 Jan 2024 09:12:40 +0300, alperak wrote:
> Changelog:
> 
> 748c393 (tag: 3.0.23.01.25) Version 3.0.23.01.25
> 6ffc5f4 Keep track of the known flags
> 8a259ee Mark ARM extensions as such
> 315a45f Fix some extended versioning support
> fd78db3 cl_khr_mutable_dispatch
> 89581d9 Sempahore KHR extensions support
> 6dedc29 cl_khr_external_memory support
> 9e770d9 Cleanup and add TODO
> 3bb2d68 cl_intel_unified_shared_memory support
> 120b67c cl_khr_command_buffer support
> a38c9cc Update cl_arm_scheduling_controls support
> b43aa37 cl_intel_device_attribute_query support
> 5b0ebba cl_intel_command_queue_families support
> c8de099 Option to handle the NULL platform like a normal one
> a6862eb Correctly size some variables
> 62bbef9 Fix typo: comfornace
> d6f189d Makefile: Define and use `MAN1DIR`
> 95051d9 Makefile: Support staged installs with `DESTDIR`
> a2d2cfb Makefile: Simplify by removing targets and move them to install target
> 7870355 Revert "Makefile: Support staged installs with `DESTDIR`"
> a3729b0 Properly indent NV execution properties
> 77b4693 Don't fetch array values when there aren't any
> efdb0f0 Show ICD loader properties even if no platforms are present
> a10af94 Older NVIDIA drivers don't support CL_DEVICE_PCI_DOMAIN_ID_NV
> a5bda6d Makefile: Support staged installs with `DESTDIR`
> 72a1ee2 Some more ext vs (next) core things
> aabec89 Add missing extension checks
> 20b7053 cl_arm_controlled_kernel_termination support
> 11201e9 cl_khr_pci_bus_info support
> 78c53d0 Fix string buffer used to report error
> e36ff2b Support cl_arm_scheduling_controls
> d34bc1a (tag: 3.0.21.02.21) Version 3.0.21.02.21
> 
> [...]

Applied, thanks!

[1/1] clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25
      commit: 9c91e6018dc32ee337b6d2f47538ffda3742cc58

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb b/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb
similarity index 82%
rename from meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb
rename to meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb
index 781e698cb..6cacd3722 100644
--- a/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb
+++ b/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb
@@ -9,12 +9,12 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=fd8857f774dfb0eefe1e80c8f9240a7e"
 
 SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master"
 
-SRCREV = "d34bc1a3bdc148e2e1fe64998398e1a0552ab04c"
+SRCREV = "748c3930a9b9cb826e631d77439e2cb8f84f5bcf"
 
 S = "${WORKDIR}/git"
 
 DEPENDS += "opencl-headers virtual/opencl-icd"
 
 do_install() {
-        install -D -m 755 clinfo ${D}${bindir}/clinfo
+	oe_runmake install PREFIX=${D}${prefix} MANDIR=${D}${mandir}
 }