diff options
Diffstat (limited to 'recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb')
-rw-r--r-- | recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb b/recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb new file mode 100644 index 00000000..6267718e --- /dev/null +++ b/recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.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=8c5c9ac8ffd04a5614befdf63fba6ba8" | ||
6 | SECTION = "lib" | ||
7 | |||
8 | inherit pkgconfig cmake | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | SRCREV = "a495db4682b7318bc82b1cccfb17fafdf2e3a2ff" | ||
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" | ||