diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2021-05-24 15:10:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-25 10:06:24 +0100 |
commit | 0c762158ca522ad25fa891b157d937d61f86cb26 (patch) | |
tree | e4c52257cd030105dec13f4bda6daf3332f79eeb /meta/recipes-rt | |
parent | 6e0d7b32dbd2a84c5fff236e2e98d320261c1ffe (diff) | |
download | poky-0c762158ca522ad25fa891b157d937d61f86cb26.tar.gz |
rt-tests: update SRCREV
The commit '6af88067da16c6e69243b376c3b6454ec694460b' is not available
in the repo any more. I think it's due to some mis-operation of the upstream
repo in the past few hours.
Update the SRCREV to use the latest commit on unstable/devel/latest branch.
Also, set PV explicitly and remove the obsolete comment.
(From OE-Core rev: 42f1c751bbaa2cc0a0abe874878b8bbbda250d02)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 0c89bad91f..e97140add7 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | # Version 1.8 | 1 | SRCREV = "c9051a36d934503b4673ca5615f631bae36dead0" |
2 | SRCREV = "6af88067da16c6e69243b376c3b6454ec694460b" | 2 | PV = "1.10+git${SRCPV}" |
3 | PE = "1" | 3 | PE = "1" |
4 | 4 | ||
5 | SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest" | 5 | SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest" |