From: Jan Kiszka <[email protected]> Those are legacy and can break with certain proxies.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-bsp/u-boot/u-boot-macchiatobin_2019.10-atf2.2.bb | 2 +- recipes-bsp/u-boot/u-boot-pine64-plus_2019.10-atf2.2.bb | 2 +- recipes-bsp/u-boot/u-boot-ultra96_2019.10-atf2.2.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-macchiatobin_2019.10-atf2.2.bb b/recipes-bsp/u-boot/u-boot-macchiatobin_2019.10-atf2.2.bb index c80e07f..20271d1 100644 --- a/recipes-bsp/u-boot/u-boot-macchiatobin_2019.10-atf2.2.bb +++ b/recipes-bsp/u-boot/u-boot-macchiatobin_2019.10-atf2.2.bb @@ -16,7 +16,7 @@ require recipes-bsp/u-boot/u-boot-custom.inc require recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_${ATF_PV}.inc SRC_URI += " \ - ftp://ftp.denx.de/pub/u-boot/u-boot-${U_BOOT_PV}.tar.bz2;name=u-boot \ + https://ftp.denx.de/pub/u-boot/u-boot-${U_BOOT_PV}.tar.bz2;name=u-boot \ git://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell;protocol=https;branch=mv_ddr-armada-atf-mainline;rev=${MV_DDR_REV};destsuffix=mv-ddr-marvell \ git://github.com/MarvellEmbeddedProcessors/binaries-marvell;protocol=https;branch=${MV_BIN_BRANCH};rev=${MV_BIN_REV};destsuffix=binaries-marvell \ file://0001-mv_ddr4_training-fix-gcc-warning-about-uninitialized.patch;patchdir=${WORKDIR}/mv-ddr-marvell \ diff --git a/recipes-bsp/u-boot/u-boot-pine64-plus_2019.10-atf2.2.bb b/recipes-bsp/u-boot/u-boot-pine64-plus_2019.10-atf2.2.bb index 4842ef8..af911a5 100644 --- a/recipes-bsp/u-boot/u-boot-pine64-plus_2019.10-atf2.2.bb +++ b/recipes-bsp/u-boot/u-boot-pine64-plus_2019.10-atf2.2.bb @@ -16,7 +16,7 @@ require recipes-bsp/u-boot/u-boot-custom.inc require recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_${ATF_PV}.inc SRC_URI += " \ - ftp://ftp.denx.de/pub/u-boot/u-boot-${U_BOOT_PV}.tar.bz2;name=u-boot \ + https://ftp.denx.de/pub/u-boot/u-boot-${U_BOOT_PV}.tar.bz2;name=u-boot \ file://pine64-plus-rules \ " SRC_URI[u-boot.sha256sum] = "8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014" diff --git a/recipes-bsp/u-boot/u-boot-ultra96_2019.10-atf2.2.bb b/recipes-bsp/u-boot/u-boot-ultra96_2019.10-atf2.2.bb index b87d7ce..57424e5 100644 --- a/recipes-bsp/u-boot/u-boot-ultra96_2019.10-atf2.2.bb +++ b/recipes-bsp/u-boot/u-boot-ultra96_2019.10-atf2.2.bb @@ -16,7 +16,7 @@ require recipes-bsp/u-boot/u-boot-custom.inc require recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_${ATF_PV}.inc SRC_URI += " \ - ftp://ftp.denx.de/pub/u-boot/u-boot-${U_BOOT_PV}.tar.bz2;name=u-boot \ + https://ftp.denx.de/pub/u-boot/u-boot-${U_BOOT_PV}.tar.bz2;name=u-boot \ file://0001-Revert-tools-Makefile-fix-HOSTCFLAGS-with-CROSS_BUIL.patch \ file://ultra96.bit.xz \ file://ultra96-fsbl.elf.xz \ -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/1f883620e1ee375fb9d629c7e243dc908cf28d6d.1591199517.git.jan.kiszka%40siemens.com.
