diff mbox series

[1/1] configs/warpboard: bump U-Boot and kernel versions

Message ID 20240412192923.1073882-1-ju.o@free.fr
State Superseded
Headers show
Series [1/1] configs/warpboard: bump U-Boot and kernel versions | expand

Commit Message

Julien Olivain April 12, 2024, 7:29 p.m. UTC
Bump U-Boot to 2022.07 and kernel to 6.6.26 versions.

U-Boot is bumped to 2022.07 rather than the latest version (which is
2024.04 at the time of this commit), because it is the last version
supporting the warpboard. The support has been removed upstream in
commit [1], included in version 2022.10.

The Kernel DTS name is also updated, to follow the reorganization
in [2], first included in v6.5.

Fixes: [3]

[1] https://source.denx.de/u-boot/u-boot/-/commit/c50ff4a933d5617415221bbb85b0bfa5247b697a
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=724ba6751532055db75992fc6ae21c3e322e94a7
[3] https://gitlab.com/buildroot.org/buildroot/-/jobs/6609466749

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 configs/warpboard_defconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Fabio Estevam April 12, 2024, 7:34 p.m. UTC | #1
Hi Julien,

On Fri, Apr 12, 2024 at 4:29 PM Julien Olivain <ju.o@free.fr> wrote:
>
> Bump U-Boot to 2022.07 and kernel to 6.6.26 versions.
>
> U-Boot is bumped to 2022.07 rather than the latest version (which is
> 2024.04 at the time of this commit), because it is the last version
> supporting the warpboard. The support has been removed upstream in
> commit [1], included in version 2022.10.

I no longer have access to this board.

As the support in the U-Boot mainline was removed, I suggest we remove
its support in Buildroot too.

Thanks
diff mbox series

Patch

diff --git a/configs/warpboard_defconfig b/configs/warpboard_defconfig
index 1655381aa63..0bda8ee8629 100644
--- a/configs/warpboard_defconfig
+++ b/configs/warpboard_defconfig
@@ -5,8 +5,8 @@  BR2_ARM_ENABLE_NEON=y
 BR2_ARM_ENABLE_VFP=y
 BR2_ARM_FPU_VFPV3=y
 
-# Linux headers same as kernel, a 4.9 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
+# Linux headers same as kernel, a 6.6 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
 
 # system
 BR2_TARGET_GENERIC_HOSTNAME="warpboard"
@@ -18,11 +18,11 @@  BR2_ROOTFS_OVERLAY="board/freescale/warpboard/rootfs_overlay"
 # kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.26"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/freescale/warpboard/linux.fragment"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sl-warp"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="nxp/imx/imx6sl-warp"
 
 # wifi firmware for brcm4330
 BR2_PACKAGE_LINUX_FIRMWARE=y
@@ -40,7 +40,7 @@  BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="warp"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2022.07"
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 
 # host utility