diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-16 11:56:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 16:55:57 +0000 |
commit | 3881a549a4b89c24ed65dcb86cee050870902d28 (patch) | |
tree | 8f64841c95d0bc236b194c1e355cce3875847e09 /meta/recipes-rt/rt-tests/rt-tests_0.85.bb | |
parent | fbb1228a7f81b51385fa565612ac9ce51ed80bd5 (diff) | |
download | poky-3881a549a4b89c24ed65dcb86cee050870902d28.tar.gz |
rt-tests/hwlatdetect: Update to 0.85
(From OE-Core rev: 42fc047daa524ce4f1b9b1b2937d75375d796e6f)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt/rt-tests/rt-tests_0.85.bb')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests_0.85.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.85.bb b/meta/recipes-rt/rt-tests/rt-tests_0.85.bb new file mode 100644 index 0000000000..c3964d2215 --- /dev/null +++ b/meta/recipes-rt/rt-tests/rt-tests_0.85.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | DESCRIPTION = "Real-Time preemption testcases" | ||
2 | HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Cyclictest" | ||
3 | SECTION = "tests" | ||
4 | DEPENDS = "linux-libc-headers virtual/libc" | ||
5 | LICENSE = "GPLv2 & GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
7 | file://src/cyclictest/cyclictest.c;beginline=7;endline=9;md5=ce162fe491d19d2ec67dff6dbc938d50 \ | ||
8 | file://src/pi_tests/pi_stress.c;beginline=6;endline=19;md5=bd426a634a43ec612e9fbf125dfcc949" | ||
9 | |||
10 | require rt-tests.inc | ||
11 | |||
12 | PR = "${INC_PR}.0" | ||
13 | |||
14 | # Do not install hwlatdetect | ||
15 | EXTRA_OEMAKE += "PYLIB=''" | ||
16 | |||
17 | do_install() { | ||
18 | oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} \ | ||
19 | INCLUDEDIR=${includedir} | ||
20 | } | ||
21 | |||
22 | FILES_${PN} += "${prefix}/src/backfire" | ||