Message ID | 20241008204450.3838045-1-dario.binacchi@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
On Tue, 8 Oct 2024 22:44:50 +0200 Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote: > The patch bumps the Linux kernel to version 6.1.112. The size of xipImage > has increased by only 54 bytes (1669958 bytes compared to 1669904 in > version 6.1.98). > > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> > --- > .../stmicroelectronics/stm32f429-disco/patches/linux/linux.hash | 2 +- > configs/stm32f429_disco_xip_defconfig | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied to master, thanks. Thomas
diff --git a/board/stmicroelectronics/stm32f429-disco/patches/linux/linux.hash b/board/stmicroelectronics/stm32f429-disco/patches/linux/linux.hash index 88e1ba4660dc..fc2057c3f249 100644 --- a/board/stmicroelectronics/stm32f429-disco/patches/linux/linux.hash +++ b/board/stmicroelectronics/stm32f429-disco/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 97cdc9127c7700556ea0891267a0c24cf372f4b81636fb8203a914f3a69f3406 linux-6.1.98.tar.xz +sha256 8bd8de3562fb006653e550a934e66ed9f80b7576258a03e2caa2e3ce1c1f9f24 linux-6.1.112.tar.xz diff --git a/configs/stm32f429_disco_xip_defconfig b/configs/stm32f429_disco_xip_defconfig index 41970d469d90..33f725e18530 100644 --- a/configs/stm32f429_disco_xip_defconfig +++ b/configs/stm32f429_disco_xip_defconfig @@ -8,7 +8,7 @@ BR2_DOWNLOAD_FORCE_CHECK_HASHES=y BR2_ROOTFS_POST_BUILD_SCRIPT="board/stmicroelectronics/common/stm32f4xx/stm32-post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.98" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.112" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32f429-disco/linux.config" BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
The patch bumps the Linux kernel to version 6.1.112. The size of xipImage has increased by only 54 bytes (1669958 bytes compared to 1669904 in version 6.1.98). Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- .../stmicroelectronics/stm32f429-disco/patches/linux/linux.hash | 2 +- configs/stm32f429_disco_xip_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)