diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-07-09 05:21:58 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-09 16:58:03 +0200 |
commit | 5b80a146af085ebb6334cbd351e1976a8e135c69 (patch) | |
tree | 7ddb1fcd0848860180be873414b7b1e87cfcf9f4 /package/binutils/binutils.mk | |
parent | 0645fb80843e45ecc3843f5013801233f37e77eb (diff) | |
download | buildroot-5b80a146af085ebb6334cbd351e1976a8e135c69.tar.gz buildroot-5b80a146af085ebb6334cbd351e1976a8e135c69.zip |
arch/xtensa: accept the overlay to be an URL
It can be interesting to get the overlay from a remote server, rather
than expect it to be present locally.
Since that file can be any URL, we can't know its hash, so we just
exclude it.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
[Thomas: use DL_DIR instead of BR2_DL_DIR.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils/binutils.mk')
-rw-r--r-- | package/binutils/binutils.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index 8e26394fbf..ec85ad69cb 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -127,7 +127,9 @@ define BINUTILS_XTENSA_OVERLAY_EXTRACT $(call arch-xtensa-overlay-extract,$(@D),binutils) endef BINUTILS_POST_EXTRACT_HOOKS += BINUTILS_XTENSA_OVERLAY_EXTRACT +BINUTILS_EXTRA_DOWNLOADS += $(ARCH_XTENSA_OVERLAY_URL) HOST_BINUTILS_POST_EXTRACT_HOOKS += BINUTILS_XTENSA_OVERLAY_EXTRACT +HOST_BINUTILS_EXTRA_DOWNLOADS += $(ARCH_XTENSA_OVERLAY_URL) endif ifeq ($(BR2_BINUTILS_ENABLE_LTO),y) |