blob: 1d876b0684d4eb5303c97e0a791ee55d46f1bd93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Version v0.89
SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
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"
|