diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2014-04-24 17:09:05 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-11 12:27:22 +0100 |
commit | 47013aa9773e5f1a7d02b5e8dd485d1166cf7203 (patch) | |
tree | 38ed02749fe232f3c5c74774873e7a76d5c3c909 /meta/recipes-rt/rt-tests/rt-tests_0.89.bb | |
parent | ebaf77dc730d2fdc58c06c16adf0f9ce474dbffc (diff) | |
download | poky-47013aa9773e5f1a7d02b5e8dd485d1166cf7203.tar.gz |
rt-tests: bump version 0.87 => 0.89
cyclictest was updated to correct some problems with CPU affinity selection
and display of help and/or execution details.
These patches were accepted by the maintainer of the cyclictest utility.
The changes were reflected in an updated release of rt-tests - v0.89
The cyclictest changes were successfully tested on both an ARM v7 and x86_64
host environment.
The OE recipe was updated locally to incorporate the newer rt-tests release
and the resulting builds were verified for the same ARM v7 target
and for qemux86.
Patch files obsoleted by the rt-tests 0.89 release were removed from the recipe
deleted: meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
deleted: meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
deleted: meta/recipes-rt/rt-tests/files/added-missing-dependencies.patch
(From OE-Core rev: 7996ca20c24157aee259bfa88b6d7743511d5eff)
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
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.89.bb')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests_0.89.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.89.bb b/meta/recipes-rt/rt-tests/rt-tests_0.89.bb new file mode 100644 index 0000000000..df646de8ed --- /dev/null +++ b/meta/recipes-rt/rt-tests/rt-tests_0.89.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "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=e768b8da44555fe63f65e5c497844cb5 \ | ||
8 | file://src/pi_tests/pi_stress.c;beginline=6;endline=19;md5=bd426a634a43ec612e9fbf125dfcc949" | ||
9 | |||
10 | require rt-tests.inc | ||
11 | |||
12 | # Do not install hwlatdetect | ||
13 | EXTRA_OEMAKE += "PYLIB=''" | ||
14 | |||
15 | do_install() { | ||
16 | oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} \ | ||
17 | INCLUDEDIR=${includedir} | ||
18 | } | ||
19 | |||
20 | FILES_${PN} += "${prefix}/src/backfire" | ||