mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
libipt: Initial recipe for Intel Processor Trace decoder library
It adds generic recipe for Intel Processor Trace decoder library is Intel's reference implementation for decoding Intel PT. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
1a388d158c
commit
2558672de2
|
@ -21,3 +21,4 @@ RECIPE_MAINTAINER_pn-mkl-dnn = "Ankit Navik <ankit.tarot@gmail.com>"
|
|||
RECIPE_MAINTAINER_pn-metrics-discovery = "Ankit Navik <ankit.tarot@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libxcam = "Ankit Navik <ankit.tarot@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-isa-l = "Ankit Navik <ankit.tarot@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libipt = "Ankit Navik <ankit.tarot@gmail.com>"
|
||||
|
|
16
recipes-support/libipt/libipt_2.0.1.bb
Normal file
16
recipes-support/libipt/libipt_2.0.1.bb
Normal file
|
@ -0,0 +1,16 @@
|
|||
SUMMARY = "Intel(R) Processor Trace Decoder Library"
|
||||
DESCRIPTION = "The Intel Processor Trace (Intel PT) Decoder Library is Intel's \
|
||||
reference implementation for decoding Intel PT. It can be used as a standalone \
|
||||
library or it can be partially or fully integrated into your tool."
|
||||
HOMEPAGE = "https://github.com/intel/libipt"
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c91702d8338efc75588b838922b7b803"
|
||||
|
||||
inherit pkgconfig cmake
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.0"
|
||||
|
||||
SRCREV = "916d777123bf60d323890557347570e5e19dfa12"
|
Loading…
Reference in New Issue
Block a user