[meta-intel] [PATCH] itt: add recipe

Naveen Saini naveen.kumar.saini at intel.com
Sun May 12 23:25:54 PDT 2019


Signed-off-by: Naveen Saini <naveen.kumar.saini at intel.com>
---
 recipes-multimedia/itt/itt_17.0.bb | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 recipes-multimedia/itt/itt_17.0.bb

diff --git a/recipes-multimedia/itt/itt_17.0.bb b/recipes-multimedia/itt/itt_17.0.bb
new file mode 100644
index 00000000..f32bd8b7
--- /dev/null
+++ b/recipes-multimedia/itt/itt_17.0.bb
@@ -0,0 +1,28 @@
+SUMMARY = "Intel® Single Event API"
+DESCRIPTION = "Intel® SEAPI is the translator of itt_notify calls into \
+several OS specific and third party tracing formats. \
+You can use it as memory/performance/whatever profiler."
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://sea_itt_lib/Copyright.txt;md5=7d54dfc8860742fb06b9c5ad28f41fcd"
+
+SRC_URI = "\
+	git://github.com/intel/IntelSEAPI.git;protocols=https \
+"
+SRCREV="36bff07521afffc0c0f7db79252338954ca7e6dd"
+S = "${WORKDIR}/git"
+
+inherit pkgconfig
+DEPENDS += "python cmake-native"
+
+do_compile() {
+     python ${S}/buildall.py -i
+}
+
+do_install() {
+     install -d -m 755 ${D}${libdir} ${D}${includedir}
+     install -m 644 ${S}/bin/*.a ${D}${libdir}
+     install -m 644 ${S}/ittnotify/include/ittnotify.h ${D}${includedir}
+}
+
+ALLOW_EMPTY_${PN} = "1"
-- 
2.17.0



More information about the meta-intel mailing list