diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-03-21 01:07:10 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-11 14:27:48 +0200 |
commit | f9c31f4d4c6e579474186b477e1c11c60aa5e3b9 (patch) | |
tree | 02d995d2ac2ead19542e7fe63359529f09428247 | |
parent | 41b06126c92110f3ea736d3f43d66f57a2f58e1f (diff) | |
download | buildroot-f9c31f4d4c6e579474186b477e1c11c60aa5e3b9.tar.gz buildroot-f9c31f4d4c6e579474186b477e1c11c60aa5e3b9.zip |
mxs-bootlets: exclude from hash when downloading from git
Since we will enable hash checks for git downloads soon, the hash check
for the custom git download should be disabled.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | boot/mxs-bootlets/mxs-bootlets.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/mxs-bootlets/mxs-bootlets.mk b/boot/mxs-bootlets/mxs-bootlets.mk index 1955a37cdf..bdecf419ea 100644 --- a/boot/mxs-bootlets/mxs-bootlets.mk +++ b/boot/mxs-bootlets/mxs-bootlets.mk @@ -13,6 +13,7 @@ else ifeq ($(BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT),y) MXS_BOOTLETS_SITE = $(BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT_URL) MXS_BOOTLETS_SITE_METHOD = git MXS_BOOTLETS_VERSION = $(call qstrip,$(BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT_VERSION)) +BR_NO_CHECK_HASH_FOR += $(MXS_BOOTLETS_SOURCE) else MXS_BOOTLETS_VERSION = 10.12.01 MXS_BOOTLETS_SITE = http://download.ossystems.com.br/bsp/freescale/source |