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/latency-test/latency-test_git.bb | |
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/latency-test/latency-test_git.bb')
-rw-r--r-- | meta-linaro/recipes-extra/latency-test/latency-test_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/latency-test/latency-test_git.bb b/meta-linaro/recipes-extra/latency-test/latency-test_git.bb new file mode 100644 index 0000000..2d6f0ae --- /dev/null +++ b/meta-linaro/recipes-extra/latency-test/latency-test_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "Latency test" | ||
2 | DESCRIPTION = "Test to measure the latency of the Linux kernel" | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://latency.c;endline=39;md5=0ac97d68f333880973b054365ea2acc5" | ||
5 | SRCREV = "e9671a414d832d37b16359b6a180c7c306199c55" | ||
6 | |||
7 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | ||
8 | |||
9 | SRC_URI = "git://git.linaro.org/people/mike.holmes/latency-test.git" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | do_compile() { | ||
14 | oe_runmake test | ||
15 | } | ||
16 | |||
17 | do_install() { | ||
18 | install -D -p -m0755 latency ${D}${bindir}/latency | ||
19 | } | ||