| Message ID | 20260828153456.413321-1-festevam@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [v2] u-boot: Update the HOMEPAGE entry | expand |
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
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 --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 \
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(-)