barebox: exclude from hash check except for latest version
authorArnout Vandecappelle <arnout@mind.be>
Tue, 21 Mar 2017 00:07:08 +0000 (01:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Jun 2017 12:27:36 +0000 (14:27 +0200)
commit291e7b5ac274cd3efcc9e8db14c56ba9393a4695
tree3928161b56976eba84e50060ae7bb0043d1f8315
parent13cd4415726f1f6242d6502c86f47b3408b1a03f
barebox: exclude from hash check except for latest version

Instead of excluding the hash specifically for the custom tarball and
custom version cases, exclude it always except in the one case where
we do have a hash: the latest version.

This simplifies the code a little because soon we will add hash checks
for git as well, so we also need an exclusion in that case.

It is not needed to exclude it twice for barebox and barebox-aux,
because they use the same source tarball and barebox-aux can only be
enabled if barebox is enabled. So simplify even further by pulling
the exclusion logic out of inner-barebox-package.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/barebox/barebox.mk