mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
bc438335eb
commit
dbbeea0871
|
@ -0,0 +1,17 @@
|
|||
SUMMARY = "Intel Metrics Discovery Application Programming Interface"
|
||||
DESCRIPTION = "This software is a user mode library that provides access to \
|
||||
GPU performance data."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5ac9e51fb25f5d5b10a1bea412a4b74c"
|
||||
SECTION = "lib"
|
||||
|
||||
inherit pkgconfig cmake
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "a6accaf9844d453177047866caaa9eda34582de9"
|
||||
SRC_URI = "git://github.com/intel/metrics-discovery.git"
|
||||
|
||||
EXTRA_OECMAKE += "-DMD_PLATFORM=linux"
|
||||
EXTRA_OECMAKE += "-DMD_LIBDRM_SRC=${STAGING_INCDIR}"
|
||||
|
||||
DEPENDS = "libdrm"
|
Loading…
Reference in New Issue
Block a user