summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-22 11:13:21 +0100
committerSteve Sakoman <steve@sakoman.com>2025-07-24 12:36:36 -0700
commit67269d1b228e47858fdb3b09968345642927f64e (patch)
tree5fb2891cd8b0a594aee1dd3bb7c3c545df1dc4bf
parentad027874c02ba894149f7103d74cb35fddfcf982 (diff)
downloadpoky-67269d1b228e47858fdb3b09968345642927f64e.tar.gz
bitbake: test/fetch: Switch u-boot based test to use our own mirror
The upstream servers are having issues so switch to our own shadow copy of the repo. (Bitbake rev: c1cee49479063eabd3f14c1520feaeac4e04de7b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--bitbake/lib/bb/tests/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 65339d1bb1..6aa9453709 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1453,7 +1453,7 @@ class FetchLatestVersionTest(FetcherTest):
1453 # combination version pattern 1453 # combination version pattern
1454 ("sysprof", "git://git.yoctoproject.org/sysprof.git;protocol=https;branch=master", "cd44ee6644c3641507fb53b8a2a69137f2971219", "", "") 1454 ("sysprof", "git://git.yoctoproject.org/sysprof.git;protocol=https;branch=master", "cd44ee6644c3641507fb53b8a2a69137f2971219", "", "")
1455 : "1.2.0", 1455 : "1.2.0",
1456 ("u-boot-mkimage", "git://source.denx.de/u-boot/u-boot.git;branch=master;protocol=https", "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c", "", "") 1456 ("u-boot-mkimage", "git://git.yoctoproject.org/bbfetchtests-u-boot.git;branch=master;protocol=https", "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c", "", "")
1457 : "2014.01", 1457 : "2014.01",
1458 # version pattern "yyyymmdd" 1458 # version pattern "yyyymmdd"
1459 ("mobile-broadband-provider-info", "git://git.yoctoproject.org/mobile-broadband-provider-info.git;protocol=https;branch=master", "4ed19e11c2975105b71b956440acdb25d46a347d", "", "") 1459 ("mobile-broadband-provider-info", "git://git.yoctoproject.org/mobile-broadband-provider-info.git;protocol=https;branch=master", "4ed19e11c2975105b71b956440acdb25d46a347d", "", "")