]> Git Repo - buildroot-mgba.git/commitdiff
boot/mxs-bootlets: do not check hash of custom tarball
authorYann E. MORIN <[email protected]>
Sat, 2 May 2015 09:05:03 +0000 (11:05 +0200)
committerThomas Petazzoni <[email protected]>
Sat, 2 May 2015 13:11:01 +0000 (15:11 +0200)
Signed-off-by: "Yann E. MORIN" <[email protected]>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
boot/mxs-bootlets/mxs-bootlets.mk

index 9b6bd7a6ee4d3593d410b8dfd962eb3805a4c392..17af6dc1588107a62238582131aa144e83ee8cfd 100644 (file)
@@ -8,6 +8,7 @@ ifeq ($(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL),y)
 MXS_BOOTLETS_TARBALL = $(call qstrip,$(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL_URL))
 MXS_BOOTLETS_SITE = $(patsubst %/,%,$(dir $(MXS_BOOTLETS_TARBALL)))
 MXS_BOOTLETS_SOURCE = $(notdir $(MXS_BOOTLETS_TARBALL))
+BR_NO_CHECK_HASH_FOR += $(MXS_BOOTLETS_SOURCE)
 else ifeq ($(BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT),y)
 MXS_BOOTLETS_SITE = $(BR2_TARGET_MXS_BOOTLETS_CUSTOM_GIT_URL)
 MXS_BOOTLETS_SITE_METHOD = git
This page took 0.032035 seconds and 4 git commands to generate.