Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] configs/ti_am{62ax, 62px, 62x, 64x}_sk: switch to Bootlin stable toolchain
@ 2026-06-13 19:44 Romain Naour via buildroot
  2026-06-13 19:44 ` [Buildroot] [PATCH 2/4] configs/qemu_arm_{ebbr, vexpress_tz}_defconfig: " Romain Naour via buildroot
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Romain Naour via buildroot @ 2026-06-13 19:44 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

Update the ti_am6x configurations to use the Bootlin glibc stable
prebuilt external toolchain, as recommended in the Buildroot meeting
report from ELCE 2024: https://elinux.org/Buildroot:DeveloperDaysELCE2024

This will reduce the number of Gilab-CI minute used to tests each
defconfig (1h10 -> 52 minutes).

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
Build tested only but the ti_tda4vm_sk_defconfig already use a
prebuilt external toolchain. The tda4vm and am6x are based on the same
TI K3 familly.
---
 configs/ti_am62ax_sk_defconfig | 4 +++-
 configs/ti_am62px_sk_defconfig | 4 +++-
 configs/ti_am62x_sk_defconfig  | 4 +++-
 configs/ti_am64x_sk_defconfig  | 4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/configs/ti_am62ax_sk_defconfig b/configs/ti_am62ax_sk_defconfig
index 0b3ebe6242..da60d93435 100644
--- a/configs/ti_am62ax_sk_defconfig
+++ b/configs/ti_am62ax_sk_defconfig
@@ -1,5 +1,7 @@
 BR2_aarch64=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_10=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y
 BR2_GLOBAL_PATCH_DIR="board/ti/am62ax-sk/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/ti/common/am6xx/post-build.sh"
diff --git a/configs/ti_am62px_sk_defconfig b/configs/ti_am62px_sk_defconfig
index e53b41ed5e..876734bf4e 100644
--- a/configs/ti_am62px_sk_defconfig
+++ b/configs/ti_am62px_sk_defconfig
@@ -1,5 +1,7 @@
 BR2_aarch64=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_10=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y
 BR2_GLOBAL_PATCH_DIR="board/ti/am62px-sk/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/ti/common/am6xx/post-build.sh"
diff --git a/configs/ti_am62x_sk_defconfig b/configs/ti_am62x_sk_defconfig
index ac73a2da5c..6af64404c2 100644
--- a/configs/ti_am62x_sk_defconfig
+++ b/configs/ti_am62x_sk_defconfig
@@ -1,5 +1,7 @@
 BR2_aarch64=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_12=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y
 BR2_GLOBAL_PATCH_DIR="board/ti/am62x-sk/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/ti/common/am6xx/post-build.sh"
diff --git a/configs/ti_am64x_sk_defconfig b/configs/ti_am64x_sk_defconfig
index a9ec5e3d53..f31989e1e7 100644
--- a/configs/ti_am64x_sk_defconfig
+++ b/configs/ti_am64x_sk_defconfig
@@ -1,5 +1,7 @@
 BR2_aarch64=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_10=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y
 BR2_GLOBAL_PATCH_DIR="board/ti/am64x-sk/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/ti/common/am6xx/post-build.sh"
-- 
2.54.0

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

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

* [Buildroot] [PATCH 2/4] configs/qemu_arm_{ebbr, vexpress_tz}_defconfig: switch to Bootlin stable toolchain
  2026-06-13 19:44 [Buildroot] [PATCH 1/4] configs/ti_am{62ax, 62px, 62x, 64x}_sk: switch to Bootlin stable toolchain Romain Naour via buildroot
@ 2026-06-13 19:44 ` Romain Naour via buildroot
  2026-06-14 10:09   ` Peter Korsgaard
  2026-06-13 19:44 ` [Buildroot] [PATCH 3/4] configs/qemu_aarch64_{ebbr, sbsa}_defconfig: " Romain Naour via buildroot
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Romain Naour via buildroot @ 2026-06-13 19:44 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

Update the qemu arm ebbr/tz configurations to use the Bootlin
glibc stable prebuilt external toolchain, as recommended in the
Buildroot meeting report from ELCE 2024:
https://elinux.org/Buildroot:DeveloperDaysELCE2024

This will reduce the number of Gilab-CI minutes by ~20 minutes.

