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 | 705982a | 2024-01-12 09:51:57 -0600 | [diff] [blame] | 12 | SRCREV = "748c3930a9b9cb826e631d77439e2cb8f84f5bcf" |
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() { |
Patrick Williams | 705982a | 2024-01-12 09:51:57 -0600 | [diff] [blame] | 19 | oe_runmake install PREFIX=${D}${prefix} MANDIR=${D}${mandir} |
Brad Bishop | 665fd02 | 2019-08-26 01:32:28 -0400 | [diff] [blame] | 20 | } |