kumquat-buildroot/boot
Yann E. MORIN 630283a7f7 boot/barebox-aux: exclude git downloads from hash check
When barebox, and thus barebox-aux, are downloaded from a git tree, then
barebox-aux download fails because a hash check is attempted on the
downloaded archive:

    Could not fetch special ref 'v2020.03.0'; assuming it is not special.
    ERROR: No hash found for barebox-aux-v2020.03.0.tar.gz

This is because we only exclude from the check the archive of the bare
barebox:

    BR_NO_CHECK_HASH_FOR += $(BAREBOX_SOURCE)

However, the default name of an archive is based on the package name,
which for barebox-aux is not 'barebox'.

Since barebox-aux really uses the exact same source as the bare barebox,
it should also share the archive name.

This has two direct consequences and advantages:

  - the hash check is completely avoided for the barebox-aux archive;

  - the barebox-aux archive is not downloaded as it is already
    downloaded for barebox.

Reported-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Tested-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 451ee6fa54)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-03-27 23:51:14 +01:00
..
afboot-stm32 boot/afboot-stm32: create destination directory during installation 2018-12-08 20:46:54 +01:00
arm-trusted-firmware boot/arm-trusted-firmware: licensing info is only valid for v1.4 2019-08-04 19:23:31 +02:00
at91bootstrap packages: use new $($PKG)_DL_DIR) variable 2018-04-02 15:53:53 +02:00
at91bootstrap3 boot/at91bootstrap3: add upstream URL in Config.in help text 2018-09-20 22:10:54 +02:00
at91dataflashboot boot/*/Config.in: fix attributes order 2018-04-01 08:06:37 +02:00
barebox boot/barebox-aux: exclude git downloads from hash check 2020-03-27 23:51:14 +01:00
binaries-marvell boot/binaries-marvell: bump version to marvell-armada-18.06 2018-10-11 09:28:44 +02:00
boot-wrapper-aarch64 boot-wrapper-aarch64: use SPDX identifier for 3 clause BSD 2018-08-08 16:24:34 +02:00
grub2 boot/grub: fix grub-mkimage with binutils >= 2.31 2018-12-13 21:37:08 +01:00
gummiboot package/gnu-efi: introduce BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS option 2019-01-12 17:34:22 +01:00
lpc32xxcdl boot/*/Config.in: fix attributes order 2018-04-01 08:06:37 +02:00
mv-ddr-marvell boot/mv-ddr-marvell: bump version to armada-18.09.2 2018-10-11 09:28:31 +02:00
mxs-bootlets boot/*/Config.in: fix attributes order 2018-04-01 08:06:37 +02:00
riscv-pk boot/riscv-pk: add bootloader for RISC-V architecture 2018-09-25 21:39:52 +02:00
s500-bootloader boot: add s500-bootloader package 2016-05-26 10:35:34 +02:00
shim boot/shim: new package 2019-01-12 17:38:25 +01:00
syslinux boot/syslinux: fix build with binutils note gnu property section 2019-04-14 22:28:25 +02:00
ts4800-mbrboot boot, package: use SPDX short identifier for BSD-2c 2017-04-01 15:27:05 +02:00
uboot boot/uboot: license files hashes only valid for latest version 2020-03-10 22:41:23 +01:00
vexpress-firmware boot/vexpress-firmware: add upstream URL in Config.in help text 2018-09-20 21:40:03 +02:00
common.mk Fix build reproducibility in Make 3.82 2013-09-06 23:27:42 +02:00
Config.in boot/shim: new package 2019-01-12 17:38:25 +01:00