summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-extra/latency-test
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-extra/latency-test')
-rw-r--r--meta-linaro/recipes-extra/latency-test/latency-test_git.bb19
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 @@
1SUMMARY = "Latency test"
2DESCRIPTION = "Test to measure the latency of the Linux kernel"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://latency.c;endline=39;md5=0ac97d68f333880973b054365ea2acc5"
5SRCREV = "e9671a414d832d37b16359b6a180c7c306199c55"
6
7COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
8
9SRC_URI = "git://git.linaro.org/people/mike.holmes/latency-test.git"
10
11S = "${WORKDIR}/git"
12
13do_compile() {
14 oe_runmake test
15}
16
17do_install() {
18 install -D -p -m0755 latency ${D}${bindir}/latency
19}