aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra/latency-test/latency-test_git.bb
blob: 2d6f0ae96c55cfed739482b135d17b89c5b32163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Latency test"
DESCRIPTION = "Test to measure the latency of the Linux kernel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://latency.c;endline=39;md5=0ac97d68f333880973b054365ea2acc5"
SRCREV = "e9671a414d832d37b16359b6a180c7c306199c55"

COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"

SRC_URI = "git://git.linaro.org/people/mike.holmes/latency-test.git"

S = "${WORKDIR}/git"

do_compile() {
    oe_runmake test
}

do_install() {
    install -D -p -m0755 latency ${D}${bindir}/latency
}