From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH v2 2/2] configs/sheevaplug_defconfig: add hashes for u-boot and Linux
Date: Mon, 6 May 2024 09:40:12 +0200 [thread overview]
Message-ID: <20240506074013.263439-2-peter@korsgaard.com> (raw)
In-Reply-To: <20240506074013.263439-1-peter@korsgaard.com>
And enable BR2_DOWNLOAD_FORCE_CHECK_HASHES.
Generated by utils/add-custom-hashes, with the (redundant)
linux-headers.hash replaced by a symlink.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
| 1 +
board/sheevaplug/patches/linux/linux.hash | 2 ++
board/sheevaplug/patches/uboot/uboot.hash | 2 ++
configs/sheevaplug_defconfig | 1 +
4 files changed, 6 insertions(+)
create mode 120000 board/sheevaplug/patches/linux-headers/linux-headers.hash
create mode 100644 board/sheevaplug/patches/linux/linux.hash
create mode 100644 board/sheevaplug/patches/uboot/uboot.hash
--git a/board/sheevaplug/patches/linux-headers/linux-headers.hash b/board/sheevaplug/patches/linux-headers/linux-headers.hash
new file mode 120000
index 0000000000..5808d92afe
--- /dev/null
+++ b/board/sheevaplug/patches/linux-headers/linux-headers.hash
@@ -0,0 +1 @@
+../linux/linux.hash
\ No newline at end of file
diff --git a/board/sheevaplug/patches/linux/linux.hash b/board/sheevaplug/patches/linux/linux.hash
new file mode 100644
index 0000000000..b207306a2b
--- /dev/null
+++ b/board/sheevaplug/patches/linux/linux.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 0820fdb7971c6974338081c11fbf2dc869870501e7bdcac4d0ed58ba1f57b61c linux-4.14.336.tar.xz
diff --git a/board/sheevaplug/patches/uboot/uboot.hash b/board/sheevaplug/patches/uboot/uboot.hash
new file mode 100644
index 0000000000..d6818bac36
--- /dev/null
+++ b/board/sheevaplug/patches/uboot/uboot.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 9f10df88bc91b35642e461217f73256bbaeeca9ae2db8db56197ba5e89e1f6d4 u-boot-2018.07.tar.bz2
diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig
index 0879f17071..6b3719a507 100644
--- a/configs/sheevaplug_defconfig
+++ b/configs/sheevaplug_defconfig
@@ -4,6 +4,7 @@ BR2_arm926t=y
# system
BR2_GLOBAL_PATCH_DIR="board/sheevaplug/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
BR2_TARGET_GENERIC_GETTY=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
BR2_SYSTEM_DHCP="eth0"
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-05-06 7:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-06 7:40 [Buildroot] [PATCH v2 1/2] configs/sheevaplug_defconfig: bump Linux to fix binutils 2.41 build Peter Korsgaard
2024-05-06 7:40 ` Peter Korsgaard [this message]
2024-05-06 19:31 ` Thomas Petazzoni via buildroot
2024-05-07 6:29 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240506074013.263439-2-peter@korsgaard.com \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.