All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/olimex_stmp157_olinuxino_lime: add hashes
@ 2024-06-02  7:06 Francois Perrad
  2024-06-02 15:37 ` Yann E. MORIN
  2024-06-02 18:27 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Francois Perrad @ 2024-06-02  7:06 UTC (permalink / raw)
  To: buildroot

and enable BR2_DOWNLOAD_FORCE_CHECK_HASHES

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 .checkpackageignore                                           | 1 -
 .../stmp1_olinuxino/patches/linux-headers/linux-headers.hash  | 1 +
 board/olimex/stmp1_olinuxino/patches/linux/linux.hash         | 2 ++
 board/olimex/stmp1_olinuxino/patches/uboot/uboot.hash         | 2 ++
 configs/olimex_stmp157_olinuxino_lime_defconfig               | 4 ++++
 5 files changed, 9 insertions(+), 1 deletion(-)
 create mode 120000 board/olimex/stmp1_olinuxino/patches/linux-headers/linux-headers.hash
 create mode 100644 board/olimex/stmp1_olinuxino/patches/linux/linux.hash
 create mode 100644 board/olimex/stmp1_olinuxino/patches/uboot/uboot.hash

diff --git a/.checkpackageignore b/.checkpackageignore
index 8f5fc0a47..201ec2a85 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -253,7 +253,6 @@ configs/olimex_a20_olinuxino_lime_defconfig lib_defconfig.ForceCheckHash
 configs/olimex_a20_olinuxino_micro_defconfig lib_defconfig.ForceCheckHash
 configs/olimex_a33_olinuxino_defconfig lib_defconfig.ForceCheckHash
 configs/olimex_a64_olinuxino_defconfig lib_defconfig.ForceCheckHash
-configs/olimex_stmp157_olinuxino_lime_defconfig lib_defconfig.ForceCheckHash
 configs/olpc_xo175_defconfig lib_defconfig.ForceCheckHash
 configs/olpc_xo1_defconfig lib_defconfig.ForceCheckHash
 configs/orangepi_lite2_defconfig lib_defconfig.ForceCheckHash
diff --git a/board/olimex/stmp1_olinuxino/patches/linux-headers/linux-headers.hash b/board/olimex/stmp1_olinuxino/patches/linux-headers/linux-headers.hash
new file mode 120000
index 000000000..5808d92af
--- /dev/null
+++ b/board/olimex/stmp1_olinuxino/patches/linux-headers/linux-headers.hash
@@ -0,0 +1 @@
+../linux/linux.hash
\ No newline at end of file
diff --git a/board/olimex/stmp1_olinuxino/patches/linux/linux.hash b/board/olimex/stmp1_olinuxino/patches/linux/linux.hash
new file mode 100644
index 000000000..8691d5ffd
--- /dev/null
+++ b/board/olimex/stmp1_olinuxino/patches/linux/linux.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256  5d3ca43b81056305860d7407c871eac4f8eafa603029ee67816574a31444fd93  linux-fc74113e14d76aea9482264ff42e07397b94553d-git4.tar.gz
diff --git a/board/olimex/stmp1_olinuxino/patches/uboot/uboot.hash b/board/olimex/stmp1_olinuxino/patches/uboot/uboot.hash
new file mode 100644
index 000000000..a991a1922
--- /dev/null
+++ b/board/olimex/stmp1_olinuxino/patches/uboot/uboot.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256  6aaa18a9023db29ceaad5bca240605990b68a6bf348aaefad0bee8be8d37648e  uboot-efadf793a0a5924e2c96362dc1df3e56622ebb97-git4.tar.gz
diff --git a/configs/olimex_stmp157_olinuxino_lime_defconfig b/configs/olimex_stmp157_olinuxino_lime_defconfig
index 8bd8e10ca..ecfa78135 100644
--- a/configs/olimex_stmp157_olinuxino_lime_defconfig
+++ b/configs/olimex_stmp157_olinuxino_lime_defconfig
@@ -5,6 +5,10 @@ BR2_cortex_a7=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/olimex/stmp1_olinuxino/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
+
 # System configuration
 BR2_TARGET_GENERIC_HOSTNAME="stmp1-olinuxino"
 BR2_TARGET_GENERIC_ISSUE="Welcome to OLinuXino!"
-- 
2.43.0

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

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

end of thread, other threads:[~2024-06-02 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-02  7:06 [Buildroot] [PATCH] configs/olimex_stmp157_olinuxino_lime: add hashes Francois Perrad
2024-06-02 15:37 ` Yann E. MORIN
2024-06-02 19:38   ` François Perrad
2024-06-02 18:27 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.