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-16 10:37:57 +0000 |
commit | a368478133ebe3f25ebe27b6b512fa65992a6cfa (patch) | |
tree | e85062f723f93c46394a3bd6cd994d20a4997aac /meta | |
parent | 77bc68c7ac62a2952c5504560e7013b4f11385dd (diff) | |
download | poky-a368478133ebe3f25ebe27b6b512fa65992a6cfa.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)
(From OE-Core rev: 5a577f1aa4891646075a559fc94e52cfe34b96c9)
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 | |||