mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 14:02:22 +02:00
- Drop PR and INC_PR. - license remains the same with cyclictest.c checksum change (From OE-Core rev: 10c7a45af7085b0442adc495112fed3b9d0f1d3e) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
608 B
PHP
18 lines
608 B
PHP
# Version v0.87
|
|
SRCREV = "b0413ae5ed802004fb0c4af74a1757381fd2b91f"
|
|
|
|
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://hackbench-fix-error-check.patch \
|
|
"
|
|
|
|
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"
|