[Buildroot] [PATCH v3 1/6] configs/mender_x86_64_efi_defconfig: Update kernel to latest LTS version

Adam Duskett aduskett at gmail.com
Sun Dec 24 22:08:53 UTC 2023


I will mark this series as rejected, as it's not Flutter-related.

On Tue, Dec 19, 2023 at 10:26 AM Adam Duskett
<adam.duskett at amarulasolutions.com> wrote:
>
> 5.18 is not a LTS version. Let's update the kernel to use the LTS 6.1 kernel.
>
> Signed-off-by: Adam Duskett <adam.duskett at amarulasolutions.com>
> ---
> v2 -> v3: Update BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_18 -> 6_1 [Thomas]
>
>  configs/mender_x86_64_efi_defconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configs/mender_x86_64_efi_defconfig b/configs/mender_x86_64_efi_defconfig
> index 25a463abb3..57bfc15d01 100644
> --- a/configs/mender_x86_64_efi_defconfig
> +++ b/configs/mender_x86_64_efi_defconfig
> @@ -2,7 +2,7 @@
>  BR2_x86_64=y
>
>  # Toolchain
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_18=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
>
>  # System
>  BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
> @@ -39,7 +39,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="--data-part-size=32M --device-type=buildroot-x86_64
>  # Kernel
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.18.14"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.68"
>  BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
>  BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/mender/x86_64/linux.config"
>  BR2_LINUX_KERNEL_INSTALL_TARGET=y
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot



More information about the buildroot mailing list