| Message ID | 20260715161432.1790195-1-reatmon@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,master/wrynose,v2] u-boot-ti-mainline/next: Update git server | expand |
meta-ti / na / 20260715161432.1790195-1-reatmon
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master/wrynose][PATCH v2] u-boot-ti-mainline/next: Update git server
WARN: Commit message does not include file/recipe name: u-boot-ti-mainline/next: Update git server. (COMMIT-MESSAGE-2)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH v2] u-boot-ti-mainline/next: Update git server
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 15 Jul 2026 11:14:32 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 816c3282206ddf8b06f5f102657f5413540cc6ec
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202607142200
- Commit SHA: c2bb926e01dd6bd539490892fecd27bfadde62f7
Patches
----------------------------------------
All patches applied
wrynose
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH v2] u-boot-ti-mainline/next: Update git server
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 15 Jul 2026 11:14:32 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 816c3282206ddf8b06f5f102657f5413540cc6ec
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-wip
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.wrynose.202607100005
- Commit SHA: 42b887f0b110eecb91744625bd4db09b1ea59770
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
wrynose
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
wrynose - PASS
=====================
All checks passed
On Wed, Jul 15, 2026 at 11:14:32AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > The u-boot project has moved to a new official git repository server [1] for > all of their work. > > [1] https://git.u-boot-project.org/u-boot/u-boot/-/commit/2a6ca4ad04e64488ac41c3683cacd44173a96d24 > > Signed-off-by: Ryan Eatmon <reatmon@ti.com> > --- > v2: Needed to update the next branch since it changed in the move as well. > > meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 2 +- > meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb > index 03fd6193..2daf86f9 100644 > --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb > +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb > @@ -4,6 +4,6 @@ SUMMARY = "Mainline U-Boot for TI devices" > > PV = "2026.04" Any specific reason mainline is stcuk at 2026.04? > -UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" > +UBOOT_GIT_URI = "git://git.u-boot-project.org/u-boot/u-boot.git" > > SRCREV_uboot = "88dc2788777babfd6322fa655df549a019aa1e69" > diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb > index 9bdedfa3..4d5f4a38 100644 > --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb > +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb > @@ -2,4 +2,4 @@ require u-boot-ti-mainline_git.bb > > SUMMARY = "U-Boot master-next for TI devices" > > -BRANCH = "master-next" > +BRANCH = "next" > -- > 2.43.0
On 7/15/2026 5:54 PM, Denys Dmytriyenko wrote: > On Wed, Jul 15, 2026 at 11:14:32AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: >> The u-boot project has moved to a new official git repository server [1] for >> all of their work. >> >> [1] https://git.u-boot-project.org/u-boot/u-boot/-/commit/2a6ca4ad04e64488ac41c3683cacd44173a96d24 >> >> Signed-off-by: Ryan Eatmon <reatmon@ti.com> >> --- >> v2: Needed to update the next branch since it changed in the move as well. >> >> meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 2 +- >> meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb >> index 03fd6193..2daf86f9 100644 >> --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb >> +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb >> @@ -4,6 +4,6 @@ SUMMARY = "Mainline U-Boot for TI devices" >> >> PV = "2026.04" > > Any specific reason mainline is stcuk at 2026.04? The master builds have been broken that drive the auto upstream testing. Once we get the master builds all working 100% we will revisit the 7.1 kernel and the 2026.07 uboot. How's that going? > >> -UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" >> +UBOOT_GIT_URI = "git://git.u-boot-project.org/u-boot/u-boot.git" >> >> SRCREV_uboot = "88dc2788777babfd6322fa655df549a019aa1e69" >> diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb >> index 9bdedfa3..4d5f4a38 100644 >> --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb >> +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb >> @@ -2,4 +2,4 @@ require u-boot-ti-mainline_git.bb >> >> SUMMARY = "U-Boot master-next for TI devices" >> >> -BRANCH = "master-next" >> +BRANCH = "next" >> -- >> 2.43.0
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb index 03fd6193..2daf86f9 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb @@ -4,6 +4,6 @@ SUMMARY = "Mainline U-Boot for TI devices" PV = "2026.04" -UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" +UBOOT_GIT_URI = "git://git.u-boot-project.org/u-boot/u-boot.git" SRCREV_uboot = "88dc2788777babfd6322fa655df549a019aa1e69" diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb index 9bdedfa3..4d5f4a38 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb @@ -2,4 +2,4 @@ require u-boot-ti-mainline_git.bb SUMMARY = "U-Boot master-next for TI devices" -BRANCH = "master-next" +BRANCH = "next"
The u-boot project has moved to a new official git repository server [1] for all of their work. [1] https://git.u-boot-project.org/u-boot/u-boot/-/commit/2a6ca4ad04e64488ac41c3683cacd44173a96d24 Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- v2: Needed to update the next branch since it changed in the move as well. meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 2 +- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)