summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/rt-tests/rt-tests.inc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-04-24 17:09:05 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-11 12:27:22 +0100
commit47013aa9773e5f1a7d02b5e8dd485d1166cf7203 (patch)
tree38ed02749fe232f3c5c74774873e7a76d5c3c909 /meta/recipes-rt/rt-tests/rt-tests.inc
parentebaf77dc730d2fdc58c06c16adf0f9ce474dbffc (diff)
downloadpoky-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.inc')
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 81f4f2b109..1d876b0684 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,10 +1,7 @@
1# Version v0.87 1# Version v0.89
2SRCREV = "b0413ae5ed802004fb0c4af74a1757381fd2b91f" 2SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e"
3 3
4SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \ 4SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
5 file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
6 file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
7 file://added-missing-dependencies.patch \
8 file://hackbench-fix-error-check.patch \ 5 file://hackbench-fix-error-check.patch \
9" 6"
10 7