[1/2] configs/stm32f469_disco_{sd,xip}: bump Linux to 5.15.167

Message ID 20241008204145.3837269-1-dario.binacchi@amarulasolutions.com
State New
Headers show
Series
  • [1/2] configs/stm32f469_disco_{sd,xip}: bump Linux to 5.15.167
Related show

Commit Message

Dario Binacchi Oct. 8, 2024, 8:41 p.m. UTC
The patch bumps the Linux kernel to version 5.15.167.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 .../stmicroelectronics/stm32f469-disco/patches/linux/linux.hash | 2 +-
 configs/stm32f469_disco_sd_defconfig                            | 2 +-
 configs/stm32f469_disco_xip_defconfig                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

'Thomas Petazzoni' via Amarula Linux Oct. 26, 2024, 1:32 p.m. UTC | #1
On Tue,  8 Oct 2024 22:41:44 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:

> The patch bumps the Linux kernel to version 5.15.167.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
>  .../stmicroelectronics/stm32f469-disco/patches/linux/linux.hash | 2 +-
>  configs/stm32f469_disco_sd_defconfig                            | 2 +-
>  configs/stm32f469_disco_xip_defconfig                           | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Both applied to master, thanks.

Thomas

Patch

diff --git a/board/stmicroelectronics/stm32f469-disco/patches/linux/linux.hash b/board/stmicroelectronics/stm32f469-disco/patches/linux/linux.hash
index d8e8263e9eff..b241c795baac 100644
--- a/board/stmicroelectronics/stm32f469-disco/patches/linux/linux.hash
+++ b/board/stmicroelectronics/stm32f469-disco/patches/linux/linux.hash
@@ -1,2 +1,2 @@ 
 # Locally calculated
-sha256  91bfc0ea152ce7b102a0b79d35a7c92843874ebf085c99d2ba8b4d85e62b1a7c  linux-5.15.162.tar.xz
+sha256  b1751f18ece3df08d502dd87a9ab1a317dc0f9486355bf8ee62ba6af0b35da30  linux-5.15.167.tar.xz
diff --git a/configs/stm32f469_disco_sd_defconfig b/configs/stm32f469_disco_sd_defconfig
index 97dbce5d46c1..7b853ac143a1 100644
--- a/configs/stm32f469_disco_sd_defconfig
+++ b/configs/stm32f469_disco_sd_defconfig
@@ -8,7 +8,7 @@  BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/stmicroelectronics/stm32f469-disco/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.162"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.167"
 BR2_LINUX_KERNEL_DEFCONFIG="stm32"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(LINUX_DIR)/arch/arm/configs/dram_0x00000000.config board/stmicroelectronics/stm32f469-disco/linux-sd.fragment"
 BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
diff --git a/configs/stm32f469_disco_xip_defconfig b/configs/stm32f469_disco_xip_defconfig
index 5a9d3e8afc77..7c79b10e1fee 100644
--- a/configs/stm32f469_disco_xip_defconfig
+++ b/configs/stm32f469_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="5.15.162"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.167"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32f469-disco/linux-xip.config"
 BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y