It adds generic recipe for Intel Processor Trace decoder library is Intel's reference implementation for decoding Intel PT.
Signed-off-by: Ankit Navik <[email protected]> --- conf/include/maintainers.inc | 1 + recipes-support/libipt/libipt_2.0.1.bb | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 recipes-support/libipt/libipt_2.0.1.bb diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc index c818f14..d3ec479 100644 --- a/conf/include/maintainers.inc +++ b/conf/include/maintainers.inc @@ -21,3 +21,4 @@ RECIPE_MAINTAINER_pn-mkl-dnn = "Ankit Navik <[email protected]>" RECIPE_MAINTAINER_pn-metrics-discovery = "Ankit Navik <[email protected]>" RECIPE_MAINTAINER_pn-libxcam = "Ankit Navik <[email protected]>" RECIPE_MAINTAINER_pn-isa-l = "Ankit Navik <[email protected]>" +RECIPE_MAINTAINER_pn-libipt = "Ankit Navik <[email protected]>" 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 0000000..3d1e7ea --- /dev/null +++ b/recipes-support/libipt/libipt_2.0.1.bb @@ -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}/${BPN}-${PV}" +SRCREV = "916d777123bf60d323890557347570e5e19dfa12" +SRC_URI = "https://github.com/intel/${BPN}/archive/v2.0.1.tar.gz" +SRC_URI[md5sum] = "bae11676b72d341ecb9b33b9add84be8" +SRC_URI[sha256sum] = "671087f55b85c5da7ae9681f998f7986bd7ea8717c3d3b7008902d503ce9059e" -- 2.7.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
