* [Buildroot] [PATCH 1/1] fix: board/beagleboard/beaglev_fire: update uboot hash
@ 2024-08-07 14:36 Jamie Gibbons via buildroot
2024-08-07 22:11 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Jamie Gibbons via buildroot @ 2024-08-07 14:36 UTC (permalink / raw)
To: buildroot
Cc: Valentina Fernandez Alanis, Jamie Gibbons, Prajna Rajendra Kumar,
Thomas Petazzoni
The U-Boot hash is incorrect and breaks the BeagleV Fire build. Update
the U-Boot hash.
Fixes:8ce97fd550d6("configs/beaglev_fire: bump Linux and U-Boot")
Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
Tested-by: Prajna Rajendra Kumar <prajna.rajendrakumar@microchip.com>
---
board/beagleboard/beaglev_fire/patches/uboot/uboot.hash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/beagleboard/beaglev_fire/patches/uboot/uboot.hash b/board/beagleboard/beaglev_fire/patches/uboot/uboot.hash
index ddb73b9a71..b9b655b180 100644
--- a/board/beagleboard/beaglev_fire/patches/uboot/uboot.hash
+++ b/board/beagleboard/beaglev_fire/patches/uboot/uboot.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 5d9bcbebe9723ab12cbf2b60277268741e84e4aadbe7ecd8c05be046f202d8a1 linux4microchip+fpga-2024.06.tar.gz
+sha256 5f127386889357149e92bf2b2699ec35756363ba4dc95dc10d891aa71d7ca725 linux4microchip+fpga-2024.06.tar.gz
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] fix: board/beagleboard/beaglev_fire: update uboot hash
2024-08-07 14:36 [Buildroot] [PATCH 1/1] fix: board/beagleboard/beaglev_fire: update uboot hash Jamie Gibbons via buildroot
@ 2024-08-07 22:11 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-07 22:11 UTC (permalink / raw)
To: Jamie Gibbons via buildroot
Cc: Valentina Fernandez Alanis, Jamie Gibbons, Prajna Rajendra Kumar
Hello Jamie,
On Wed, 7 Aug 2024 15:36:05 +0100
Jamie Gibbons via buildroot <buildroot@buildroot.org> wrote:
> The U-Boot hash is incorrect and breaks the BeagleV Fire build. Update
> the U-Boot hash.
>
> Fixes:8ce97fd550d6("configs/beaglev_fire: bump Linux and U-Boot")
>
> Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
> Tested-by: Prajna Rajendra Kumar <prajna.rajendrakumar@microchip.com>
Thanks, but there is something more wrong... which probably explains
the hash issue:
BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,u-boot-mchp,u-boot-2023.07-mchp)/linux4microchip+fpga-2024.06.tar.gz"
So we are retrieving U-Boot 2023.07-mchp, and storing it into a tarball
called linux4microchip+fpga-2024.06.tar.gz, meh. Seems like I didn't
review carefully enough that version bump.
Could you check this, and send a patch that really bumps U-Boot (and
fixes the hash) ?
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-07 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 14:36 [Buildroot] [PATCH 1/1] fix: board/beagleboard/beaglev_fire: update uboot hash Jamie Gibbons via buildroot
2024-08-07 22:11 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox