[Buildroot] [PATCH] boot/opensbi: add hash file

Karsten Merker merker at debian.org
Tue Apr 9 19:38:26 UTC 2019


All downloads performed by buildroot should be integrity-checked if
possible. Enable integrity-checking for the RISC-V OpenSBI sources
by adding a corresponding hash file.

Signed-off-by: Karsten Merker <merker at debian.org>
---
 boot/opensbi/opensbi.hash | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 boot/opensbi/opensbi.hash

diff --git a/boot/opensbi/opensbi.hash b/boot/opensbi/opensbi.hash
new file mode 100644
index 0000000000..4c6827ac3b
--- /dev/null
+++ b/boot/opensbi/opensbi.hash
@@ -0,0 +1,3 @@
+# sha256 and sha512 locally computed
+sha256 07f18b73abf3b85aabe5bead19a923716c100d30eb58033459f39c3a224be300 opensbi-v0.3.tar.gz
+sha512 44608a504110ea1a992ebfc05e66fb895295b18defe53f9939bc33c45b04653fc8812c865e19e6a33d48ed8040c6ec2436883815ca615fff85b5ca656a3a0ca4 opensbi-v0.3.tar.gz
-- 
2.11.0



More information about the buildroot mailing list