diff options
author | Jim Somerville <Jim.Somerville@windriver.com> | 2013-01-21 11:13:31 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-08 14:46:12 +0000 |
commit | d1a3f3e2a6a74ba9b7ad5554648faebaf1b73c9f (patch) | |
tree | 7136e3a402619115bacda4f94d5e8fedb5cf37a0 /meta/recipes-rt/rt-tests/rt-tests.inc | |
parent | 194c902c28291d564cef71bdd9588afa5b72d9f5 (diff) | |
download | openembedded-core-d1a3f3e2a6a74ba9b7ad5554648faebaf1b73c9f.tar.gz openembedded-core-d1a3f3e2a6a74ba9b7ad5554648faebaf1b73c9f.tar.bz2 openembedded-core-d1a3f3e2a6a74ba9b7ad5554648faebaf1b73c9f.zip |
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.
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>
Diffstat (limited to 'meta/recipes-rt/rt-tests/rt-tests.inc')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 3 |
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 file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \ file://0002-rt-tests-Break-out-install_hwlatdetect.patch \ file://added-missing-dependencies.patch \ + file://cyclictest-finish-removal-of-1-second-first-loops.patch \ " -INC_PR = "r1" +INC_PR = "r2" S = "${WORKDIR}/git" |