Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core][PATCH] u-boot: Update git server and branch
@ 2026-07-15 18:17 Ryan Eatmon
  2026-07-15 18:45 ` Paul Barker
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Eatmon @ 2026-07-15 18:17 UTC (permalink / raw)
  To: openembedded-core

The u-boot project has moved to a new official git repository server [1] for
all of their work and switch from master to main for the default branch.

[1] https://git.u-boot-project.org/u-boot/u-boot/-/commit/2a6ca4ad04e64488ac41c3683cacd44173a96d24

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 574768b9f8..55f33efc98 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -14,7 +14,7 @@ PE = "1"
 # repo during parse
 SRCREV = "88dc2788777babfd6322fa655df549a019aa1e69"
 
-SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master;tag=v${PV}"
+SRC_URI = "git://git.u-boot-project.org/u-boot/u-boot.git;protocol=https;branch=main;tag=v${PV}"
 
 B = "${WORKDIR}/build"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-15 18:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-15 18:17 [OE-core][PATCH] u-boot: Update git server and branch Ryan Eatmon
2026-07-15 18:45 ` Paul Barker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox