All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] board/espressobin: Bump linux to v6.12.34
@ 2025-06-24  5:17 Maxime Chevallier via buildroot
  2025-06-24 10:57 ` Joachim Wiberg
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Maxime Chevallier via buildroot @ 2025-06-24  5:17 UTC (permalink / raw)
  To: buildroot; +Cc: Maxime Chevallier, thomas.petazzoni, Joachim Wiberg

Bump from v5.15.1 to the latest LTS, v6.12.34.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
---
 configs/globalscale_espressobin_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/globalscale_espressobin_defconfig b/configs/globalscale_espressobin_defconfig
index 562e646b70..5b4f6dcf55 100644
--- a/configs/globalscale_espressobin_defconfig
+++ b/configs/globalscale_espressobin_defconfig
@@ -1,12 +1,12 @@
 BR2_aarch64=y
 BR2_ARM_FPU_VFPV4=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_12=y
 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Marvell ESPRESSObin"
 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="6.12.34"
 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
-- 
2.49.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH] board/espressobin: Bump linux to v6.12.34
  2025-06-24  5:17 [Buildroot] [PATCH] board/espressobin: Bump linux to v6.12.34 Maxime Chevallier via buildroot
@ 2025-06-24 10:57 ` Joachim Wiberg
  2025-06-25 17:08 ` Julien Olivain via buildroot
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Joachim Wiberg @ 2025-06-24 10:57 UTC (permalink / raw)
  To: Maxime Chevallier, buildroot; +Cc: thomas.petazzoni

On Tue, 2025-06-24 at 07:17 +0200, Maxime Chevallier wrote:
> Bump from v5.15.1 to the latest LTS, v6.12.34.
> 
> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

Reviewed-by: Joachim Wiberg <troglobit@gmail.com>

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH] board/espressobin: Bump linux to v6.12.34
  2025-06-24  5:17 [Buildroot] [PATCH] board/espressobin: Bump linux to v6.12.34 Maxime Chevallier via buildroot
  2025-06-24 10:57 ` Joachim Wiberg
@ 2025-06-25 17:08 ` Julien Olivain via buildroot
  2025-07-04  6:46 ` Thomas Perale via buildroot
  2025-07-04  6:47 ` Thomas Perale via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Julien Olivain via buildroot @ 2025-06-25 17:08 UTC (permalink / raw)
  To: Maxime Chevallier; +Cc: buildroot, thomas.petazzoni, Joachim Wiberg

On 24/06/2025 07:17, Maxime Chevallier via buildroot wrote:
> Bump from v5.15.1 to the latest LTS, v6.12.34.
> 
> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

Applied to master, thanks.

As a suggestion, could you consider:

sending a patch enabling BR2_DOWNLOAD_FORCE_CHECK_HASHES.
See for example:
https://gitlab.com/buildroot.org/buildroot/-/commit/683681261b19a0ea541e55ae7d5497ccf05e40a9

sending a patch changing the toolchain to external Bootlin stable.
See for example:
https://gitlab.com/buildroot.org/buildroot/-/commit/dd3ef914867dca5e429bb25ee14445fb0c87baa5

Best regards,

Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH] board/espressobin: Bump linux to v6.12.34
  2025-06-24  5:17 [Buildroot] [PATCH] board/espressobin: Bump linux to v6.12.34 Maxime Chevallier via buildroot
  2025-06-24 10:57 ` Joachim Wiberg
  2025-06-25 17:08 ` Julien Olivain via buildroot
@ 2025-07-04  6:46 ` Thomas Perale via buildroot
  2025-07-04  6:47 ` Thomas Perale via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Perale via buildroot @ 2025-07-04  6:46 UTC (permalink / raw)
  To: Maxime Chevallier; +Cc: Thomas Perale, buildroot

In reply of:
> Bump from v5.15.1 to the latest LTS, v6.12.34.
> 
> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

Applied to 2025.02.x. Thanks

> ---
>  configs/globalscale_espressobin_defconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configs/globalscale_espressobin_defconfig b/configs/globalscale_espressobin_defconfig
> index 562e646b70..5b4f6dcf55 100644
> --- a/configs/globalscale_espressobin_defconfig
> +++ b/configs/globalscale_espressobin_defconfig
> @@ -1,12 +1,12 @@
>  BR2_aarch64=y
>  BR2_ARM_FPU_VFPV4=y
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_12=y
>  BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Marvell ESPRESSObin"
>  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="6.12.34"
>  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
> -- 
> 2.49.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH] board/espressobin: Bump linux to v6.12.34
  2025-06-24  5:17 [Buildroot] [PATCH] board/espressobin: Bump linux to v6.12.34 Maxime Chevallier via buildroot
                   ` (2 preceding siblings ...)
  2025-07-04  6:46 ` Thomas Perale via buildroot
@ 2025-07-04  6:47 ` Thomas Perale via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Perale via buildroot @ 2025-07-04  6:47 UTC (permalink / raw)
  To: Maxime Chevallier; +Cc: Thomas Perale, buildroot

In reply of:
> Bump from v5.15.1 to the latest LTS, v6.12.34.
> 
> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

Applied to 2025.05.x. Thanks

> ---
>  configs/globalscale_espressobin_defconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configs/globalscale_espressobin_defconfig b/configs/globalscale_espressobin_defconfig
> index 562e646b70..5b4f6dcf55 100644
> --- a/configs/globalscale_espressobin_defconfig
> +++ b/configs/globalscale_espressobin_defconfig
> @@ -1,12 +1,12 @@
>  BR2_aarch64=y
>  BR2_ARM_FPU_VFPV4=y
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_12=y
>  BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Marvell ESPRESSObin"
>  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="6.12.34"
>  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
> -- 
> 2.49.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-07-04  6:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24  5:17 [Buildroot] [PATCH] board/espressobin: Bump linux to v6.12.34 Maxime Chevallier via buildroot
2025-06-24 10:57 ` Joachim Wiberg
2025-06-25 17:08 ` Julien Olivain via buildroot
2025-07-04  6:46 ` Thomas Perale via buildroot
2025-07-04  6:47 ` Thomas Perale via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.