buildroot/package/freescale-imx
Yann E. MORIN 5b95a5dc27 support/download: change format of archives generated from git
Switch to using the tarball helper, that can generate reproducible
archives whatever the tar version >= 1.27.

However, those archives are not identical to the previous ones generated
in the (now-broken) gnu format.

To avoid any clashing between old and new archives, and new and old
Buildroot versions, we need to name the new generated archives
differently from the existing ones.

So, we bump the git-specific format-version to -br1.

The %ci date  has been supported by git back to 1.6.0, released August
2008); it is not strictly ISO8601, but is still accepted as a PAX date
header. The strict ISO8601 placeholder, %cI, was only introduced with
2.2.0, release in November 2014, so too recent to be widely available.

As the format and the names of the archives changes, we need to update
all the hash files with the new names and hashes.

Of all the bootloaders that have a git download method, vexpress-firmware
is the only one to have a hash. Others have no hash files, or they have
explicitly set BR_NO_CHECK_HASH_FOR.

For the packages, linux-headers is the special snowflake, as the git
download is only for custom git tree, so it is excluded from the hash
verification with BR_NO_CHECK_HASH_FOR.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Vincent Fazio <vfazio@xes-inc.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: Vincent Fazio <vfazio@xes-inc.com>

    ---8<------8<------8<------8<---
    #!/bin/sh
    # Find and download all packages using git as backend.
    # Manually fix hashes for affected packages.

    # Packages that only have a host variant
    HOST_ONLY='imx-mkimage|mxsldr|netsurf-buildsystem|opkg-utils|prelink-cross|qoriq-rcw|vboot-utils'

    # Packages that have a non-git main _SOURCE, and/or which
    # have BR_NO_CHECK_HASH_FOR for the git _SOURCE
    NOT_GIT='aufs|aufs-util|xenomai|linux-headers'

    export BR2_DL_DIR=$(pwd)/temp-dl-dir

    make defconfig
    make $( git grep -l -E 'SITE_METHOD[[:space:]]*:?=[[:space:]]*git\>|_SITE[[:space:]]*:?=[[:space:]]*git:' \
                boot/vexpress-firmware/ package/ \
            |sed -r -e 's,.*/([^/]+)\.mk,\1,' \
            |sed -r -e '/^('"${NOT_GIT}"')$/d;' \
                    -e 's/^('"${HOST_ONLY}"')/host-\1/;' \
                    -e 's/$/-legal-info/;'
          )

    ---8<------8<------8<------8<---
2021-01-10 22:06:58 +01:00
..
firmware-imx package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform 2021-01-07 23:05:09 +01:00
gpu-amd-bin-mx51
imx-alsa-plugins support/download: change format of archives generated from git 2021-01-10 22:06:58 +01:00
imx-codec
imx-gpu-g2d package/freescale-imx/imx-gpu-g2d: bump to version 6.4.3.p1.0 2020-12-29 23:24:28 +01:00
imx-gpu-viv package/freescale-imx/imx-gpu-viv: bump to version 6.4.3.p1.0 2020-12-29 23:24:22 +01:00
imx-kobs
imx-lib support/download: change format of archives generated from git 2021-01-10 22:06:58 +01:00
imx-m4fwloader
imx-parser
imx-sc-firmware package/freescale-imx/imx-sc-firmware: bump version to 1.6.0 2020-12-26 18:30:28 +01:00
imx-seco package/freescale-imx/imx-seco: bump version to 3.7.1 2020-12-26 18:30:29 +01:00
imx-uuc
imx-vpu package/freescale-imx/imx-vpu: bump version to 5.4.39.3 2020-12-26 18:30:30 +01:00
imx-vpu-hantro package/freescale-imx/imx-vpu-hantro: bump version to 1.19.0 2020-12-26 18:30:31 +01:00
imx-vpuwrap
kernel-module-imx-gpu-viv package/freescale-imx/kernel-module-imx-gpu-viv: bump to version 6.4.3.p1.0 2020-12-29 23:24:36 +01:00
libz160
Config.in package/freescale-imx: move DDR FW choice down to firmware-imx package 2020-07-11 16:26:44 +02:00
freescale-imx.mk