Brad Bishop | 665fd02 | 2019-08-26 01:32:28 -0400 | [diff] [blame] | 1 | SUMMARY = "Enumerate all known properties of OpenCL platform and devices." |
| 2 | DESCRIPTION = "clinfo is a simple command-line application that enumerates \ |
| 3 | all possible (known) properties of the OpenCL platform and devices \ |
| 4 | available on the system." |
| 5 | HOMEPAGE = "https://github.com/Oblomov/clinfo" |
| 6 | |
| 7 | LICENSE = "CC0-1.0" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd8857f774dfb0eefe1e80c8f9240a7e" |
| 9 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 10 | SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master" |
Brad Bishop | 665fd02 | 2019-08-26 01:32:28 -0400 | [diff] [blame] | 11 | |
Patrick Williams | 03907ee | 2022-05-01 06:28:52 -0500 | [diff] [blame] | 12 | SRCREV = "d34bc1a3bdc148e2e1fe64998398e1a0552ab04c" |
Brad Bishop | 665fd02 | 2019-08-26 01:32:28 -0400 | [diff] [blame] | 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 16 | DEPENDS += "opencl-headers virtual/opencl-icd" |
Brad Bishop | 665fd02 | 2019-08-26 01:32:28 -0400 | [diff] [blame] | 17 | |
| 18 | do_install() { |
| 19 | install -D -m 755 clinfo ${D}${bindir}/clinfo |
| 20 | } |