summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-extra/idlestat
diff options
context:
space:
mode:
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 0000000..7018cc1
--- /dev/null
+++ b/meta-linaro/recipes-extra/idlestat/idlestat_git.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "tool to show how long a CPU or cluster enters idle state"
2SUMMARY = "Idlestat is a tool which can show how long a CPU or cluster \
3enters idle state. This infomation is obtained using traces from trace-cmd \
4or ftrace tools."
5LICENSE = "GPL-2.0"
6LIC_FILES_CHKSUM = "file://Makefile;md5=1e2d28a88b081f97157089bb67d4249d"
7SRCREV = "6de5e87ccf87beb0946c627c10554efb1480326f"
8PV = "0.2+git${SRCPV}"
9
10SRC_URI = "git://git.linaro.org/power/idlestat.git"
11
12S = "${WORKDIR}/git"
13
14do_install () {
15 install -D -p -m0755 idlestat ${D}/${sbindir}/idlestat
16}