mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 22:09:39 +01:00
[ 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>
22 lines
658 B
PHP
22 lines
658 B
PHP
# Version v0.85
|
|
SRCREV = "210e625227d21e0b589b8eaa36cd81f1cb981819"
|
|
|
|
PR = "r0"
|
|
|
|
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 = "r2"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
# need to append rt-tests' default CFLAGS to ours
|
|
CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnulli"
|
|
|
|
# calling 'uname -m' is broken on crossbuilds
|
|
EXTRA_OEMAKE = "NUMA=0"
|