mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 07:07:08 +00:00
a692a9182a
As per the comment, this makes it match the Makefile (From OE-Core rev: 6fce92430e6e837d068eb8531dcd432f38adca3a) (From OE-Core rev: be4aef60e6da08b77a5c1fbbf783305bee9f96ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
607 B
PHP
18 lines
607 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-nonnull"
|
|
|
|
# calling 'uname -m' is broken on crossbuilds
|
|
EXTRA_OEMAKE = "NUMA=0"
|