From 8e1986e95ad30a31c8eaa3cfe2e045b335ef7555 Mon Sep 17 00:00:00 2001 From: Suhrid_S Date: Fri, 15 Apr 2022 11:25:19 -0700 Subject: clinfo: Upgrade 2.2.18.04.06 -> 3.0.21.02.21 clinfo 2.2.18.04.06 released April 2018 does not show correct information pertaining to OpenCL 3.0 released Sept 2020. It shows version as `2.0` or `2.2` in systems with OpenCL 3.0. This upgrade fixes it. Signed-off-by: Suhrid_S Signed-off-by: Khem Raj --- .../recipes-support/opencl/clinfo_2.2.18.04.06.bb | 20 -------------------- .../recipes-support/opencl/clinfo_3.0.21.02.21.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb create mode 100644 meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb diff --git a/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb b/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb deleted file mode 100644 index 831b15a455..0000000000 --- a/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Enumerate all known properties of OpenCL platform and devices." -DESCRIPTION = "clinfo is a simple command-line application that enumerates \ -all possible (known) properties of the OpenCL platform and devices \ -available on the system." -HOMEPAGE = "https://github.com/Oblomov/clinfo" - -LICENSE = "CC0-1.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fd8857f774dfb0eefe1e80c8f9240a7e" - -SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master" - -SRCREV = "59d0daf898e48d76ccbb788acbba258fa0a8ba7c" - -S = "${WORKDIR}/git" - -DEPENDS += "opencl-headers opencl-icd-loader" - -do_install() { - install -D -m 755 clinfo ${D}${bindir}/clinfo -} diff --git a/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb b/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb new file mode 100644 index 0000000000..35b5a000e1 --- /dev/null +++ b/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb @@ -0,0 +1,20 @@ +SUMMARY = "Enumerate all known properties of OpenCL platform and devices." +DESCRIPTION = "clinfo is a simple command-line application that enumerates \ +all possible (known) properties of the OpenCL platform and devices \ +available on the system." +HOMEPAGE = "https://github.com/Oblomov/clinfo" + +LICENSE = "CC0-1.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fd8857f774dfb0eefe1e80c8f9240a7e" + +SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master" + +SRCREV = "d34bc1a3bdc148e2e1fe64998398e1a0552ab04c" + +S = "${WORKDIR}/git" + +DEPENDS += "opencl-headers opencl-icd-loader" + +do_install() { + install -D -m 755 clinfo ${D}${bindir}/clinfo +} -- cgit v1.2.3-54-g00ecf