From 335c8b7c204d62418cd7b5fa0651dbd84529eac7 Mon Sep 17 00:00:00 2001 From: Edgar Bonet Date: Sun, 8 Feb 2026 22:11:23 +0100 Subject: [PATCH] configs/acmesystems_acqua_a5_*: remove at91bootstrap3 license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Peter Korsgaard (cherry picked from commit df61ce39c1ae66e9778f225e875ce191275835b7) Signed-off-by: Thomas Perale --- configs/acmesystems_acqua_a5_256mb_defconfig | 1 + configs/acmesystems_acqua_a5_512mb_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/acmesystems_acqua_a5_256mb_defconfig b/configs/acmesystems_acqua_a5_256mb_defconfig index 9e6d35a859..e3cca2408c 100644 --- a/configs/acmesystems_acqua_a5_256mb_defconfig +++ b/configs/acmesystems_acqua_a5_256mb_defconfig @@ -22,6 +22,7 @@ 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-256m" BR2_PACKAGE_HOST_DOSFSTOOLS=y BR2_PACKAGE_HOST_GENIMAGE=y diff --git a/configs/acmesystems_acqua_a5_512mb_defconfig b/configs/acmesystems_acqua_a5_512mb_defconfig index 8e6d9774da..1a38c742d8 100644 --- a/configs/acmesystems_acqua_a5_512mb_defconfig +++ b/configs/acmesystems_acqua_a5_512mb_defconfig @@ -22,6 +22,7 @@ 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