diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-06-17 11:01:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-17 10:23:53 +0100 |
commit | 02eb8620afa379d8b62f4cb761890068bb3232bc (patch) | |
tree | 42418daa8767f2993c182c76703400ed131a9daa | |
parent | a37e09e5f99c98a4b5953a0475955217ad817936 (diff) | |
download | poky-02eb8620afa379d8b62f4cb761890068bb3232bc.tar.gz |
hwlatdetect: fix PV
As an extra safety measure set PV in the same place as SRCREV.
(From OE-Core rev: cdbd772492812d2bd16ce9f3d5641910f9df240f)
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-rt/rt-tests/hwlatdetect_0.89.bb (renamed from meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.89.bb index 8319eb987a..8319eb987a 100644 --- a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb +++ b/meta/recipes-rt/rt-tests/hwlatdetect_0.89.bb | |||
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index ee5a1afa5c..7fbe6d45b8 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc | |||
@@ -1,4 +1,5 @@ | |||
1 | # Version v0.89 | 1 | # Version v0.89 |
2 | PV = "0.89" | ||
2 | SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e" | 3 | SRCREV = "9164ec4db2645f52ffdd20e6d1b72bb0411ab40e" |
3 | 4 | ||
4 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \ | 5 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git \ |