All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/2] configs/versal2_*: bump to Linux 6.12.60
@ 2026-01-07 10:34 Neal Frager via buildroot
  2026-01-07 10:34 ` [Buildroot] [PATCH v1 2/2] board/xilinx: remove xilinx_v2025.2 hash Neal Frager via buildroot
  2026-01-07 14:10 ` [Buildroot] [PATCH v1 1/2] configs/versal2_*: bump to Linux 6.12.60 Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Neal Frager via buildroot @ 2026-01-07 10:34 UTC (permalink / raw)
  To: buildroot
  Cc: ibai.erkiaga-elorza, luca.ceresoli, yann.morin, brandon.maier,
	ju.o, Neal Frager, thomas.petazzoni, romain.naour, michal.simek,
	romain.naour

Bump the versal2 defconfigs to Linux 6.12.60.

Run tested on a versal2 vek385 evaluation board.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 configs/versal2_vek385_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/versal2_vek385_defconfig b/configs/versal2_vek385_defconfig
index 9a70a6bcb2..a9dd9d7af0 100644
--- a/configs/versal2_vek385_defconfig
+++ b/configs/versal2_vek385_defconfig
@@ -13,7 +13,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/versal2/post-image.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="ttyAMA1,115200 sdd2"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.12_LTS_2025.2)/xlnx_rebase_v6.12_LTS_2025.2.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.12_LTS_merge_6.12.60)/xlnx_rebase_v6.12_LTS_merge_6.12.60.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx"
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_PACKAGE_XILINX_FPGAUTIL=y
-- 
2.25.1

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

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

* [Buildroot] [PATCH v1 2/2] board/xilinx: remove xilinx_v2025.2 hash
  2026-01-07 10:34 [Buildroot] [PATCH v1 1/2] configs/versal2_*: bump to Linux 6.12.60 Neal Frager via buildroot
@ 2026-01-07 10:34 ` Neal Frager via buildroot
  2026-01-07 14:10 ` [Buildroot] [PATCH v1 1/2] configs/versal2_*: bump to Linux 6.12.60 Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Neal Frager via buildroot @ 2026-01-07 10:34 UTC (permalink / raw)
  To: buildroot
  Cc: ibai.erkiaga-elorza, luca.ceresoli, yann.morin, brandon.maier,
	ju.o, Neal Frager, thomas.petazzoni, romain.naour, michal.simek,
	romain.naour

Now that all Xilinx boards have been bumped to Linux 6.12.60, remove the hash
for the xlnx_rebase_v6.12_LTS_2025.2 release tag.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 board/xilinx/patches/linux/linux.hash | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/xilinx/patches/linux/linux.hash b/board/xilinx/patches/linux/linux.hash
index 2c5a57277e..0b1d9331f0 100644
--- a/board/xilinx/patches/linux/linux.hash
+++ b/board/xilinx/patches/linux/linux.hash
@@ -1,3 +1,2 @@
 # Locally calculated
-sha256  38aec9ce252ed6a0b64d294d4d58bf51e25b249eefb31b800a5ce62cb084298a  xlnx_rebase_v6.12_LTS_2025.2.tar.gz
 sha256  444f573cd4438af1f5062fd69fcc82965a56068e6a25cd43c062a68398f90b03  xlnx_rebase_v6.12_LTS_merge_6.12.60.tar.gz
-- 
2.25.1

_______________________________________________
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 v1 1/2] configs/versal2_*: bump to Linux 6.12.60
  2026-01-07 10:34 [Buildroot] [PATCH v1 1/2] configs/versal2_*: bump to Linux 6.12.60 Neal Frager via buildroot
  2026-01-07 10:34 ` [Buildroot] [PATCH v1 2/2] board/xilinx: remove xilinx_v2025.2 hash Neal Frager via buildroot
@ 2026-01-07 14:10 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-01-07 14:10 UTC (permalink / raw)
  To: Neal Frager via buildroot
  Cc: Neal Frager, ibai.erkiaga-elorza, luca.ceresoli, yann.morin,
	brandon.maier, ju.o, romain.naour, michal.simek, romain.naour

On Wed, 7 Jan 2026 10:34:51 +0000
Neal Frager via buildroot <buildroot@buildroot.org> wrote:

> Bump the versal2 defconfigs to Linux 6.12.60.
> 
> Run tested on a versal2 vek385 evaluation board.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> ---
>  configs/versal2_vek385_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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:[~2026-01-07 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07 10:34 [Buildroot] [PATCH v1 1/2] configs/versal2_*: bump to Linux 6.12.60 Neal Frager via buildroot
2026-01-07 10:34 ` [Buildroot] [PATCH v1 2/2] board/xilinx: remove xilinx_v2025.2 hash Neal Frager via buildroot
2026-01-07 14:10 ` [Buildroot] [PATCH v1 1/2] configs/versal2_*: bump to Linux 6.12.60 Thomas Petazzoni 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.