blob: 871db136c2909479e552cf0fee3068ef6e8e655c [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# Version v0.92
2PV = "0.92"
3SRCREV = "5f9f1e3fe327440a9d405f4af8feb16ff7a909eb"
4
5SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \
6 file://0001-rt-tests-Allow-for-user-specified-PYLIB.patch \
7 file://0002-rt-tests-Break-out-install_hwlatdetect.patch \
8 file://hackbench-fix-error-check.patch \
9 file://Makefile-fix-gzip-command.patch \
10 file://fix-re-install-failure.patch \
11"
12
13S = "${WORKDIR}/git"
14
15# need to append rt-tests' default CFLAGS to ours
16CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnull"
17
18# calling 'uname -m' is broken on crossbuilds
19EXTRA_OEMAKE = "NUMA=0"