aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra/idlestat
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-02-05 12:27:56 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-02-05 12:27:56 +0200
commit4889ab3409d25944e3a3642a9534201370ea5822 (patch)
tree6ca4098abca3f6239563484cc4db19175f65326c /meta-linaro/recipes-extra/idlestat
parent095d8a73437cb3fedc6aa5b7c2b2f3c9ababb886 (diff)
idlestat: add new recipe
Change-Id: I87b0a4d8fae07c8bb209ee72e887bedfb5f2e466 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra/idlestat')
-rw-r--r--meta-linaro/recipes-extra/idlestat/idlestat_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/idlestat/idlestat_git.bb b/meta-linaro/recipes-extra/idlestat/idlestat_git.bb
new file mode 100644
index 00000000..ddcac401
--- /dev/null
+++ b/meta-linaro/recipes-extra/idlestat/idlestat_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "tool to show how long a CPU or cluster enters idle state"
+SUMMARY = "Idlestat is a tool which can show how long a CPU or cluster \
+enters idle state. This infomation is obtained using traces from trace-cmd \
+or ftrace tools."
+LICENSE = "GPL-2.0"
+LIC_FILES_CHKSUM = "file://Makefile;md5=1e2d28a88b081f97157089bb67d4249d"
+SRCREV = "da6a8c94a8f8124711db0ae84a3ef4e0e186b388"
+PV = "0.2+git${SRCPV}"
+
+SRC_URI = "git://git.linaro.org/people/zoran.markovic/idlestat.git"
+
+S = "${WORKDIR}/git"
+
+do_install () {
+ install -D -p -m0755 idlestat ${D}/${sbindir}/idlestat
+}