[meta-intel] [PATCH] mdapi: Initial recipe for Metrics Discovery API

Ankit Navik ankit.tarot at gmail.com
Tue Jan 1 20:06:59 PST 2019


On Wed 2 Jan, 2019, 07:52 Ankit Navik <ankit.tarot at gmail.com wrote:

> Thanks Anuj for your valuable feedback.
>
> On Mon, Dec 31, 2018 at 6:44 PM Mittal, Anuj <anuj.mittal at intel.com>
> wrote:
>
>> Hi,
>>
>> Thank you for the patch. I have a few comments:
>>
>> On Sun, 2018-12-23 at 15:03 +0530, Ankit Navik wrote:
>> > 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 at gmail.com>
>> > ---
>> >  recipes-graphics/mdapi/mdapi_git.bb | 17 +++++++++++++++++
>> >  1 file changed, 17 insertions(+)
>> >  create mode 100644 recipes-graphics/mdapi/mdapi_git.bb
>>
>> Can you rename the recipe to metrics-discovery please since that is the
>> name of the project?
>>
> Incorporated in v2 patch.
>
>>
>> >
>> > diff --git a/recipes-graphics/mdapi/mdapi_git.bb b/recipes-
>> > graphics/mdapi/mdapi_git.bb
>> > new file mode 100644
>> > index 0000000..2e60f53
>> > --- /dev/null
>> > +++ b/recipes-graphics/mdapi/mdapi_git.bb
>> > @@ -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"
>>
>> This needs PV to be defined as well.
>>
> AFAIK, This library has doesn't have package version.
> I would suggest to keep it PV as git only.
> or should I keep it as 1.0 ?
>

There is library version as 1.5.100
I have submitted v2 patch with same PV
Hope it should be fine.

Regards, Ankit

>
>> > +
>> > +EXTRA_OECMAKE += "-DMD_PLATFORM=linux -DMD_PLATFORM=linux"
>>
>> And please remove the duplicate option ...
>>
> my bad.
>
> Regards, Ankit
>
>>
>> > +EXTRA_OECMAKE += "-DMD_LIBDRM_SRC=${STAGING_INCDIR}"
>> > +
>> > +DEPENDS = "libdrm"
>> > --
>> > 2.7.4
>> >
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-intel/attachments/20190102/c2922949/attachment-0001.html>


More information about the meta-intel mailing list