https://gitlab.com/buildroot.org/buildroot/-/jobs/14728913982 (qemu_arm_ebbr_defconfig)
https://gitlab.com/buildroot.org/buildroot/-/jobs/14728913985 (qemu_arm_vexpress_tz_defconfig)

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 configs/qemu_arm_ebbr_defconfig        | 4 +++-
 configs/qemu_arm_vexpress_tz_defconfig | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/configs/qemu_arm_ebbr_defconfig b/configs/qemu_arm_ebbr_defconfig
index 1ccfa142ee..eae560590e 100644
--- a/configs/qemu_arm_ebbr_defconfig
+++ b/configs/qemu_arm_ebbr_defconfig
@@ -1,6 +1,8 @@
 BR2_arm=y
 BR2_cortex_a15=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE=y
 BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh board/qemu/arm-ebbr/post-image.sh support/scripts/genimage.sh"
diff --git a/configs/qemu_arm_vexpress_tz_defconfig b/configs/qemu_arm_vexpress_tz_defconfig
index 300185838c..48273cdf5a 100644
--- a/configs/qemu_arm_vexpress_tz_defconfig
+++ b/configs/qemu_arm_vexpress_tz_defconfig
@@ -1,7 +1,9 @@
 BR2_arm=y
 BR2_cortex_a15=y
 BR2_ARM_FPU_VFPV3D16=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
 BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
-- 
2.54.0

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

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

* [Buildroot] [PATCH 3/4] configs/qemu_aarch64_{ebbr, sbsa}_defconfig: switch to Bootlin stable toolchain
  2026-06-13 19:44 [Buildroot] [PATCH 1/4] configs/ti_am{62ax, 62px, 62x, 64x}_sk: switch to Bootlin stable toolchain Romain Naour via buildroot
  2026-06-13 19:44 ` [Buildroot] [PATCH 2/4] configs/qemu_arm_{ebbr, vexpress_tz}_defconfig: " Romain Naour via buildroot
@ 2026-06-13 19:44 ` Romain Naour via buildroot
  2026-06-14 10:09   ` Peter Korsgaard
  2026-06-13 19:44 ` [Buildroot] [PATCH 4/4] configs/qemu_{riscv64, x86_64}*_efi_defconfig: " Romain Naour via buildroot
  2026-06-14 10:09 ` [Buildroot] [PATCH 1/4] configs/ti_am{62ax, 62px, 62x, 64x}_sk: " Peter Korsgaard
  3 siblings, 1 reply; 8+ messages in thread
From: Romain Naour via buildroot @ 2026-06-13 19:44 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

Update the qemu aarch64 ebbr/sbsa configurations to use the Bootlin
glibc stable prebuilt external toolchain, as recommended in the
Buildroot meeting report from ELCE 2024:
https://elinux.org/Buildroot:DeveloperDaysELCE2024

This will reduce the number of Gilab-CI minutes by ~20 minutes.

https://gitlab.com/buildroot.org/buildroot/-/jobs/14728913979 (qemu_aarch64_ebbr_defconfig)
https://gitlab.com/buildroot.org/buildroot/-/jobs/14728913980 (qemu_aarch64_sbsa_defconfig)

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 configs/qemu_aarch64_ebbr_defconfig | 4 +++-
 configs/qemu_aarch64_sbsa_defconfig | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/configs/qemu_aarch64_ebbr_defconfig b/configs/qemu_aarch64_ebbr_defconfig
index 15c68d2035..8d20813044 100644
--- a/configs/qemu_aarch64_ebbr_defconfig
+++ b/configs/qemu_aarch64_ebbr_defconfig
@@ -1,5 +1,7 @@
 BR2_aarch64=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y
 BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh board/qemu/aarch64-ebbr/post-image.sh support/scripts/genimage.sh"
diff --git a/configs/qemu_aarch64_sbsa_defconfig b/configs/qemu_aarch64_sbsa_defconfig
index 57bc899e03..56c160c85a 100644
--- a/configs/qemu_aarch64_sbsa_defconfig
+++ b/configs/qemu_aarch64_sbsa_defconfig
@@ -1,6 +1,8 @@
 BR2_aarch64=y
 BR2_neoverse_n2=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y
 BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
-- 
2.54.0

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

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

* [Buildroot] [PATCH 4/4] configs/qemu_{riscv64, x86_64}*_efi_defconfig: switch to Bootlin stable toolchain
  2026-06-13 19:44 [Buildroot] [PATCH 1/4] configs/ti_am{62ax, 62px, 62x, 64x}_sk: switch to Bootlin stable toolchain Romain Naour via buildroot
  2026-06-13 19:44 ` [Buildroot] [PATCH 2/4] configs/qemu_arm_{ebbr, vexpress_tz}_defconfig: " Romain Naour via buildroot
  2026-06-13 19:44 ` [Buildroot] [PATCH 3/4] configs/qemu_aarch64_{ebbr, sbsa}_defconfig: " Romain Naour via buildroot
@ 2026-06-13 19:44 ` Romain Naour via buildroot
  2026-06-14 10:09   ` Peter Korsgaard
  2026-06-14 10:09 ` [Buildroot] [PATCH 1/4] configs/ti_am{62ax, 62px, 62x, 64x}_sk: " Peter Korsgaard
  3 siblings, 1 reply; 8+ messages in thread
