xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "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
10SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master"
11
12SRCREV = "d34bc1a3bdc148e2e1fe64998398e1a0552ab04c"
13
14S = "${WORKDIR}/git"
15
16DEPENDS += "opencl-headers opencl-icd-loader"
17
18do_install() {
19        install -D -m 755 clinfo ${D}${bindir}/clinfo
20}
21