* [Buildroot] [PATCH v2 1/1] boot/uboot: Change from FTP to HTTPS for official releases
@ 2020-06-04 18:55 Joachim Nilsson
2020-06-04 20:59 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Joachim Nilsson @ 2020-06-04 18:55 UTC (permalink / raw)
To: buildroot
The HTTPS URL seems to be more reliable and quicker for download than FTP.
FTP may also be a blocked protocol on some sites and in CI/CD setups.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
---
boot/uboot/uboot.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 1d50e72846..71689207e3 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -33,7 +33,7 @@ UBOOT_SITE = $(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_REPO_URL))
UBOOT_SITE_METHOD = svn
else
# Handle stable official U-Boot versions
-UBOOT_SITE = ftp://ftp.denx.de/pub/u-boot
+UBOOT_SITE = https://ftp.denx.de/pub/u-boot
UBOOT_SOURCE = u-boot-$(UBOOT_VERSION).tar.bz2
endif
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2 1/1] boot/uboot: Change from FTP to HTTPS for official releases
2020-06-04 18:55 [Buildroot] [PATCH v2 1/1] boot/uboot: Change from FTP to HTTPS for official releases Joachim Nilsson
@ 2020-06-04 20:59 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-06-04 20:59 UTC (permalink / raw)
To: buildroot
On Thu, 4 Jun 2020 20:55:48 +0200
Joachim Nilsson <troglobit@gmail.com> wrote:
> The HTTPS URL seems to be more reliable and quicker for download than FTP.
> FTP may also be a blocked protocol on some sites and in CI/CD setups.
>
> Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
> ---
> boot/uboot/uboot.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-04 20:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-04 18:55 [Buildroot] [PATCH v2 1/1] boot/uboot: Change from FTP to HTTPS for official releases Joachim Nilsson
2020-06-04 20:59 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox