diff options
author | Maxin B. John <maxin.john@intel.com> | 2015-11-05 17:50:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 07:50:33 +0000 |
commit | 696aa7e86b7f38c6a94bb5a934bafd6b3f71d055 (patch) | |
tree | f2a14df5dd018dc6bf937a3add29849481af6cee /meta/recipes-rt | |
parent | 6ec7dc2c388da0b12a5d894e2abf57ff1b3d90ac (diff) | |
download | poky-696aa7e86b7f38c6a94bb5a934bafd6b3f71d055.tar.gz |
rt-tests: upgrade to version 0.96
bump version to 0.96
(From OE-Core rev: 44a14209f358abfadf7fcd9934d2a3d5cdcc63a3)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r-- | meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb (renamed from meta/recipes-rt/rt-tests/hwlatdetect_0.94.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 6 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests_0.96.bb (renamed from meta/recipes-rt/rt-tests/rt-tests_0.94.bb) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.94.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb index 8319eb987a..962069e3dc 100644 --- a/meta/recipes-rt/rt-tests/hwlatdetect_0.94.bb +++ b/meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Hardware latency detector" | 1 | SUMMARY = "Hardware latency detector" |
2 | DESCRIPTION = "Python utility for controlling the kernel hardware latency detection module (hwlat_detector.ko)." | 2 | DESCRIPTION = "Python utility for controlling the kernel hardware latency detection module (hwlat_detector.ko)." |
3 | HOMEPAGE = "http://git.kernel.org/?p=linux/kernel/git/clrkwllms/rt-tests.git" | 3 | HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Cyclictest" |
4 | SECTION = "tests" | 4 | SECTION = "tests" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 4e099dffa2..76f9b3a341 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | # Version v0.94 | 1 | # Version v0.96 |
2 | PV = "0.94" | 2 | PV = "0.96" |
3 | SRCREV = "a8fd81efa718ec449d90cba8f41123ed521bd12b" | 3 | SRCREV = "24f8c0175e04bab78e7555698e34d7002b01c87f" |
4 | 4 | ||
5 | SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git" | 5 | SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git" |
6 | 6 | ||
diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.94.bb b/meta/recipes-rt/rt-tests/rt-tests_0.96.bb index 7d703925a8..7d703925a8 100644 --- a/meta/recipes-rt/rt-tests/rt-tests_0.94.bb +++ b/meta/recipes-rt/rt-tests/rt-tests_0.96.bb | |||