From d344ffe6245b7ab67cbd4a2371c35354211983e3 Mon Sep 17 00:00:00 2001 From: Kilian Zinnecker Date: Wed, 6 Dec 2023 20:25:27 +0100 Subject: [PATCH] configs/rock5b: add hash for custom uboot The defconfig uses a custom uboot version, downloaded with wget, so we weant to be sure that it does not get modified on the server, so we add a hash for it. The kernel we get from a git clone, so the sha1 of the commit is enough to be sure that what we get is what we expect (because we do a local tarball out of a git clone). Since we only get a hash for uboot and not for the kernel, we don't enable BR2_DOWNLOAD_FORCE_CHECK_HASHES. Signed-off-by: Kilian Zinnecker Signed-off-by: Yann E. MORIN --- board/radxa/rock5b/patches/uboot/uboot.hash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 board/radxa/rock5b/patches/uboot/uboot.hash diff --git a/board/radxa/rock5b/patches/uboot/uboot.hash b/board/radxa/rock5b/patches/uboot/uboot.hash new file mode 100644 index 0000000000..efd629bd2f --- /dev/null +++ b/board/radxa/rock5b/patches/uboot/uboot.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 12e921b466ae731cdbc355e6832b7f22bc90b01aeceef9886f98aaba7b394300 u-boot-2023.07.tar.bz2