Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] configs/armadeus_apf27: add hashes for Linux/U-Boot
@ 2024-05-03 15:48 Julien BOIBESSOT
  2024-05-03 15:48 ` [Buildroot] [PATCH 2/3] configs/armadeus_apf28: activates BR2_DOWNLOAD_FORCE_CHECK_HASHES Julien BOIBESSOT
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Julien BOIBESSOT @ 2024-05-03 15:48 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Julien BOIBESSOT

And enable BR2_DOWNLOAD_FORCE_CHECK_HASHES. As asked By Romain.

Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
---
 board/armadeus/patches/linux-headers/linux-headers.hash | 1 +
 board/armadeus/patches/linux/linux.hash                 | 2 ++
 board/armadeus/patches/uboot/uboot.hash                 | 2 ++
 configs/armadeus_apf27_defconfig                        | 4 ++++
 4 files changed, 9 insertions(+)
 create mode 120000 board/armadeus/patches/linux-headers/linux-headers.hash
 create mode 100644 board/armadeus/patches/linux/linux.hash
 create mode 100644 board/armadeus/patches/uboot/uboot.hash

diff --git a/board/armadeus/patches/linux-headers/linux-headers.hash b/board/armadeus/patches/linux-headers/linux-headers.hash
new file mode 120000
index 0000000000..5808d92afe
--- /dev/null
+++ b/board/armadeus/patches/linux-headers/linux-headers.hash
@@ -0,0 +1 @@
+../linux/linux.hash
\ No newline at end of file
diff --git a/board/armadeus/patches/linux/linux.hash b/board/armadeus/patches/linux/linux.hash
new file mode 100644
index 0000000000..804920c10d
--- /dev/null
+++ b/board/armadeus/patches/linux/linux.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256  879ca159c34ea9d3a6775f292cc59c2d3931d57dca00f0bebe2675ea0c82c6a9  linux-5.10.215.tar.xz
diff --git a/board/armadeus/patches/uboot/uboot.hash b/board/armadeus/patches/uboot/uboot.hash
new file mode 100644
index 0000000000..777e0adab2
--- /dev/null
+++ b/board/armadeus/patches/uboot/uboot.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256  839bf23cfe8ce613a77e583a60375179d0ad324e92c82fbdd07bebf0fd142268  u-boot-2018.09.tar.bz2
diff --git a/configs/armadeus_apf27_defconfig b/configs/armadeus_apf27_defconfig
index a87d319729..782587e410 100644
--- a/configs/armadeus_apf27_defconfig
+++ b/configs/armadeus_apf27_defconfig
@@ -5,6 +5,10 @@ BR2_arm926t=y
 # Linux headers same as kernel, a 5.10 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 
+# Build
+BR2_GLOBAL_PATCH_DIR="board/armadeus/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
+
 # System
 BR2_TARGET_GENERIC_HOSTNAME="apf27"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-05-05 20:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-03 15:48 [Buildroot] [PATCH 1/3] configs/armadeus_apf27: add hashes for Linux/U-Boot Julien BOIBESSOT
2024-05-03 15:48 ` [Buildroot] [PATCH 2/3] configs/armadeus_apf28: activates BR2_DOWNLOAD_FORCE_CHECK_HASHES Julien BOIBESSOT
2024-05-03 15:48 ` [Buildroot] [PATCH 3/3] configs/armadeus_apf51: " Julien BOIBESSOT
2024-05-05  8:38 ` [Buildroot] [PATCH 1/3] configs/armadeus_apf27: add hashes for Linux/U-Boot Yann E. MORIN
2024-05-05 20:07   ` julien.boibessot
2024-05-05 20:40     ` Yann E. MORIN

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