diff options
| author | Ankit Navik <ankit.tarot@gmail.com> | 2019-01-02 08:02:22 +0530 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-01-13 14:22:07 +0800 |
| commit | dbbeea08711010cb775777d284959128387862d6 (patch) | |
| tree | a5a2767154875f3bc971bbb655512c01f789ac36 | |
| parent | bc438335eb7bb65d1d8a94097b603192cad82e2f (diff) | |
| download | meta-intel-dbbeea08711010cb775777d284959128387862d6.tar.gz | |
metrics-discovery: Initial recipe for Metrics Discovery API
Add generic recipe for Metrics Discovery API.
Its a user mode library that provides access to GPU performance data.
Signed-off-by: Ankit Navik <ankit.tarot@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -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" | ||
