summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/recipes-rt/rt-tests/rt-tests.inc
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-rt/rt-tests/rt-tests.inc')
-rw-r--r--yocto-poky/meta/recipes-rt/rt-tests/rt-tests.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/yocto-poky/meta/recipes-rt/rt-tests/rt-tests.inc b/yocto-poky/meta/recipes-rt/rt-tests/rt-tests.inc
new file mode 100644
index 000000000..871db136c
--- /dev/null
+++ b/yocto-poky/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -0,0 +1,19 @@
+# Version v0.92
+PV = "0.92"
+SRCREV = "5f9f1e3fe327440a9d405f4af8feb16ff7a909eb"
+
+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://hackbench-fix-error-check.patch \
+ file://Makefile-fix-gzip-command.patch \
+ file://fix-re-install-failure.patch \
+"
+
+S = "${WORKDIR}/git"
+
+# need to append rt-tests' default CFLAGS to ours
+CFLAGS += "-I${S}/src/include -D_GNU_SOURCE -Wall -Wno-nonnull"
+
+# calling 'uname -m' is broken on crossbuilds
+EXTRA_OEMAKE = "NUMA=0"
OpenPOWER on IntegriCloud