diff mbox series

meta-ti-bsp: BeagleBoard-u-boot switch to GitHub mirror

Message ID 20230404151655.1140939-1-robertcnelson@gmail.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series meta-ti-bsp: BeagleBoard-u-boot switch to GitHub mirror | expand

Commit Message

Robert Nelson April 4, 2023, 3:16 p.m. UTC
BeagleBoard.org use the new u-boot mirror on GitHub
https://github.com/beagleboard/u-boot as
https://git.beagleboard.org/ easily becomes overloaded

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb
index 28a347be..bdc40c0f 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
 PV = "2021.01"
 
-UBOOT_GIT_URI = "git://git.beagleboard.org/beagleboard/u-boot.git"
+UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git"
 UBOOT_GIT_PROTOCOL = "https"
 BRANCH = "v2021.01-ti-08.05.00.005-SDK-8.5"
 SRCREV = "46ff4982b41067e5c93369bddd49b1541856d80b"