diff options
| -rw-r--r-- | recipes-graphics/metrics-discovery/metrics-discovery_1.5.100.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-graphics/metrics-discovery/metrics-discovery_1.5.100.bb b/recipes-graphics/metrics-discovery/metrics-discovery_1.5.100.bb new file mode 100644 index 00000000..5320129f --- /dev/null +++ b/recipes-graphics/metrics-discovery/metrics-discovery_1.5.100.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Intel Metrics Discovery Application Programming Interface" | ||
| 2 | DESCRIPTION = "This software is a user mode library that provides access to \ | ||
| 3 | GPU performance data." | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5ac9e51fb25f5d5b10a1bea412a4b74c" | ||
| 6 | SECTION = "lib" | ||
| 7 | |||
| 8 | inherit pkgconfig cmake | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | SRCREV = "a6accaf9844d453177047866caaa9eda34582de9" | ||
| 12 | SRC_URI = "git://github.com/intel/metrics-discovery.git" | ||
| 13 | |||
| 14 | EXTRA_OECMAKE += "-DMD_PLATFORM=linux" | ||
| 15 | EXTRA_OECMAKE += "-DMD_LIBDRM_SRC=${STAGING_INCDIR}" | ||
| 16 | |||
| 17 | DEPENDS = "libdrm" | ||
