From 6fe714bbc3952e587a486f08e2e6bd82bac3f02d Mon Sep 17 00:00:00 2001 From: Maxime Chevallier Date: Tue, 24 Jun 2025 07:17:34 +0200 Subject: [PATCH] configs/globalscale_espressobin: Bump linux to v5.15.186 Bump from v5.15.1 to the latest LTS, v5.15.186. Signed-off-by: Maxime Chevallier Reviewed-by: Joachim Wiberg [Julien: reword commit title] Signed-off-by: Julien Olivain (cherry picked from commit 3953bd3e9cf1c582d799006f205650033c22db92) [thomas: bump to v5.15.186 instead] Signed-off-by: Thomas Perale --- configs/globalscale_espressobin_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/globalscale_espressobin_defconfig b/configs/globalscale_espressobin_defconfig index 562e646b70..24bd2e894a 100644 --- a/configs/globalscale_espressobin_defconfig +++ b/configs/globalscale_espressobin_defconfig @@ -6,7 +6,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh" BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/globalscale/espressobin/genimage.cfg" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.1" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.186" BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/globalscale/espressobin/linux-extras.config" BR2_LINUX_KERNEL_DTS_SUPPORT=y