aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/rt-tests/rt-tests.inc
blob: 81f4f2b109d59458490b471c110719c5fa61096c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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"