mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 12:32:11 +02:00
(From OE-Core rev: 42fc047daa524ce4f1b9b1b2937d75375d796e6f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
526 B
PHP
19 lines
526 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"
|
|
|
|
INC_PR = "r0"
|
|
|
|
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"
|