Преглед на файлове

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 <arnout@mind.be>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Romain Naour преди 1 година
родител
ревизия
db57017f90
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 2 0
      board/ti/am62x-sk/patches/uboot/uboot.hash
  2. 2 0
      board/ti/am64x-sk/patches/uboot/uboot.hash

+ 2 - 0
board/ti/am62x-sk/patches/uboot/uboot.hash

@@ -0,0 +1,2 @@
+# Locally computed:
+sha256  b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3  u-boot-2024.01.tar.bz2

+ 2 - 0
board/ti/am64x-sk/patches/uboot/uboot.hash

@@ -0,0 +1,2 @@
+# Locally computed:
+sha256  b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3  u-boot-2024.01.tar.bz2