| Message ID | 20260715181725.936386-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | u-boot: Update git server and branch | expand |
On Wed, 2026-07-15 at 13:17 -0500, Ryan Eatmon via lists.openembedded.org wrote: > 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" From #u-boot on irc.libera.chat today: 14:52:10 <marex> Tartarus: can we already start using the git.u-b-p.org as a primary git tree ? 14:59:18 <Tartarus> marex: My hope was to switch over officially next week. I need to see what else needs to be done before we can fully switch over 15:11:52 <marex> Tartarus: ACK 16:19:06 <bryanb> Tartarus: I noticed the commit too. should yocto people start switching things over for their CI/CD stuff as well or should they hold off? 16:19:58 <Tartarus> bryanb: Hold off a bit more So, we should probably wait a week or two before taking this. Best regards,
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"
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(-)