summaryrefslogtreecommitdiffstats
path: root/package/gdb
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-07-09 05:21:58 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-09 16:58:03 +0200
commit5b80a146af085ebb6334cbd351e1976a8e135c69 (patch)
tree7ddb1fcd0848860180be873414b7b1e87cfcf9f4 /package/gdb
parent0645fb80843e45ecc3843f5013801233f37e77eb (diff)
downloadbuildroot-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/gdb')
-rw-r--r--package/gdb/gdb.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
index 8ef01d6c12..73b0ea09d9 100644
--- a/package/gdb/gdb.mk
+++ b/package/gdb/gdb.mk
@@ -49,7 +49,9 @@ define GDB_XTENSA_OVERLAY_EXTRACT
$(call arch-xtensa-overlay-extract,$(@D),gdb)
endef
GDB_POST_EXTRACT_HOOKS += GDB_XTENSA_OVERLAY_EXTRACT
+GDB_EXTRA_DOWNLOADS += $(ARCH_XTENSA_OVERLAY_URL)
HOST_GDB_POST_EXTRACT_HOOKS += GDB_XTENSA_OVERLAY_EXTRACT
+HOST_GDB_EXTRA_DOWNLOADS += $(ARCH_XTENSA_OVERLAY_URL)
endif
ifeq ($(GDB_FROM_GIT),y)
OpenPOWER on IntegriCloud