From 8d89651ef729e560ad96dcfc002fcde6ff7f923b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:46:13 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta-linaro/recipes-extra/idlestat/idlestat_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-linaro/recipes-extra/idlestat/idlestat_git.bb (limited to 'meta-linaro/recipes-extra/idlestat/idlestat_git.bb') 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 @@ +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 = "6de5e87ccf87beb0946c627c10554efb1480326f" +PV = "0.2+git${SRCPV}" + +SRC_URI = "git://git.linaro.org/power/idlestat.git" + +S = "${WORKDIR}/git" + +do_install () { + install -D -p -m0755 idlestat ${D}/${sbindir}/idlestat +} -- cgit v1.2.3-54-g00ecf