* [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70
@ 2025-02-26 7:06 Neal Frager via buildroot
2025-02-26 7:06 ` [Buildroot] [PATCH v1 2/5] configs/zynq_zc702_defconfig: bump to 6.6.70 Neal Frager via buildroot
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Neal Frager via buildroot @ 2025-02-26 7:06 UTC (permalink / raw)
To: buildroot
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, Neal Frager, romain.naour, michal.simek
This patch adds the hash for Linux version 6.6.70 for Xilinx boards.
Signed-off-by: Neal Frager <neal.frager@amd.com>
---
board/xilinx/patches/linux/linux.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/xilinx/patches/linux/linux.hash b/board/xilinx/patches/linux/linux.hash
index 09e59ceeb9..c759cf0d88 100644
--- a/board/xilinx/patches/linux/linux.hash
+++ b/board/xilinx/patches/linux/linux.hash
@@ -1,2 +1,3 @@
# Locally calculated
sha256 f59c7d260794d73ee519ba2579ef41aa8ac4985ac5af9461f94fa314969acd2e xlnx_rebase_v6.6_LTS_merge_6.6.60.tar.gz
+sha256 b726226e8784d92049190f19768d393eccf3ad111c7a2e685bb29cfa1bdf1f70 xlnx_rebase_v6.6_LTS_merge_6.6.70.tar.gz
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH v1 2/5] configs/zynq_zc702_defconfig: bump to 6.6.70
2025-02-26 7:06 [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70 Neal Frager via buildroot
@ 2025-02-26 7:06 ` Neal Frager via buildroot
2025-02-26 15:10 ` Peter Korsgaard
2025-02-26 7:06 ` [Buildroot] [PATCH v1 3/5] configs/zynq_zc706_defconfig: " Neal Frager via buildroot
` (3 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Neal Frager via buildroot @ 2025-02-26 7:06 UTC (permalink / raw)
To: buildroot
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, Neal Frager, romain.naour, michal.simek
This patch bumps the zynq_zc702_defconfig to Linux kernel 6.6.70.
Signed-off-by: Neal Frager <neal.frager@amd.com>
---
configs/zynq_zc702_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/zynq_zc702_defconfig b/configs/zynq_zc702_defconfig
index c97fb563b0..ab42abe655 100644
--- a/configs/zynq_zc702_defconfig
+++ b/configs/zynq_zc702_defconfig
@@ -9,7 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.6_LTS_merge_6.6.60)/xlnx_rebase_v6.6_LTS_merge_6.6.60.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.6_LTS_merge_6.6.70)/xlnx_rebase_v6.6_LTS_merge_6.6.70.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
BR2_LINUX_KERNEL_UIMAGE=y
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH v1 3/5] configs/zynq_zc706_defconfig: bump to 6.6.70
2025-02-26 7:06 [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70 Neal Frager via buildroot
2025-02-26 7:06 ` [Buildroot] [PATCH v1 2/5] configs/zynq_zc702_defconfig: bump to 6.6.70 Neal Frager via buildroot
@ 2025-02-26 7:06 ` Neal Frager via buildroot
2025-02-26 15:10 ` Peter Korsgaard
2025-02-26 7:06 ` [Buildroot] [PATCH v1 4/5] configs/zynq_microzed_defconfig: " Neal Frager via buildroot
` (2 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Neal Frager via buildroot @ 2025-02-26 7:06 UTC (permalink / raw)
To: buildroot
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, Neal Frager, romain.naour, michal.simek
This patch bumps the zynq_zc706_defconfig to Linux kernel 6.6.70.
Signed-off-by: Neal Frager <neal.frager@amd.com>
---
configs/zynq_zc706_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/zynq_zc706_defconfig b/configs/zynq_zc706_defconfig
index d39cf36aab..d7ce9cf11a 100644
--- a/configs/zynq_zc706_defconfig
+++ b/configs/zynq_zc706_defconfig
@@ -9,7 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.6_LTS_merge_6.6.60)/xlnx_rebase_v6.6_LTS_merge_6.6.60.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.6_LTS_merge_6.6.70)/xlnx_rebase_v6.6_LTS_merge_6.6.70.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
BR2_LINUX_KERNEL_UIMAGE=y
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH v1 4/5] configs/zynq_microzed_defconfig: bump to 6.6.70
2025-02-26 7:06 [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70 Neal Frager via buildroot
2025-02-26 7:06 ` [Buildroot] [PATCH v1 2/5] configs/zynq_zc702_defconfig: bump to 6.6.70 Neal Frager via buildroot
2025-02-26 7:06 ` [Buildroot] [PATCH v1 3/5] configs/zynq_zc706_defconfig: " Neal Frager via buildroot
@ 2025-02-26 7:06 ` Neal Frager via buildroot
2025-02-26 15:10 ` Peter Korsgaard
2025-02-26 7:06 ` [Buildroot] [PATCH v1 5/5] configs/zynq_zed_defconfig: " Neal Frager via buildroot
2025-02-26 15:10 ` [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70 Peter Korsgaard
4 siblings, 1 reply; 10+ messages in thread
From: Neal Frager via buildroot @ 2025-02-26 7:06 UTC (permalink / raw)
To: buildroot
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, Neal Frager, romain.naour, michal.simek
This patch bumps the zynq_microzed_defconfig to Linux kernel 6.6.70.
Signed-off-by: Neal Frager <neal.frager@amd.com>
---
configs/zynq_microzed_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/zynq_microzed_defconfig b/configs/zynq_microzed_defconfig
index 18148b5fbd..b9b2da3849 100644
--- a/configs/zynq_microzed_defconfig
+++ b/configs/zynq_microzed_defconfig
@@ -9,7 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.6_LTS_merge_6.6.60)/xlnx_rebase_v6.6_LTS_merge_6.6.60.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.6_LTS_merge_6.6.70)/xlnx_rebase_v6.6_LTS_merge_6.6.70.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
BR2_LINUX_KERNEL_UIMAGE=y
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [Buildroot] [PATCH v1 5/5] configs/zynq_zed_defconfig: bump to 6.6.70
2025-02-26 7:06 [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70 Neal Frager via buildroot
` (2 preceding siblings ...)
2025-02-26 7:06 ` [Buildroot] [PATCH v1 4/5] configs/zynq_microzed_defconfig: " Neal Frager via buildroot
@ 2025-02-26 7:06 ` Neal Frager via buildroot
2025-02-26 15:10 ` Peter Korsgaard
2025-02-26 15:10 ` [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70 Peter Korsgaard
4 siblings, 1 reply; 10+ messages in thread
From: Neal Frager via buildroot @ 2025-02-26 7:06 UTC (permalink / raw)
To: buildroot
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, Neal Frager, romain.naour, michal.simek
This patch bumps the zynq_zed_defconfig to Linux kernel 6.6.70.
Signed-off-by: Neal Frager <neal.frager@amd.com>
---
configs/zynq_zed_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig
index ef74c73b3b..c9e8e7ea2c 100644
--- a/configs/zynq_zed_defconfig
+++ b/configs/zynq_zed_defconfig
@@ -9,7 +9,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynq/post-build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.6_LTS_merge_6.6.60)/xlnx_rebase_v6.6_LTS_merge_6.6.60.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.6_LTS_merge_6.6.70)/xlnx_rebase_v6.6_LTS_merge_6.6.70.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
BR2_LINUX_KERNEL_UIMAGE=y
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70
2025-02-26 7:06 [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70 Neal Frager via buildroot
` (3 preceding siblings ...)
2025-02-26 7:06 ` [Buildroot] [PATCH v1 5/5] configs/zynq_zed_defconfig: " Neal Frager via buildroot
@ 2025-02-26 15:10 ` Peter Korsgaard
4 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2025-02-26 15:10 UTC (permalink / raw)
To: Neal Frager
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, buildroot, romain.naour, michal.simek
>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:
> This patch adds the hash for Linux version 6.6.70 for Xilinx boards.
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH v1 2/5] configs/zynq_zc702_defconfig: bump to 6.6.70
2025-02-26 7:06 ` [Buildroot] [PATCH v1 2/5] configs/zynq_zc702_defconfig: bump to 6.6.70 Neal Frager via buildroot
@ 2025-02-26 15:10 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2025-02-26 15:10 UTC (permalink / raw)
To: Neal Frager
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, buildroot, romain.naour, michal.simek
>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:
> This patch bumps the zynq_zc702_defconfig to Linux kernel 6.6.70.
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH v1 4/5] configs/zynq_microzed_defconfig: bump to 6.6.70
2025-02-26 7:06 ` [Buildroot] [PATCH v1 4/5] configs/zynq_microzed_defconfig: " Neal Frager via buildroot
@ 2025-02-26 15:10 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2025-02-26 15:10 UTC (permalink / raw)
To: Neal Frager
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, buildroot, romain.naour, michal.simek
>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:
> This patch bumps the zynq_microzed_defconfig to Linux kernel 6.6.70.
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH v1 3/5] configs/zynq_zc706_defconfig: bump to 6.6.70
2025-02-26 7:06 ` [Buildroot] [PATCH v1 3/5] configs/zynq_zc706_defconfig: " Neal Frager via buildroot
@ 2025-02-26 15:10 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2025-02-26 15:10 UTC (permalink / raw)
To: Neal Frager
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, buildroot, romain.naour, michal.simek
>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:
> This patch bumps the zynq_zc706_defconfig to Linux kernel 6.6.70.
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH v1 5/5] configs/zynq_zed_defconfig: bump to 6.6.70
2025-02-26 7:06 ` [Buildroot] [PATCH v1 5/5] configs/zynq_zed_defconfig: " Neal Frager via buildroot
@ 2025-02-26 15:10 ` Peter Korsgaard
0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2025-02-26 15:10 UTC (permalink / raw)
To: Neal Frager
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, buildroot, romain.naour, michal.simek
>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:
> This patch bumps the zynq_zed_defconfig to Linux kernel 6.6.70.
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-02-26 15:10 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 7:06 [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70 Neal Frager via buildroot
2025-02-26 7:06 ` [Buildroot] [PATCH v1 2/5] configs/zynq_zc702_defconfig: bump to 6.6.70 Neal Frager via buildroot
2025-02-26 15:10 ` Peter Korsgaard
2025-02-26 7:06 ` [Buildroot] [PATCH v1 3/5] configs/zynq_zc706_defconfig: " Neal Frager via buildroot
2025-02-26 15:10 ` Peter Korsgaard
2025-02-26 7:06 ` [Buildroot] [PATCH v1 4/5] configs/zynq_microzed_defconfig: " Neal Frager via buildroot
2025-02-26 15:10 ` Peter Korsgaard
2025-02-26 7:06 ` [Buildroot] [PATCH v1 5/5] configs/zynq_zed_defconfig: " Neal Frager via buildroot
2025-02-26 15:10 ` Peter Korsgaard
2025-02-26 15:10 ` [Buildroot] [PATCH v1 1/5] board/xilinx: add hash for Linux 6.6.70 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox