diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2020-04-19 16:07:10 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-04-26 21:20:47 +0200 |
commit | 042917f1c4e8e68ed6c6948dcaf57d35d0b3c366 (patch) | |
tree | 03b399eb6fa81d92f0ef613116469f48ca8726c4 /tools/mkimage/Makefile | |
parent | 066ec97167e49b5c037b04dc4ec76c4cad5b75e2 (diff) | |
download | upstream-042917f1c4e8e68ed6c6948dcaf57d35d0b3c366.tar.gz upstream-042917f1c4e8e68ed6c6948dcaf57d35d0b3c366.tar.bz2 upstream-042917f1c4e8e68ed6c6948dcaf57d35d0b3c366.zip |
tools/mkimage: update to 2020.04
also change the download source to https and add a mirror
drop merged patches
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
[Add extra changes to compile on FreeBSD, merge two patches]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'tools/mkimage/Makefile')
-rw-r--r-- | tools/mkimage/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index dc1aec18a0..90ecdaaa6e 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -7,11 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mkimage -PKG_VERSION:=2019.07 +PKG_VERSION:=2020.04 PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://ftp.denx.de/pub/u-boot -PKG_HASH:=bff4fa77e8da17521c030ca4c5b947a056c1b1be4d3e6ee8637020b8d50251d0 +PKG_SOURCE_URL:= \ + https://mirror.cyberbits.eu/u-boot \ + https://ftp.denx.de/pub/u-boot \ + ftp://ftp.denx.de/pub/u-boot +PKG_HASH:=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION) |