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
This commit is contained in:
Jordan Carlin 2025-01-03 17:26:09 -08:00
parent fc5583d230
commit efa2f56ee0
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -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
# ---------------------------------------------------------------------

View file

@ -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