From efa2f56ee0a7c3786b56fb608bf6724108e13c1a Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 3 Jan 2025 17:26:09 -0800 Subject: [PATCH] Update buildroot to 2023.11 - enalbed risc-v C extension - binutils bumped from 2.38 to 2.40 - linux headers bumped from 6.3 to 6.6 --- linux/Makefile | 4 ++-- linux/br2-external-tree/configs/wally_defconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index 9f07474bb..31dece332 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -104,12 +104,12 @@ $(IMAGES)/busybox: # Generating new Buildroot directories -------------------------------- download: $(BUILDROOT) - cd $(BUILDROOT) && make wally_defconfig BR2_EXTERNAL=$(BR2_EXTERNAL_TREE) + cd $(BUILDROOT) && $(MAKE) wally_defconfig BR2_EXTERNAL=$(BR2_EXTERNAL_TREE) @echo "Buildroot successfully download." $(BUILDROOT): git clone https://github.com/buildroot/buildroot.git $@ - cd $@; git checkout 2023.05.x + cd $@; git checkout 2023.11.x # --------------------------------------------------------------------- diff --git a/linux/br2-external-tree/configs/wally_defconfig b/linux/br2-external-tree/configs/wally_defconfig index a6fa6ebfc..a8fc50c25 100644 --- a/linux/br2-external-tree/configs/wally_defconfig +++ b/linux/br2-external-tree/configs/wally_defconfig @@ -1,8 +1,8 @@ BR2_riscv=y -BR2_KERNEL_HEADERS_6_3=y -BR2_GCC_VERSION_12_X=y +BR2_RISCV_ISA_RVC=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y +BR2_BACKUP_SITE="http://sources.buildroot.net" BR2_ENABLE_DEBUG=y BR2_DEBUG_3=y # BR2_STRIP_strip is not set