[Buildroot] [PATCH 1/2] configs/beagleboneai: switch to Bootlin glibc stable toolchain
Peter Korsgaard
peter at korsgaard.com
Tue Oct 7 13:07:56 UTC 2025
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
configs/beagleboneai_defconfig | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configs/beagleboneai_defconfig b/configs/beagleboneai_defconfig
index bf6d73a525..ccabb8c6ba 100644
--- a/configs/beagleboneai_defconfig
+++ b/configs/beagleboneai_defconfig
@@ -1,6 +1,8 @@
BR2_arm=y
BR2_cortex_a15=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_12=y
+BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
+BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE=y
BR2_GLOBAL_PATCH_DIR="board/beagleboard/beagleboneai/patches"
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
BR2_SYSTEM_DHCP="eth0"
--
2.39.5
More information about the buildroot
mailing list