| Message ID | 20260828144859.364618-1-festevam@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | u-boot: Update the HOMEPAGE entry | expand |
Hi Fabio, On 8/28/26 4:48 PM, Fabio Estevam via lists.openembedded.org wrote: > The official U-Boot project URL has migrated to the > u-boot-project.org domain. > We have a website at u-boot-project.org, maybe point to that instead of the docs directly? Otherwise, this patch is much welcome as Denx the company doesn't exist anymore and we don't know for how long that URL will be redirecting to the docs. Cheers, Quentin
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://docs.u-boot-project.org/en/latest/" 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> --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)