From: Romain Naour via buildroot @ 2026-06-13 19:44 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

Update the qemu riscv64/x86_64 efi configurations to use the Bootlin
glibc stable prebuilt external toolchain, as recommended in the
Buildroot meeting report from ELCE 2024:
https://elinux.org/Buildroot:DeveloperDaysELCE2024

This will reduce the number of Gilab-CI minutes by ~20 minutes.

https://gitlab.com/buildroot.org/buildroot/-/jobs/14728914014 (qemu_riscv64_virt_efi_defconfig)
https://gitlab.com/buildroot.org/buildroot/-/jobs/14728914021 (qemu_x86_64_efi_defconfig)

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 configs/qemu_riscv64_virt_efi_defconfig | 4 +++-
 configs/qemu_x86_64_efi_defconfig       | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/configs/qemu_riscv64_virt_efi_defconfig b/configs/qemu_riscv64_virt_efi_defconfig
index 4e698fcd5e..c279e159af 100644
--- a/configs/qemu_riscv64_virt_efi_defconfig
+++ b/configs/qemu_riscv64_virt_efi_defconfig
@@ -1,5 +1,7 @@
 BR2_riscv=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_STABLE=y
 BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_SYSTEM_DHCP="eth0"
diff --git a/configs/qemu_x86_64_efi_defconfig b/configs/qemu_x86_64_efi_defconfig
index 1fb3682354..60790857b5 100644
--- a/configs/qemu_x86_64_efi_defconfig
+++ b/configs/qemu_x86_64_efi_defconfig
@@ -1,5 +1,7 @@
 BR2_x86_64=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_STABLE=y
 BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_SYSTEM_DHCP="eth0"
-- 
2.54.0

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

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

* Re: [Buildroot] [PATCH 1/4] configs/ti_am{62ax, 62px, 62x, 64x}_sk: switch to Bootlin stable toolchain
  2026-06-13 19:44 [Buildroot] [PATCH 1/4] configs/ti_am{62ax, 62px, 62x, 64x}_sk: switch to Bootlin stable toolchain Romain Naour via buildroot
                   ` (2 preceding siblings ...)
  2026-06-13 19:44 ` [Buildroot] [PATCH 4/4] configs/qemu_{riscv64, x86_64}*_efi_defconfig: " Romain Naour via buildroot
@ 2026-06-14 10:09 ` Peter Korsgaard
  3 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2026-06-14 10:09 UTC (permalink / raw)
  To: Romain Naour via buildroot; +Cc: Romain Naour

>>>>> "Romain" == Romain Naour via buildroot <buildroot@buildroot.org> writes:

 > Update the ti_am6x configurations to use the Bootlin glibc stable
 > prebuilt external toolchain, as recommended in the Buildroot meeting
 > report from ELCE 2024: https://elinux.org/Buildroot:DeveloperDaysELCE2024

 > This will reduce the number of Gilab-CI minute used to tests each
 > defconfig (1h10 -> 52 minutes).

 > Signed-off-by: Romain Naour <romain.naour@smile.fr>
 > ---
 > Build tested only but the ti_tda4vm_sk_defconfig already use a
 > prebuilt external toolchain. The tda4vm and am6x are based on the same
 > TI K3 familly.

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/4] configs/qemu_{riscv64, x86_64}*_efi_defconfig: switch to Bootlin stable toolchain
  2026-06-13 19:44 ` [Buildroot] [PATCH 4/4] configs/qemu_{riscv64, x86_64}*_efi_defconfig: " Romain Naour via buildroot
