From 5aa12833d5ca461b466a40a698711bf57d3b1edd Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Sun, 5 Jan 2025 21:08:26 +0100 Subject: [PATCH] configs/imx6ulz_bsh_smm_m2: fix kernel hash Commit 75320f567d "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 commit 07149e5f30 "{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 Cc: Michael Trimarchi Reviewed-by: Dario Binacchi Signed-off-by: Julien Olivain --- board/bsh/imx6ulz-bsh-smm-m2/patches/linux/linux.hash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/bsh/imx6ulz-bsh-smm-m2/patches/linux/linux.hash b/board/bsh/imx6ulz-bsh-smm-m2/patches/linux/linux.hash index 25e4464adb..6d69eabbd6 100644 --- a/board/bsh/imx6ulz-bsh-smm-m2/patches/linux/linux.hash +++ b/board/bsh/imx6ulz-bsh-smm-m2/patches/linux/linux.hash @@ -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