diff options
Diffstat (limited to 'meta/recipes-rt/rt-tests/rt-tests.inc')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 871db136c2..4e099dffa2 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc | |||
@@ -1,14 +1,8 @@ | |||
1 | # Version v0.92 | 1 | # Version v0.94 |
2 | PV = "0.92" | 2 | PV = "0.94" |
3 | SRCREV = "5f9f1e3fe327440a9d405f4af8feb16ff7a909eb" | 3 | SRCREV = "a8fd81efa718ec449d90cba8f41123ed521bd12b" |
4 | 4 | ||
5 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \ | 5 | SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/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 | 6 | ||
13 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
14 | 8 | ||