From cbf9e74a07e69761c16784e893d9c677c5987eef Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 3 Jan 2025 18:32:46 -0800 Subject: [PATCH] Update buildroot to 2024.05 - gcc bumped from 12 to 13 - binutils bumped from 2.40 to 2.41 - Keeping linux headers at 6.6 for now --- linux/Makefile | 2 +- linux/br2-external-tree/configs/wally_defconfig | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index 31dece332..f41093f22 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -109,7 +109,7 @@ download: $(BUILDROOT) $(BUILDROOT): git clone https://github.com/buildroot/buildroot.git $@ - cd $@; git checkout 2023.11.x + cd $@; git checkout 2024.05.x # --------------------------------------------------------------------- diff --git a/linux/br2-external-tree/configs/wally_defconfig b/linux/br2-external-tree/configs/wally_defconfig index a8fc50c25..9f1073b71 100644 --- a/linux/br2-external-tree/configs/wally_defconfig +++ b/linux/br2-external-tree/configs/wally_defconfig @@ -1,5 +1,6 @@ BR2_riscv=y BR2_RISCV_ISA_RVC=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y BR2_BACKUP_SITE="http://sources.buildroot.net"