All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] tiptop: Add new recipe
@ 2014-11-19  3:44 Qian Lei
  2014-11-19 14:37 ` Martin Jansa
  2014-11-20  8:59 ` [PATCH v2] " Qian Lei
  0 siblings, 2 replies; 9+ messages in thread
From: Qian Lei @ 2014-11-19  3:44 UTC (permalink / raw)
  To: openembedded-devel

Tiptop is a performance monitoring tool for Linux. It provides a
dynamic real-time view of the tasks running in the system. Tiptop
is very similar to the top utility, but most of the information
displayed comes from hardware counters.

Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-extended/tiptop/tiptop_2.2.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-extended/tiptop/tiptop_2.2.bb

diff --git a/meta-oe/recipes-extended/tiptop/tiptop_2.2.bb b/meta-oe/recipes-extended/tiptop/tiptop_2.2.bb
new file mode 100644
index 0000000..7f29ef3
--- /dev/null
+++ b/meta-oe/recipes-extended/tiptop/tiptop_2.2.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Hardware performance monitoring counters" 
+HOMEPAGE = "http://tiptop.gforge.inria.fr/" 
+LICENSE = "GPLv2" 
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 
+DEPENDS = "ncurses libxml2" 
+
+SRC_URI = "http://tiptop.gforge.inria.fr/releases/tiptop-${PV}.tar.gz" 
+SRC_URI[md5sum] = "74255a29acf44569db021b080ad3e3f7" 
+SRC_URI[sha256sum] = "965cb99b16cb59df78363d83b62877ce8501b0aac1116a86bed8a16aa96b171d" 
+
+CFLAGS += "-I${STAGING_INCDIR}/libxml2"
+
+inherit autotools-brokensep
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-11-27 12:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19  3:44 [meta-oe][PATCH] tiptop: Add new recipe Qian Lei
2014-11-19 14:37 ` Martin Jansa
2014-11-20  8:59   ` Qian Lei
2014-11-20  8:59 ` [PATCH v2] " Qian Lei
2014-11-21 14:05   ` Martin Jansa
2014-11-27  9:21     ` Qian Lei
2014-11-27  9:19   ` [meta-oe][PATCH v3] " Qian Lei
2014-11-27  9:40     ` Koen Kooi
2014-11-27 12:07       ` Qian Lei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.