Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # Version v0.92 |
| 2 | PV = "0.92" |
| 3 | SRCREV = "5f9f1e3fe327440a9d405f4af8feb16ff7a909eb" |
| 4 | |
| 5 | SRC_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 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | # need to append rt-tests' default CFLAGS to ours |
| 16 | CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnull" |
| 17 | |
| 18 | # calling 'uname -m' is broken on crossbuilds |
| 19 | EXTRA_OEMAKE = "NUMA=0" |