diff options
| author | Ankit Navik <ankit.tarot@gmail.com> | 2019-08-17 13:38:05 +0530 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-08-21 12:27:06 +0800 |
| commit | 2558672de2e5b489b064776b2b0d3926ad1a0eb5 (patch) | |
| tree | 14d8b7d0b465643d7aaf603d701e6a5c2a3a660f /recipes-support/libipt | |
| parent | 1a388d158c81337d8eeed8e2914b46aa1e256f5d (diff) | |
| download | meta-intel-2558672de2e5b489b064776b2b0d3926ad1a0eb5.tar.gz | |
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>
Diffstat (limited to 'recipes-support/libipt')
| -rw-r--r-- | recipes-support/libipt/libipt_2.0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-support/libipt/libipt_2.0.1.bb b/recipes-support/libipt/libipt_2.0.1.bb new file mode 100644 index 00000000..1b3e1e64 --- /dev/null +++ b/recipes-support/libipt/libipt_2.0.1.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Intel(R) Processor Trace Decoder Library" | ||
| 2 | DESCRIPTION = "The Intel Processor Trace (Intel PT) Decoder Library is Intel's \ | ||
| 3 | reference implementation for decoding Intel PT. It can be used as a standalone \ | ||
| 4 | library or it can be partially or fully integrated into your tool." | ||
| 5 | HOMEPAGE = "https://github.com/intel/libipt" | ||
| 6 | |||
| 7 | LICENSE = "BSD-3-Clause" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c91702d8338efc75588b838922b7b803" | ||
| 9 | |||
| 10 | inherit pkgconfig cmake | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.0" | ||
| 15 | |||
| 16 | SRCREV = "916d777123bf60d323890557347570e5e19dfa12" | ||
