mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
The following targets missed dependency on librttest.a: pi_stress rt-migrate-test hackbench [YOCTO #3549] (From OE-Core rev: f941c73bbb20fb7a7b183f2b5b3e57c74d03b8dc) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
582 B
PHP
21 lines
582 B
PHP
# Version v0.84
|
|
SRCREV = "857cdd5320ce1f293f5dbcbec79cc8fe22b0bebf"
|
|
|
|
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 \
|
|
"
|
|
|
|
INC_PR = "r1"
|
|
|
|
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"
|