Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/acmesystems_acqua_a5_*: add hashes for Linux/at91bootstrap3
@ 2024-05-06 15:22 Edgar Bonet
  2024-05-06 19:02 ` Thomas Petazzoni via buildroot
  2024-05-26 19:56 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Edgar Bonet @ 2024-05-06 15:22 UTC (permalink / raw)
  To: buildroot; +Cc: Biagio Montaruli

And enable BR2_DOWNLOAD_FORCE_CHECK_HASHES.

Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
---
 .checkpackageignore                                             | 2 --
 .../acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash         | 2 ++
 .../acqua-a5/patches/linux-headers/linux-headers.hash           | 1 +
 board/acmesystems/acqua-a5/patches/linux/linux.hash             | 2 ++
 configs/acmesystems_acqua_a5_256mb_defconfig                    | 2 ++
 configs/acmesystems_acqua_a5_512mb_defconfig                    | 2 ++
 6 files changed, 9 insertions(+), 2 deletions(-)
 create mode 100644 board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
 create mode 120000 board/acmesystems/acqua-a5/patches/linux-headers/linux-headers.hash
 create mode 100644 board/acmesystems/acqua-a5/patches/linux/linux.hash

diff --git a/.checkpackageignore b/.checkpackageignore
index 870c286bcd..1135fa7175 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -117,8 +117,6 @@ boot/syslinux/0014-Fix-build-with-binutils-note-gnu-property-section.patch lib_p
 boot/syslinux/0016-Workaround-multiple-definition-of-symbol-errors.patch lib_patch.Upstream
 boot/syslinux/0017-Replace-builtin-strlen-that-appears-to-get-optimized.patch lib_patch.Upstream
 configs/aarch64_efi_defconfig lib_defconfig.ForceCheckHash
-configs/acmesystems_acqua_a5_256mb_defconfig lib_defconfig.ForceCheckHash
-configs/acmesystems_acqua_a5_512mb_defconfig lib_defconfig.ForceCheckHash
 configs/acmesystems_aria_g25_128mb_defconfig lib_defconfig.ForceCheckHash
 configs/acmesystems_aria_g25_256mb_defconfig lib_defconfig.ForceCheckHash
 configs/acmesystems_arietta_g25_128mb_defconfig lib_defconfig.ForceCheckHash
diff --git a/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash b/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
new file mode 100644
index 0000000000..06a63d449d
--- /dev/null
+++ b/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  cdc04cca9e811043efdea43ad203d70d897e23a8bd46f01896ba45c8df50f6ec  at91bootstrap3-v3.10.3-br1.tar.gz
diff --git a/board/acmesystems/acqua-a5/patches/linux-headers/linux-headers.hash b/board/acmesystems/acqua-a5/patches/linux-headers/linux-headers.hash
new file mode 120000
index 0000000000..5808d92afe
--- /dev/null
+++ b/board/acmesystems/acqua-a5/patches/linux-headers/linux-headers.hash
@@ -0,0 +1 @@
+../linux/linux.hash
\ No newline at end of file
diff --git a/board/acmesystems/acqua-a5/patches/linux/linux.hash b/board/acmesystems/acqua-a5/patches/linux/linux.hash
new file mode 100644
index 0000000000..6dbbeca57f
--- /dev/null
+++ b/board/acmesystems/acqua-a5/patches/linux/linux.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  1fd7ec8c3d9c4e4b3a41d11e2c6d151e5fbf875dd08b3577f73afd6ee6674605  linux-6.6.12.tar.xz
diff --git a/configs/acmesystems_acqua_a5_256mb_defconfig b/configs/acmesystems_acqua_a5_256mb_defconfig
index ef57734194..359b356cb4 100644
--- a/configs/acmesystems_acqua_a5_256mb_defconfig
+++ b/configs/acmesystems_acqua_a5_256mb_defconfig
@@ -3,6 +3,8 @@ BR2_cortex_a5=y
 BR2_ARM_ENABLE_VFP=y
 BR2_ARM_INSTRUCTIONS_THUMB2=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=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"
diff --git a/configs/acmesystems_acqua_a5_512mb_defconfig b/configs/acmesystems_acqua_a5_512mb_defconfig
index a69e2a2251..194de0b530 100644
--- a/configs/acmesystems_acqua_a5_512mb_defconfig
+++ b/configs/acmesystems_acqua_a5_512mb_defconfig
@@ -3,6 +3,8 @@ BR2_cortex_a5=y
 BR2_ARM_ENABLE_VFP=y
 BR2_ARM_INSTRUCTIONS_THUMB2=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=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"
-- 
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/2] configs/acmesystems_acqua_a5_*: add hashes for Linux/at91bootstrap3
  2024-05-06 15:22 [Buildroot] [PATCH 1/2] configs/acmesystems_acqua_a5_*: add hashes for Linux/at91bootstrap3 Edgar Bonet
@ 2024-05-06 19:02 ` Thomas Petazzoni via buildroot
  2024-05-26 19:56 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-06 19:02 UTC (permalink / raw)
  To: Edgar Bonet; +Cc: Biagio Montaruli, buildroot

On Mon, 6 May 2024 17:22:49 +0200
Edgar Bonet <bonet@grenoble.cnrs.fr> wrote:

> And enable BR2_DOWNLOAD_FORCE_CHECK_HASHES.
> 
> Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
> ---
>  .checkpackageignore                                             | 2 --
>  .../acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash         | 2 ++
>  .../acqua-a5/patches/linux-headers/linux-headers.hash           | 1 +
>  board/acmesystems/acqua-a5/patches/linux/linux.hash             | 2 ++
>  configs/acmesystems_acqua_a5_256mb_defconfig                    | 2 ++
>  configs/acmesystems_acqua_a5_512mb_defconfig                    | 2 ++
>  6 files changed, 9 insertions(+), 2 deletions(-)
>  create mode 100644 board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
>  create mode 120000 board/acmesystems/acqua-a5/patches/linux-headers/linux-headers.hash
>  create mode 100644 board/acmesystems/acqua-a5/patches/linux/linux.hash

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/2] configs/acmesystems_acqua_a5_*: add hashes for Linux/at91bootstrap3
  2024-05-06 15:22 [Buildroot] [PATCH 1/2] configs/acmesystems_acqua_a5_*: add hashes for Linux/at91bootstrap3 Edgar Bonet
  2024-05-06 19:02 ` Thomas Petazzoni via buildroot
@ 2024-05-26 19:56 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-05-26 19:56 UTC (permalink / raw)
  To: Edgar Bonet; +Cc: Biagio Montaruli, buildroot

>>>>> "Edgar" == Edgar Bonet <bonet@grenoble.cnrs.fr> writes:

 > And enable BR2_DOWNLOAD_FORCE_CHECK_HASHES.
 > Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>

Committed to 2024.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-26 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06 15:22 [Buildroot] [PATCH 1/2] configs/acmesystems_acqua_a5_*: add hashes for Linux/at91bootstrap3 Edgar Bonet
2024-05-06 19:02 ` Thomas Petazzoni via buildroot
2024-05-26 19:56 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox