mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 11:34:50 -04:00
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:
parent
fc5583d230
commit
efa2f56ee0
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue