diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-11-01 15:30:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:34 +0000 |
commit | ed1e36353a7873d8958e2b5c25c543417199885f (patch) | |
tree | 06fb56283421ffe8bab2d43a264c7ad66cf95efe | |
parent | 6c6b6753c0d3494fa79ae493d5d798495a9b03ba (diff) | |
download | poky-ed1e36353a7873d8958e2b5c25c543417199885f.tar.gz |
rt-tests: fix the recipe version to match upstream
Upstream had a 2.0 tag for a while, then removed it and added a 1.1 tag :-/
Let's make it match to avoid confusion. There's only one new commit
added, which adds a missing manpage.
Also, update the outdated version comment in rt-tests.inc
(From OE-Core rev: 799a7b74f1219040fe2d43dcdcd145600a9fecbd)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb (renamed from meta/recipes-rt/rt-tests/hwlatdetect_2.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 5 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests_1.1.bb (renamed from meta/recipes-rt/rt-tests/rt-tests_2.0.bb) | 0 |
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_2.0.bb b/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb index 012b2dd0a7..012b2dd0a7 100644 --- a/meta/recipes-rt/rt-tests/hwlatdetect_2.0.bb +++ b/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb | |||
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index d832828e97..5606d8e385 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc | |||
@@ -1,5 +1,6 @@ | |||
1 | # Version v0.96 | 1 | # Version 1.1 |
2 | SRCREV = "e1b1537a20b35af75a49bf55dcf70296f8a62467" | 2 | SRCREV = "dff174f994f547a5785d32454865f140daacb0f5" |
3 | PE = "1" | ||
3 | 4 | ||
4 | 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" |
5 | 6 | ||
diff --git a/meta/recipes-rt/rt-tests/rt-tests_2.0.bb b/meta/recipes-rt/rt-tests/rt-tests_1.1.bb index 4336c50d63..4336c50d63 100644 --- a/meta/recipes-rt/rt-tests/rt-tests_2.0.bb +++ b/meta/recipes-rt/rt-tests/rt-tests_1.1.bb | |||