diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro/recipes-extra/idlestat | |
download | meta-linaro-dizzy-enea.tar.gz |
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro/recipes-extra/idlestat')
-rw-r--r-- | meta-linaro/recipes-extra/idlestat/idlestat_git.bb | 16 |
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 @@ | |||
1 | DESCRIPTION = "tool to show how long a CPU or cluster enters idle state" | ||
2 | SUMMARY = "Idlestat is a tool which can show how long a CPU or cluster \ | ||
3 | enters idle state. This infomation is obtained using traces from trace-cmd \ | ||
4 | or ftrace tools." | ||
5 | LICENSE = "GPL-2.0" | ||
6 | LIC_FILES_CHKSUM = "file://Makefile;md5=1e2d28a88b081f97157089bb67d4249d" | ||
7 | SRCREV = "6de5e87ccf87beb0946c627c10554efb1480326f" | ||
8 | PV = "0.2+git${SRCPV}" | ||
9 | |||
10 | SRC_URI = "git://git.linaro.org/power/idlestat.git" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | do_install () { | ||
15 | install -D -p -m0755 idlestat ${D}/${sbindir}/idlestat | ||
16 | } | ||