When using a specific git repo and version for at91bootstrap3, BR2_TARGET_AT91BOOTSTRAP3_LICENSE_FILES defaults to "LICENSES/MIT.txt". However the git version we use (namely v3.10.3) does not provide this file. Actually, it does not provide a license file at all. This causes ‘make legal-info’ to fail with: >>> at91bootstrap3 v3.10.3 Collecting legal info sha256sum: /builds/buildroot.org/buildroot/output/build/at91bootstrap3-v3.10.3/LICENSES/MIT.txt: No such file or directory ERROR: while checking hashes from boot/at91bootstrap3/at91bootstrap3.hash ERROR: LICENSES/MIT.txt has wrong sha256 hash: ERROR: expected: 5a3809b1c2ba13b7242572322951311c584419f1f8516f665d6c06f0668d78de ERROR: got : ERROR: Incomplete download, or man-in-the-middle (MITM) attack Let's be explicit that there is no license file to check. Fixes: - https://gitlab.com/buildroot.org/buildroot/-/jobs/12992815386 - https://gitlab.com/buildroot.org/buildroot/-/jobs/12992815390 Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
BR2_arm=y
|
|
BR2_cortex_a5=y
|
|
BR2_ARM_ENABLE_VFP=y
|
|
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
|
BR2_TOOLCHAIN_EXTERNAL=y
|
|
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE=y
|
|
BR2_GLOBAL_PATCH_DIR="board/acmesystems/acqua-a5/patches"
|
|
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
|
BR2_SYSTEM_DHCP="eth0"
|
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
|
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/acmesystems/acqua-a5/genimage.cfg"
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.8"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="sama5"
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|
BR2_LINUX_KERNEL_CUSTOM_DTS_DIR="board/acmesystems/acqua-a5/dts"
|
|
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
BR2_TARGET_AT91BOOTSTRAP3=y
|
|
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT=y
|
|
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL="https://github.com/linux4sam/at91bootstrap.git"
|
|
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION="v3.10.3"
|
|
BR2_TARGET_AT91BOOTSTRAP3_LICENSE_FILES=""
|
|
BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="acqua-512m"
|
|
BR2_PACKAGE_HOST_DOSFSTOOLS=y
|
|
BR2_PACKAGE_HOST_GENIMAGE=y
|
|
BR2_PACKAGE_HOST_MTOOLS=y
|