mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
configs/imx6ulz_bsh_smm_m2: fix kernel hash
Commit75320f567d"configs/imx6ulz_bsh_smm_m2: bump U-Boot to 2024.10 and Linux to 6.1.120" updated the kernel from 6.1.68 to 6.1.120 but forgot to update its per-config kernel hash file. The defconfig fails with the error: ERROR: No hash found for linux-6.1.120.tar.xz This failure happen since commit07149e5f30"{linux, linux-headers}: bump 5.{4, 10, 15}.x / 6.{1, 6, 12}.x series" which updated the Buildroot 6.1 kernel series from 6.1.120 to 6.1.122. This commit fixes the issue by updating the hash. While at it, it also changes the "Locally computed" comment by the upstream link to hashes. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/8751983243 Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com> Cc: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 365ff26a30e206de9b18489f45d38582a0a61b7c5919f8ab89295a47316784e1 linux-6.1.68.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 61c997b8acbbb8ab184565e96f476ecbb7e773cb35b98a1a4c832d809b2bf719 linux-6.1.120.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user