blob: 6cacd3722c3f5a189ed6a8e6b0b9d3af1bb5debf [file] [log] [blame]
Brad Bishop665fd022019-08-26 01:32:28 -04001SUMMARY = "Enumerate all known properties of OpenCL platform and devices."
2DESCRIPTION = "clinfo is a simple command-line application that enumerates \
3all possible (known) properties of the OpenCL platform and devices \
4available on the system."
5HOMEPAGE = "https://github.com/Oblomov/clinfo"
6
7LICENSE = "CC0-1.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=fd8857f774dfb0eefe1e80c8f9240a7e"
9
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master"
Brad Bishop665fd022019-08-26 01:32:28 -040011
Patrick Williams705982a2024-01-12 09:51:57 -060012SRCREV = "748c3930a9b9cb826e631d77439e2cb8f84f5bcf"
Brad Bishop665fd022019-08-26 01:32:28 -040013
14S = "${WORKDIR}/git"
15
Andrew Geissler615f2f12022-07-15 14:00:58 -050016DEPENDS += "opencl-headers virtual/opencl-icd"
Brad Bishop665fd022019-08-26 01:32:28 -040017
18do_install() {
Patrick Williams705982a2024-01-12 09:51:57 -060019 oe_runmake install PREFIX=${D}${prefix} MANDIR=${D}${mandir}
Brad Bishop665fd022019-08-26 01:32:28 -040020}