diff options
Diffstat (limited to 'recipes-graphics/metrics-discovery/metrics-discovery_1.12.172.bb')
| -rw-r--r-- | recipes-graphics/metrics-discovery/metrics-discovery_1.12.172.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-graphics/metrics-discovery/metrics-discovery_1.12.172.bb b/recipes-graphics/metrics-discovery/metrics-discovery_1.12.172.bb new file mode 100644 index 00000000..b00f8504 --- /dev/null +++ b/recipes-graphics/metrics-discovery/metrics-discovery_1.12.172.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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=8c5c9ac8ffd04a5614befdf63fba6ba8" | ||
| 6 | SECTION = "lib" | ||
| 7 | |||
| 8 | inherit pkgconfig cmake | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | SRCREV = "cb7afbf88134a563eff856652c574f7def414924" | ||
| 12 | SRC_URI = "git://github.com/intel/metrics-discovery.git;branch=master;protocol=https \ | ||
| 13 | " | ||
| 14 | |||
| 15 | EXTRA_OECMAKE += "-DMD_PLATFORM=linux" | ||
| 16 | EXTRA_OECMAKE += "-DMD_LIBDRM_SRC=${STAGING_INCDIR}" | ||
| 17 | |||
| 18 | DEPENDS = "libdrm" | ||
