diff mbox series

[3/3] board/ti/am6{2, 4}x: add missing uboot.hash file

Message ID 20240410214454.86748-3-romain.naour@smile.fr
State New
Headers show
Series [1/3] boot/uboot: remove BR2_TARGET_UBOOT_NEEDS_TI_K3_BOOT_FIRMWARE | expand

Commit Message

Romain Naour April 10, 2024, 9:44 p.m. UTC
Arnout noticed during the review that uboot.hash was missing from
BR2_GLOBAL_PATCH_DIR.

"The hash for 2024.01 is currently in boot/uboot/uboot.hash, but as soon as we
update the U-Boot version, it will no longer be. So to be future safe, we should
add a local override of the uboot hash file as well (which is simply identical
to uboot.hash)."

This is required since BR2_DOWNLOAD_FORCE_CHECK_HASHES is now enabled.

[1] http://lists.busybox.net/pipermail/buildroot/2024-April/689283.html

Reported-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 board/ti/am62x-sk/patches/uboot/uboot.hash | 2 ++
 board/ti/am64x-sk/patches/uboot/uboot.hash | 2 ++
 2 files changed, 4 insertions(+)
 create mode 100644 board/ti/am62x-sk/patches/uboot/uboot.hash
 create mode 100644 board/ti/am64x-sk/patches/uboot/uboot.hash
diff mbox series

Patch

diff --git a/board/ti/am62x-sk/patches/uboot/uboot.hash b/board/ti/am62x-sk/patches/uboot/uboot.hash
new file mode 100644
index 0000000000..0e171c56f5
--- /dev/null
+++ b/board/ti/am62x-sk/patches/uboot/uboot.hash
@@ -0,0 +1,2 @@ 
+# Locally computed:
+sha256  b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3  u-boot-2024.01.tar.bz2
diff --git a/board/ti/am64x-sk/patches/uboot/uboot.hash b/board/ti/am64x-sk/patches/uboot/uboot.hash
new file mode 100644
index 0000000000..0e171c56f5
--- /dev/null
+++ b/board/ti/am64x-sk/patches/uboot/uboot.hash
@@ -0,0 +1,2 @@ 
+# Locally computed:
+sha256  b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3  u-boot-2024.01.tar.bz2