* [Buildroot] [PATCH v1 2/2] configs/zynqmp|versal: bump xilinx-prebuilt to xilinx_v2024.2_update1
2025-01-07 15:15 [Buildroot] [PATCH v1 1/2] boot/xilinx-prebuilt: bump default to xilinx_v2024.2_update1 Neal Frager via buildroot
@ 2025-01-07 15:15 ` Neal Frager via buildroot
2025-01-10 0:17 ` Brandon Maier
2025-01-10 8:08 ` Luca Ceresoli via buildroot
2025-01-10 0:17 ` [Buildroot] [PATCH v1 1/2] boot/xilinx-prebuilt: bump default " Brandon Maier
2025-01-10 8:07 ` Luca Ceresoli via buildroot
2 siblings, 2 replies; 6+ messages in thread
From: Neal Frager via buildroot @ 2025-01-07 15:15 UTC (permalink / raw)
To: buildroot
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, Neal Frager, romain.naour, michal.simek
Bump the zynqmp and versal defconfigs to use the xilinx-prebuilt
xilinx_v2024.2_update1 release tag instead of the xilinx_v2024.2 release tag.
The zynqmp_kria defconfigs were still using the old default xilinx_v2024.1
release tag, so they have automatically updated to the new
xilinx_v2024.2_update1 release.
Signed-off-by: Neal Frager <neal.frager@amd.com>
---
board/xilinx/patches/xilinx-prebuilt/xilinx-prebuilt.hash | 2 +-
configs/versal_vck190_defconfig | 1 -
configs/versal_vek280_defconfig | 1 -
configs/versal_vpk180_defconfig | 1 -
configs/zynqmp_zcu102_defconfig | 1 -
configs/zynqmp_zcu104_defconfig | 1 -
configs/zynqmp_zcu106_defconfig | 1 -
7 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/board/xilinx/patches/xilinx-prebuilt/xilinx-prebuilt.hash b/board/xilinx/patches/xilinx-prebuilt/xilinx-prebuilt.hash
index fe6963872c..ea072378a8 100644
--- a/board/xilinx/patches/xilinx-prebuilt/xilinx-prebuilt.hash
+++ b/board/xilinx/patches/xilinx-prebuilt/xilinx-prebuilt.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 ef61a4b249ecbf632a25cc34c3b03b8290be44397ff739467ac92ec1701e23bf xilinx-prebuilt-xilinx_v2024.2.tar.gz
+sha256 86ee9629366aa8c0d70b87202152a793804ed4090e3a6fdac4eaf855bcc4d458 xilinx-prebuilt-xilinx_v2024.2_update1.tar.gz
diff --git a/configs/versal_vck190_defconfig b/configs/versal_vck190_defconfig
index 21fc202b30..165b67ec3a 100644
--- a/configs/versal_vck190_defconfig
+++ b/configs/versal_vck190_defconfig
@@ -35,7 +35,6 @@ BR2_TARGET_UBOOT_FORMAT_DTB=y
BR2_TARGET_UBOOT_FORMAT_REMAKE_ELF=y
BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=versal-vck190-rev1.1"
BR2_TARGET_XILINX_PREBUILT=y
-BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
BR2_TARGET_XILINX_PREBUILT_VERSAL=y
BR2_PACKAGE_HOST_BOOTGEN=y
BR2_PACKAGE_HOST_DOSFSTOOLS=y
diff --git a/configs/versal_vek280_defconfig b/configs/versal_vek280_defconfig
index e90408e6b4..832788219d 100644
--- a/configs/versal_vek280_defconfig
+++ b/configs/versal_vek280_defconfig
@@ -35,7 +35,6 @@ BR2_TARGET_UBOOT_FORMAT_DTB=y
BR2_TARGET_UBOOT_FORMAT_REMAKE_ELF=y
BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=versal-vek280-revB"
BR2_TARGET_XILINX_PREBUILT=y
-BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
BR2_TARGET_XILINX_PREBUILT_VERSAL=y
BR2_TARGET_XILINX_PREBUILT_BOARD="vek280"
BR2_PACKAGE_HOST_BOOTGEN=y
diff --git a/configs/versal_vpk180_defconfig b/configs/versal_vpk180_defconfig
index 604e5f69c7..3db3be23ec 100644
--- a/configs/versal_vpk180_defconfig
+++ b/configs/versal_vpk180_defconfig
@@ -35,7 +35,6 @@ BR2_TARGET_UBOOT_FORMAT_DTB=y
BR2_TARGET_UBOOT_FORMAT_REMAKE_ELF=y
BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=versal-vpk180-revA"
BR2_TARGET_XILINX_PREBUILT=y
-BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
BR2_TARGET_XILINX_PREBUILT_VERSAL=y
BR2_TARGET_XILINX_PREBUILT_BOARD="vpk180"
BR2_PACKAGE_HOST_BOOTGEN=y
diff --git a/configs/zynqmp_zcu102_defconfig b/configs/zynqmp_zcu102_defconfig
index 1ad2a064fc..d2700d4ea1 100644
--- a/configs/zynqmp_zcu102_defconfig
+++ b/configs/zynqmp_zcu102_defconfig
@@ -38,7 +38,6 @@ BR2_TARGET_UBOOT_ZYNQMP_PMUFW_PREBUILT=y
BR2_TARGET_UBOOT_ZYNQMP_PM_CFG="board/zynqmp/zcu102/pm_cfg_obj.c"
BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=zynqmp-zcu102-rev1.0"
BR2_TARGET_XILINX_PREBUILT=y
-BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y
diff --git a/configs/zynqmp_zcu104_defconfig b/configs/zynqmp_zcu104_defconfig
index 4856c9b958..3d08d40cf0 100644
--- a/configs/zynqmp_zcu104_defconfig
+++ b/configs/zynqmp_zcu104_defconfig
@@ -38,7 +38,6 @@ BR2_TARGET_UBOOT_ZYNQMP_PMUFW_PREBUILT=y
BR2_TARGET_UBOOT_ZYNQMP_PM_CFG="board/zynqmp/zcu104/pm_cfg_obj.c"
BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=zynqmp-zcu104-revC"
BR2_TARGET_XILINX_PREBUILT=y
-BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
BR2_TARGET_XILINX_PREBUILT_BOARD="zcu104"
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
diff --git a/configs/zynqmp_zcu106_defconfig b/configs/zynqmp_zcu106_defconfig
index 4c5ac16f0c..e91d88f05f 100644
--- a/configs/zynqmp_zcu106_defconfig
+++ b/configs/zynqmp_zcu106_defconfig
@@ -38,7 +38,6 @@ BR2_TARGET_UBOOT_ZYNQMP_PMUFW_PREBUILT=y
BR2_TARGET_UBOOT_ZYNQMP_PM_CFG="board/zynqmp/zcu106/pm_cfg_obj.c"
BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=zynqmp-zcu106-rev1.0"
BR2_TARGET_XILINX_PREBUILT=y
-BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
BR2_TARGET_XILINX_PREBUILT_BOARD="zcu106"
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH v1 2/2] configs/zynqmp|versal: bump xilinx-prebuilt to xilinx_v2024.2_update1
2025-01-07 15:15 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp|versal: bump xilinx-prebuilt " Neal Frager via buildroot
@ 2025-01-10 0:17 ` Brandon Maier
2025-01-10 8:08 ` Luca Ceresoli via buildroot
1 sibling, 0 replies; 6+ messages in thread
From: Brandon Maier @ 2025-01-10 0:17 UTC (permalink / raw)
To: Neal Frager, buildroot
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, romain.naour, michal.simek
On Tue Jan 7, 2025 at 9:15 AM CST, Neal Frager via buildroot wrote:
> Bump the zynqmp and versal defconfigs to use the xilinx-prebuilt
> xilinx_v2024.2_update1 release tag instead of the xilinx_v2024.2 release tag.
>
> The zynqmp_kria defconfigs were still using the old default xilinx_v2024.1
> release tag, so they have automatically updated to the new
> xilinx_v2024.2_update1 release.
>
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Reviewed-by: Brandon Maier <brandon.maier@gmail.com>
> ---
> board/xilinx/patches/xilinx-prebuilt/xilinx-prebuilt.hash | 2 +-
> configs/versal_vck190_defconfig | 1 -
> configs/versal_vek280_defconfig | 1 -
> configs/versal_vpk180_defconfig | 1 -
> configs/zynqmp_zcu102_defconfig | 1 -
> configs/zynqmp_zcu104_defconfig | 1 -
> configs/zynqmp_zcu106_defconfig | 1 -
> 7 files changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/board/xilinx/patches/xilinx-prebuilt/xilinx-prebuilt.hash b/board/xilinx/patches/xilinx-prebuilt/xilinx-prebuilt.hash
> index fe6963872c..ea072378a8 100644
> --- a/board/xilinx/patches/xilinx-prebuilt/xilinx-prebuilt.hash
> +++ b/board/xilinx/patches/xilinx-prebuilt/xilinx-prebuilt.hash
> @@ -1,2 +1,2 @@
> # Locally calculated
> -sha256 ef61a4b249ecbf632a25cc34c3b03b8290be44397ff739467ac92ec1701e23bf xilinx-prebuilt-xilinx_v2024.2.tar.gz
> +sha256 86ee9629366aa8c0d70b87202152a793804ed4090e3a6fdac4eaf855bcc4d458 xilinx-prebuilt-xilinx_v2024.2_update1.tar.gz
> diff --git a/configs/versal_vck190_defconfig b/configs/versal_vck190_defconfig
> index 21fc202b30..165b67ec3a 100644
> --- a/configs/versal_vck190_defconfig
> +++ b/configs/versal_vck190_defconfig
> @@ -35,7 +35,6 @@ BR2_TARGET_UBOOT_FORMAT_DTB=y
> BR2_TARGET_UBOOT_FORMAT_REMAKE_ELF=y
> BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=versal-vck190-rev1.1"
> BR2_TARGET_XILINX_PREBUILT=y
> -BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
> BR2_TARGET_XILINX_PREBUILT_VERSAL=y
> BR2_PACKAGE_HOST_BOOTGEN=y
> BR2_PACKAGE_HOST_DOSFSTOOLS=y
> diff --git a/configs/versal_vek280_defconfig b/configs/versal_vek280_defconfig
> index e90408e6b4..832788219d 100644
> --- a/configs/versal_vek280_defconfig
> +++ b/configs/versal_vek280_defconfig
> @@ -35,7 +35,6 @@ BR2_TARGET_UBOOT_FORMAT_DTB=y
> BR2_TARGET_UBOOT_FORMAT_REMAKE_ELF=y
> BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=versal-vek280-revB"
> BR2_TARGET_XILINX_PREBUILT=y
> -BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
> BR2_TARGET_XILINX_PREBUILT_VERSAL=y
> BR2_TARGET_XILINX_PREBUILT_BOARD="vek280"
> BR2_PACKAGE_HOST_BOOTGEN=y
> diff --git a/configs/versal_vpk180_defconfig b/configs/versal_vpk180_defconfig
> index 604e5f69c7..3db3be23ec 100644
> --- a/configs/versal_vpk180_defconfig
> +++ b/configs/versal_vpk180_defconfig
> @@ -35,7 +35,6 @@ BR2_TARGET_UBOOT_FORMAT_DTB=y
> BR2_TARGET_UBOOT_FORMAT_REMAKE_ELF=y
> BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=versal-vpk180-revA"
> BR2_TARGET_XILINX_PREBUILT=y
> -BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
> BR2_TARGET_XILINX_PREBUILT_VERSAL=y
> BR2_TARGET_XILINX_PREBUILT_BOARD="vpk180"
> BR2_PACKAGE_HOST_BOOTGEN=y
> diff --git a/configs/zynqmp_zcu102_defconfig b/configs/zynqmp_zcu102_defconfig
> index 1ad2a064fc..d2700d4ea1 100644
> --- a/configs/zynqmp_zcu102_defconfig
> +++ b/configs/zynqmp_zcu102_defconfig
> @@ -38,7 +38,6 @@ BR2_TARGET_UBOOT_ZYNQMP_PMUFW_PREBUILT=y
> BR2_TARGET_UBOOT_ZYNQMP_PM_CFG="board/zynqmp/zcu102/pm_cfg_obj.c"
> BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=zynqmp-zcu102-rev1.0"
> BR2_TARGET_XILINX_PREBUILT=y
> -BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
> BR2_PACKAGE_HOST_DOSFSTOOLS=y
> BR2_PACKAGE_HOST_GENIMAGE=y
> BR2_PACKAGE_HOST_MTOOLS=y
> diff --git a/configs/zynqmp_zcu104_defconfig b/configs/zynqmp_zcu104_defconfig
> index 4856c9b958..3d08d40cf0 100644
> --- a/configs/zynqmp_zcu104_defconfig
> +++ b/configs/zynqmp_zcu104_defconfig
> @@ -38,7 +38,6 @@ BR2_TARGET_UBOOT_ZYNQMP_PMUFW_PREBUILT=y
> BR2_TARGET_UBOOT_ZYNQMP_PM_CFG="board/zynqmp/zcu104/pm_cfg_obj.c"
> BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=zynqmp-zcu104-revC"
> BR2_TARGET_XILINX_PREBUILT=y
> -BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
> BR2_TARGET_XILINX_PREBUILT_BOARD="zcu104"
> BR2_PACKAGE_HOST_DOSFSTOOLS=y
> BR2_PACKAGE_HOST_GENIMAGE=y
> diff --git a/configs/zynqmp_zcu106_defconfig b/configs/zynqmp_zcu106_defconfig
> index 4c5ac16f0c..e91d88f05f 100644
> --- a/configs/zynqmp_zcu106_defconfig
> +++ b/configs/zynqmp_zcu106_defconfig
> @@ -38,7 +38,6 @@ BR2_TARGET_UBOOT_ZYNQMP_PMUFW_PREBUILT=y
> BR2_TARGET_UBOOT_ZYNQMP_PM_CFG="board/zynqmp/zcu106/pm_cfg_obj.c"
> BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=zynqmp-zcu106-rev1.0"
> BR2_TARGET_XILINX_PREBUILT=y
> -BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.2"
> BR2_TARGET_XILINX_PREBUILT_BOARD="zcu106"
> BR2_PACKAGE_HOST_DOSFSTOOLS=y
> BR2_PACKAGE_HOST_GENIMAGE=y
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH v1 2/2] configs/zynqmp|versal: bump xilinx-prebuilt to xilinx_v2024.2_update1
2025-01-07 15:15 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp|versal: bump xilinx-prebuilt " Neal Frager via buildroot
2025-01-10 0:17 ` Brandon Maier
@ 2025-01-10 8:08 ` Luca Ceresoli via buildroot
1 sibling, 0 replies; 6+ messages in thread
From: Luca Ceresoli via buildroot @ 2025-01-10 8:08 UTC (permalink / raw)
To: Neal Frager
Cc: ibai.erkiaga-elorza, brandon.maier, ju.o, thomas.petazzoni,
buildroot, romain.naour, michal.simek
On Tue, 7 Jan 2025 15:15:21 +0000
Neal Frager <neal.frager@amd.com> wrote:
> Bump the zynqmp and versal defconfigs to use the xilinx-prebuilt
> xilinx_v2024.2_update1 release tag instead of the xilinx_v2024.2 release tag.
>
> The zynqmp_kria defconfigs were still using the old default xilinx_v2024.1
> release tag, so they have automatically updated to the new
> xilinx_v2024.2_update1 release.
>
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
--
Luca Ceresoli, 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] 6+ messages in thread
* Re: [Buildroot] [PATCH v1 1/2] boot/xilinx-prebuilt: bump default to xilinx_v2024.2_update1
2025-01-07 15:15 [Buildroot] [PATCH v1 1/2] boot/xilinx-prebuilt: bump default to xilinx_v2024.2_update1 Neal Frager via buildroot
2025-01-07 15:15 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp|versal: bump xilinx-prebuilt " Neal Frager via buildroot
@ 2025-01-10 0:17 ` Brandon Maier
2025-01-10 8:07 ` Luca Ceresoli via buildroot
2 siblings, 0 replies; 6+ messages in thread
From: Brandon Maier @ 2025-01-10 0:17 UTC (permalink / raw)
To: Neal Frager, buildroot
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, romain.naour, michal.simek
Hi Neal,
On Tue Jan 7, 2025 at 9:15 AM CST, Neal Frager via buildroot wrote:
> This patch bumps the default version of xilinx-prebuilt to
> xilinx_v2024.2_update1. For some reason, the original xilinx_v2024.2
> release tag was missing the kria boards. There is no difference between
> the xilinx_v2024.2 and the xilinx_v2024.2_update1 release tags other than
> the fact that the kria boards are included.
>
> Now that the release tag includes all the boards, it is possible to bump
> the default version from xilinx_v2024.1 to xilinx_v2024.2_update1.
>
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Reviewed-by: Brandon Maier <brandon.maier@gmail.com>
Thank you!
> ---
> boot/xilinx-prebuilt/Config.in | 2 +-
> boot/xilinx-prebuilt/xilinx-prebuilt.hash | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/boot/xilinx-prebuilt/Config.in b/boot/xilinx-prebuilt/Config.in
> index 94ef3dd111..8e5918ed4e 100644
> --- a/boot/xilinx-prebuilt/Config.in
> +++ b/boot/xilinx-prebuilt/Config.in
> @@ -10,7 +10,7 @@ if BR2_TARGET_XILINX_PREBUILT
>
> config BR2_TARGET_XILINX_PREBUILT_VERSION
> string "prebuilt version"
> - default "xilinx_v2024.1"
> + default "xilinx_v2024.2_update1"
> help
> Release version of Xilinx firmware.
> Must be xilinx_v2023.1 or newer.
> diff --git a/boot/xilinx-prebuilt/xilinx-prebuilt.hash b/boot/xilinx-prebuilt/xilinx-prebuilt.hash
> index c955cd79f5..ea072378a8 100644
> --- a/boot/xilinx-prebuilt/xilinx-prebuilt.hash
> +++ b/boot/xilinx-prebuilt/xilinx-prebuilt.hash
> @@ -1,2 +1,2 @@
> # Locally calculated
> -sha256 7abcba4e0e44e3a4adf9c1f971d918575226d7604dfd64a386baaa00c1c6c35f xilinx-prebuilt-xilinx_v2024.1.tar.gz
> +sha256 86ee9629366aa8c0d70b87202152a793804ed4090e3a6fdac4eaf855bcc4d458 xilinx-prebuilt-xilinx_v2024.2_update1.tar.gz
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH v1 1/2] boot/xilinx-prebuilt: bump default to xilinx_v2024.2_update1
2025-01-07 15:15 [Buildroot] [PATCH v1 1/2] boot/xilinx-prebuilt: bump default to xilinx_v2024.2_update1 Neal Frager via buildroot
2025-01-07 15:15 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp|versal: bump xilinx-prebuilt " Neal Frager via buildroot
2025-01-10 0:17 ` [Buildroot] [PATCH v1 1/2] boot/xilinx-prebuilt: bump default " Brandon Maier
@ 2025-01-10 8:07 ` Luca Ceresoli via buildroot
2 siblings, 0 replies; 6+ messages in thread
From: Luca Ceresoli via buildroot @ 2025-01-10 8:07 UTC (permalink / raw)
To: Neal Frager
Cc: ibai.erkiaga-elorza, brandon.maier, ju.o, thomas.petazzoni,
buildroot, romain.naour, michal.simek
On Tue, 7 Jan 2025 15:15:20 +0000
Neal Frager <neal.frager@amd.com> wrote:
> This patch bumps the default version of xilinx-prebuilt to
> xilinx_v2024.2_update1. For some reason, the original xilinx_v2024.2
> release tag was missing the kria boards. There is no difference between
> the xilinx_v2024.2 and the xilinx_v2024.2_update1 release tags other than
> the fact that the kria boards are included.
>
> Now that the release tag includes all the boards, it is possible to bump
> the default version from xilinx_v2024.1 to xilinx_v2024.2_update1.
>
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
--
Luca Ceresoli, 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] 6+ messages in thread