toolchain-external-custom: error if BR2_TOOLCHAIN_EXTERNAL_URL is not set
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Arnout: add BR_BUILDING condition] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
8e91385a2c
commit
d9a9d4df2b
@ -10,6 +10,11 @@ TOOLCHAIN_EXTERNAL_CUSTOM_SOURCE = $(notdir $(call qstrip,$(BR2_TOOLCHAIN_EXTERN
|
||||
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CUSTOM),y)
|
||||
# We can't check hashes for custom downloaded toolchains
|
||||
BR_NO_CHECK_HASH_FOR += $(TOOLCHAIN_EXTERNAL_SOURCE)
|
||||
ifeq ($(BR_BUILDING)$(BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD),yy)
|
||||
ifeq ($(TOOLCHAIN_EXTERNAL_CUSTOM_SOURCE),)
|
||||
$(error No external toolchain url set, check your BR2_TOOLCHAIN_EXTERNAL_URL setting)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
$(eval $(toolchain-external-package))
|
||||
|
Loading…
Reference in New Issue
Block a user