summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2021-09-07 19:32:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-10 16:21:36 +0100
commitd1a90797828b7de6c8b2628db9edfbb4c05bf1b3 (patch)
tree400b02b72324a0ce12bb5bae0383f37e71aa2e49 /meta
parent7369788009e057ec0cb438b8beb0167280b83e55 (diff)
downloadpoky-d1a90797828b7de6c8b2628db9edfbb4c05bf1b3.tar.gz
rt-tests: set branch name in SRC_URI
Upstream repo no longer has 'master' branch, and switched to 'main'. To avoid issue such as: ERROR: rt-tests-1_1.1-r0 do_fetch: Fetcher failure: Unable to find revision dff174f994f547a5785d32454865f140daacb0f5 in branch master even from upstream we need to set the default branch name to 'main' in the recipe. (From OE-Core rev: ed52bea54f135b7b5367a24bb3861d9bc0c53117) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 3ac39d90c3..29ebe2d361 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -2,7 +2,7 @@
2SRCREV = "dff174f994f547a5785d32454865f140daacb0f5" 2SRCREV = "dff174f994f547a5785d32454865f140daacb0f5"
3PE = "1" 3PE = "1"
4 4
5SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git" 5SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main"
6# 1.2 to 1.5 seem to be development versions 6# 1.2 to 1.5 seem to be development versions
7UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!1\.[2-6])(\d+(\.\d+)+))" 7UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!1\.[2-6])(\d+(\.\d+)+))"
8 8