summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/rt-tests/rt-tests.inc
diff options
context:
space:
mode:
authorJim Somerville <Jim.Somerville@windriver.com>2013-01-21 11:13:31 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-08 14:50:37 +0000
commit20d88ff7e241db443091223515cb2195e9ad7abd (patch)
tree0a32627fd24a44ab6ef8134911a45314813a7d29 /meta/recipes-rt/rt-tests/rt-tests.inc
parent0ad5e6753796e050f2a9824d0516218896fe87e1 (diff)
downloadpoky-20d88ff7e241db443091223515cb2195e9ad7abd.tar.gz
rt-tests: fix cyclictest reported 1 sec latencies
[ CQID: WIND00391769 ] Huge latencies reported close to 1 second when certain options are used in cyclictest. Extend the original commit to remove the 1 second hardcoded timer values from the RELTIME and ITIMER options. Use the the actual interval instead. (From OE-Core rev: d1a3f3e2a6a74ba9b7ad5554648faebaf1b73c9f) Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 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.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 513ddaf068..3ae7602d7b 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -7,9 +7,10 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
7 file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \ 7 file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
8 file://0002-rt-tests-Break-out-install_hwlatdetect.patch \ 8 file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
9 file://added-missing-dependencies.patch \ 9 file://added-missing-dependencies.patch \
10 file://cyclictest-finish-removal-of-1-second-first-loops.patch \
10" 11"
11 12
12INC_PR = "r1" 13INC_PR = "r2"
13 14
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
15 16