All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master/wrynose][PATCH] u-boot-ti-mainline: Update git server
@ 2026-07-15 15:10 Ryan Eatmon
  2026-07-15 15:29 ` PRC Automation
  2026-07-15 16:09 ` Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Ryan Eatmon @ 2026-07-15 15:10 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

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>
---
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.43.0



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

* Re: [meta-ti][master/wrynose][PATCH] u-boot-ti-mainline: Update git server
  2026-07-15 15:10 [meta-ti][master/wrynose][PATCH] u-boot-ti-mainline: Update git server Ryan Eatmon
@ 2026-07-15 15:29 ` PRC Automation
  2026-07-15 16:09 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: PRC Automation @ 2026-07-15 15:29 UTC (permalink / raw)
  To: Ryan Eatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

meta-ti / na / 20260715151023.464240-1-reatmon

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH] u-boot-ti-mainline: Update git server
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 15 Jul 2026 10:10:23 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 2f24b88c15c166355a44ef41cb5fe9901c7bebf2

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: u-boot-ti-mainline: Update git server
- Commit SHA: 7312a079ade476e652cd71e1872d835f9ba5316f

Patches
----------------------------------------
All patches applied

wrynose
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH] u-boot-ti-mainline: Update git server
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Wed, 15 Jul 2026 10:10:23 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 2f24b88c15c166355a44ef41cb5fe9901c7bebf2

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.wrynose.202607150400
- Commit SHA: 2c4b1737f6cebb9f3008789492f440a0801b06e0

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





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

* Re: [meta-ti][master/wrynose][PATCH] u-boot-ti-mainline: Update git server
  2026-07-15 15:10 [meta-ti][master/wrynose][PATCH] u-boot-ti-mainline: Update git server Ryan Eatmon
  2026-07-15 15:29 ` PRC Automation
@ 2026-07-15 16:09 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2026-07-15 16:09 UTC (permalink / raw)
  To: reatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

On Wed, Jul 15, 2026 at 10:10:23AM -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

You'd also need to update the branch, as master won't get any more commits 
after 2026.07, while main already has tons of changes for upcoming 2026.10.


> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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"
> -- 
> 2.43.0


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-15 15:10 [meta-ti][master/wrynose][PATCH] u-boot-ti-mainline: Update git server Ryan Eatmon
2026-07-15 15:29 ` PRC Automation
2026-07-15 16:09 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.