From db57017f90ec7585c9fd898503897eb8cac1c945 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Wed, 10 Apr 2024 23:44:54 +0200 Subject: [PATCH] board/ti/am6{2, 4}x: add missing uboot.hash file 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 Signed-off-by: Romain Naour Signed-off-by: Peter Korsgaard --- 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 --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