* [Buildroot] [PATCH 1/1] configs/acmesystems_acqua_a5_*: bump to Linux 6.12.41
@ 2025-08-11 8:41 Edgar Bonet via buildroot
2025-08-11 9:23 ` Peter Korsgaard
2025-08-21 19:20 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Edgar Bonet via buildroot @ 2025-08-11 8:41 UTC (permalink / raw)
To: Buildroot development; +Cc: Biagio Montaruli
Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
---
board/acmesystems/acqua-a5/patches/linux/linux.hash | 2 +-
configs/acmesystems_acqua_a5_256mb_defconfig | 2 +-
configs/acmesystems_acqua_a5_512mb_defconfig | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/acmesystems/acqua-a5/patches/linux/linux.hash b/board/acmesystems/acqua-a5/patches/linux/linux.hash
index 7a4c4e57c9..2c86a53263 100644
--- a/board/acmesystems/acqua-a5/patches/linux/linux.hash
+++ b/board/acmesystems/acqua-a5/patches/linux/linux.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 87be0360df0931b340d2bac35161a548070fbc3a8c352c49e21e96666c26aeb4 linux-6.12.9.tar.xz
+sha256 6b19a3ae99423de2416964d67251d745910277af258b4c4c63e88fd87dbf0e27 linux-6.12.41.tar.xz
diff --git a/configs/acmesystems_acqua_a5_256mb_defconfig b/configs/acmesystems_acqua_a5_256mb_defconfig
index a50e306b1b..9e6d35a859 100644
--- a/configs/acmesystems_acqua_a5_256mb_defconfig
+++ b/configs/acmesystems_acqua_a5_256mb_defconfig
@@ -10,7 +10,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/acmesystems/acqua-a5/genimage.cfg"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.9"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.41"
BR2_LINUX_KERNEL_DEFCONFIG="sama5"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_CUSTOM_DTS_DIR="board/acmesystems/acqua-a5/dts"
diff --git a/configs/acmesystems_acqua_a5_512mb_defconfig b/configs/acmesystems_acqua_a5_512mb_defconfig
index 6ae8d037e7..8e6d9774da 100644
--- a/configs/acmesystems_acqua_a5_512mb_defconfig
+++ b/configs/acmesystems_acqua_a5_512mb_defconfig
@@ -10,7 +10,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/acmesystems/acqua-a5/genimage.cfg"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.9"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.41"
BR2_LINUX_KERNEL_DEFCONFIG="sama5"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_CUSTOM_DTS_DIR="board/acmesystems/acqua-a5/dts"
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] configs/acmesystems_acqua_a5_*: bump to Linux 6.12.41
2025-08-11 8:41 [Buildroot] [PATCH 1/1] configs/acmesystems_acqua_a5_*: bump to Linux 6.12.41 Edgar Bonet via buildroot
@ 2025-08-11 9:23 ` Peter Korsgaard
2025-08-21 19:20 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2025-08-11 9:23 UTC (permalink / raw)
To: Edgar Bonet via buildroot; +Cc: Edgar Bonet, Biagio Montaruli
>>>>> "Edgar" == Edgar Bonet via buildroot <buildroot@buildroot.org> writes:
> Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] configs/acmesystems_acqua_a5_*: bump to Linux 6.12.41
2025-08-11 8:41 [Buildroot] [PATCH 1/1] configs/acmesystems_acqua_a5_*: bump to Linux 6.12.41 Edgar Bonet via buildroot
2025-08-11 9:23 ` Peter Korsgaard
@ 2025-08-21 19:20 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2025-08-21 19:20 UTC (permalink / raw)
To: Edgar Bonet; +Cc: Thomas Perale, Buildroot development
In reply of:
> Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
Applied to 2025.02.x & 2025.05.x. Thanks
> ---
> board/acmesystems/acqua-a5/patches/linux/linux.hash | 2 +-
> configs/acmesystems_acqua_a5_256mb_defconfig | 2 +-
> configs/acmesystems_acqua_a5_512mb_defconfig | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/board/acmesystems/acqua-a5/patches/linux/linux.hash b/board/acmesystems/acqua-a5/patches/linux/linux.hash
> index 7a4c4e57c9..2c86a53263 100644
> --- a/board/acmesystems/acqua-a5/patches/linux/linux.hash
> +++ b/board/acmesystems/acqua-a5/patches/linux/linux.hash
> @@ -1,2 +1,2 @@
> # Locally calculated
> -sha256 87be0360df0931b340d2bac35161a548070fbc3a8c352c49e21e96666c26aeb4 linux-6.12.9.tar.xz
> +sha256 6b19a3ae99423de2416964d67251d745910277af258b4c4c63e88fd87dbf0e27 linux-6.12.41.tar.xz
> diff --git a/configs/acmesystems_acqua_a5_256mb_defconfig b/configs/acmesystems_acqua_a5_256mb_defconfig
> index a50e306b1b..9e6d35a859 100644
> --- a/configs/acmesystems_acqua_a5_256mb_defconfig
> +++ b/configs/acmesystems_acqua_a5_256mb_defconfig
> @@ -10,7 +10,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
> BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/acmesystems/acqua-a5/genimage.cfg"
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.9"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.41"
> BR2_LINUX_KERNEL_DEFCONFIG="sama5"
> BR2_LINUX_KERNEL_DTS_SUPPORT=y
> BR2_LINUX_KERNEL_CUSTOM_DTS_DIR="board/acmesystems/acqua-a5/dts"
> diff --git a/configs/acmesystems_acqua_a5_512mb_defconfig b/configs/acmesystems_acqua_a5_512mb_defconfig
> index 6ae8d037e7..8e6d9774da 100644
> --- a/configs/acmesystems_acqua_a5_512mb_defconfig
> +++ b/configs/acmesystems_acqua_a5_512mb_defconfig
> @@ -10,7 +10,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
> BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/acmesystems/acqua-a5/genimage.cfg"
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.9"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.41"
> BR2_LINUX_KERNEL_DEFCONFIG="sama5"
> BR2_LINUX_KERNEL_DTS_SUPPORT=y
> BR2_LINUX_KERNEL_CUSTOM_DTS_DIR="board/acmesystems/acqua-a5/dts"
> --
> 2.43.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] 3+ messages in thread
end of thread, other threads:[~2025-08-21 19:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 8:41 [Buildroot] [PATCH 1/1] configs/acmesystems_acqua_a5_*: bump to Linux 6.12.41 Edgar Bonet via buildroot
2025-08-11 9:23 ` Peter Korsgaard
2025-08-21 19:20 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox