diff mbox series

[v2] u-boot: Update the HOMEPAGE entry

Message ID 20260828153456.413321-1-festevam@gmail.com
State New
Headers show
Series [v2] u-boot: Update the HOMEPAGE entry | expand

Commit Message

Fabio Estevam Aug. 28, 2026, 3:34 p.m. UTC
The official U-Boot project URL has migrated to the
u-boot-project.org domain.

Change the HOMEPAGE entry accordingly.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Changes since v1:
- Link to the project page (Quentin).

 meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Quentin Schulz Aug. 28, 2026, 3:36 p.m. UTC | #1
Hi Fabio,

On 8/28/26 5:34 PM, Fabio Estevam wrote:
> The official U-Boot project URL has migrated to the
> u-boot-project.org domain.
> 
> Change the HOMEPAGE entry accordingly.
> 

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
Tom Rini Aug. 28, 2026, 6:48 p.m. UTC | #2
On Fri, Aug 28, 2026 at 12:34:56PM -0300, Fabio Estevam wrote:

> The official U-Boot project URL has migrated to the
> u-boot-project.org domain.
> 
> Change the HOMEPAGE entry accordingly.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox series

Patch

diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index ba66abd56c..fd27dcf316 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -1,4 +1,4 @@ 
-HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
+HOMEPAGE = "https://u-boot-project.org"
 DESCRIPTION = "U-Boot, a boot loader for Embedded boards based on PowerPC, \
 ARM, MIPS and several other processors, which can be installed in a boot \
 ROM and used to initialize and test the hardware or to download and run \