@ 2026-06-14 10:09   ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2026-06-14 10:09 UTC (permalink / raw)
  To: Romain Naour via buildroot; +Cc: Romain Naour

>>>>> "Romain" == Romain Naour via buildroot <buildroot@buildroot.org> writes:

 > Update the qemu riscv64/x86_64 efi configurations to use the Bootlin
 > glibc stable prebuilt external toolchain, as recommended in the
 > Buildroot meeting report from ELCE 2024:
 > https://elinux.org/Buildroot:DeveloperDaysELCE2024

 > This will reduce the number of Gilab-CI minutes by ~20 minutes.

 > https://gitlab.com/buildroot.org/buildroot/-/jobs/14728914014 (qemu_riscv64_virt_efi_defconfig)
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/14728914021 (qemu_x86_64_efi_defconfig)

 > Signed-off-by: Romain Naour <romain.naour@smile.fr>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/4] configs/qemu_arm_{ebbr, vexpress_tz}_defconfig: switch to Bootlin stable toolchain
  2026-06-13 19:44 ` [Buildroot] [PATCH 2/4] configs/qemu_arm_{ebbr, vexpress_tz}_defconfig: " Romain Naour via buildroot
@ 2026-06-14 10:09   ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2026-06-14 10:09 UTC (permalink / raw)
  To: Romain Naour via buildroot; +Cc: Romain Naour

>>>>> "Romain" == Romain Naour via buildroot <buildroot@buildroot.org> writes:

 > Update the qemu arm ebbr/tz configurations to use the Bootlin
 > glibc stable prebuilt external toolchain, as recommended in the
 > Buildroot meeting report from ELCE 2024:
 > https://elinux.org/Buildroot:DeveloperDaysELCE2024

 > This will reduce the number of Gilab-CI minutes by ~20 minutes.

 > https://gitlab.com/buildroot.org/buildroot/-/jobs/14728913982 (qemu_arm_ebbr_defconfig)
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/14728913985 (qemu_arm_vexpress_tz_defconfig)

 > Signed-off-by: Romain Naour <romain.naour@smile.fr>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 3/4] configs/qemu_aarch64_{ebbr, sbsa}_defconfig: switch to Bootlin stable toolchain
  2026-06-13 19:44 ` [Buildroot] [PATCH 3/4] configs/qemu_aarch64_{ebbr, sbsa}_defconfig: " Romain Naour via buildroot
@ 2026-06-14 10:09   ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2026-06-14 10:09 UTC (permalink / raw)
  To: Romain Naour via buildroot; +Cc: Romain Naour

>>>>> "Romain" == Romain Naour via buildroot <buildroot@buildroot.org> writes:

 > Update the qemu aarch64 ebbr/sbsa configurations to use the Bootlin
 > glibc stable prebuilt external toolchain, as recommended in the
 > Buildroot meeting report from ELCE 2024:
 > https://elinux.org/Buildroot:DeveloperDaysELCE2024

 > This will reduce the number of Gilab-CI minutes by ~20 minutes.

 > https://gitlab.com/buildroot.org/buildroot/-/jobs/14728913979 (qemu_aarch64_ebbr_defconfig)
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/14728913980 (qemu_aarch64_sbsa_defconfig)

 > Signed-off-by: Romain Naour <romain.naour@smile.fr>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-06-14 10:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-13 19:44 [Buildroot] [PATCH 1/4] configs/ti_am{62ax, 62px, 62x, 64x}_sk: switch to Bootlin stable toolchain Romain Naour via buildroot
2026-06-13 19:44 ` [Buildroot] [PATCH 2/4] configs/qemu_arm_{ebbr, vexpress_tz}_defconfig: " Romain Naour via buildroot
2026-06-14 10:09   ` Peter Korsgaard
2026-06-13 19:44 ` [Buildroot] [PATCH 3/4] configs/qemu_aarch64_{ebbr, sbsa}_defconfig: " Romain Naour via buildroot
2026-06-14 10:09   ` Peter Korsgaard
2026-06-13 19:44 ` [Buildroot] [PATCH 4/4] configs/qemu_{riscv64, x86_64}*_efi_defconfig: " Romain Naour via buildroot
2026-06-14 10:09   ` Peter Korsgaard
2026-06-14 10:09 ` [Buildroot] [PATCH 1/4] configs/ti_am{62ax, 62px, 62x, 64x}_sk: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox