diff mbox series

[1/2] configs: rock4se: use Bootlin toolchain

Message ID 20250510205029.456321-1-johan.patrik.olsson@gmail.com
State Accepted
Delegated to: Julien Olivain
Headers show
Series [1/2] configs: rock4se: use Bootlin toolchain | expand

Commit Message

Patrik Olsson May 10, 2025, 8:50 p.m. UTC
This moves the defconfig to the Bootlin glibc stable external toolchain
as per[1].

[1]: https://elinux.org/Buildroot:DeveloperDaysELCE2024#Rules_for_defconfigs

Signed-off-by: Patrik Olsson <johan.patrik.olsson@gmail.com>
---
 configs/rock4se_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Julien Olivain May 10, 2025, 9:20 p.m. UTC | #1
On 10/05/2025 22:50, Patrik Olsson wrote:
> This moves the defconfig to the Bootlin glibc stable external toolchain
> as per[1].
> 
> [1]: 
> https://elinux.org/Buildroot:DeveloperDaysELCE2024#Rules_for_defconfigs
> 
> Signed-off-by: Patrik Olsson <johan.patrik.olsson@gmail.com>

Series applied to master, thanks.
diff mbox series

Patch

diff --git a/configs/rock4se_defconfig b/configs/rock4se_defconfig
index 31fc2c6ecb..a0fbf9b3d5 100644
--- a/configs/rock4se_defconfig
+++ b/configs/rock4se_defconfig
@@ -1,6 +1,8 @@ 
 BR2_aarch64=y
 BR2_cortex_a72_a53=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/radxa/rock4se/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_TARGET_GENERIC_HOSTNAME="rock-4se"