From be4c07f3149b55b11a52e8823f655db8b82c9c8b Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Thu, 17 Apr 2025 17:24:25 +0200 Subject: [PATCH] configs/imx6ulz_bsh_smm_m2: bump Linux to 6.1.134 The patch bumps the Linux kernel to version 6.1.134 Signed-off-by: Dario Binacchi Signed-off-by: Julien Olivain (cherry picked from commit 794cdd0ad383cab59b55b700ecddb95c5b84b422) [Thomas: only bump linux] Signed-off-by: Thomas Perale --- board/bsh/imx6ulz-bsh-smm-m2/patches/linux/linux.hash | 2 +- configs/imx6ulz_bsh_smm_m2_defconfig | 2 +- 2 files 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 6d69eabbd6..e300dfeb82 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 @@ # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -sha256 61c997b8acbbb8ab184565e96f476ecbb7e773cb35b98a1a4c832d809b2bf719 linux-6.1.120.tar.xz +sha256 60c70cdd70ddee384c004242e67844e3dd1fe28f75b26b3586859fff0a07bd23 linux-6.1.134.tar.xz diff --git a/configs/imx6ulz_bsh_smm_m2_defconfig b/configs/imx6ulz_bsh_smm_m2_defconfig index f12dc8383d..bb42617ffb 100644 --- a/configs/imx6ulz_bsh_smm_m2_defconfig +++ b/configs/imx6ulz_bsh_smm_m2_defconfig @@ -9,7 +9,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3" BR2_ROOTFS_POST_BUILD_SCRIPT="board/bsh/imx6ulz-bsh-smm-m2/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.120" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.134" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/bsh/imx6ulz-bsh-smm-m2/linux.config" BR2_LINUX_KERNEL_DTS_SUPPORT=y