mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00

Update to match the recent changes in OE-Core where the unpack layout changed. [https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
18 lines
571 B
BlitzBasic
18 lines
571 B
BlitzBasic
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=195912d57508b573e068231099eba64c"
|
|
SECTION = "lib"
|
|
|
|
inherit pkgconfig cmake
|
|
|
|
SRCREV = "65ffef89cf79d704f618768bcd3d95f4dd6d875b"
|
|
SRC_URI = "git://github.com/intel/metrics-discovery.git;branch=master;protocol=https \
|
|
"
|
|
|
|
EXTRA_OECMAKE += "-DMD_PLATFORM=linux"
|
|
EXTRA_OECMAKE += "-DMD_LIBDRM_SRC=${STAGING_INCDIR}"
|
|
|
|
DEPENDS = "libdrm"
|