Skip to content

Commit 97a2823

Browse files
committed
Bump buildroot and binutils version to stable tag
The stable tag of buildroot is 2024.02.x currently. Thus, upgrade the default buildroot version of 2023.11.x to 2024.02.x . The commit 1391c99 in branch 2024.02.x of buildroot dropped the support of 2.38.x series of binutils, set the default version to 2.40.x and addded support of version 2.41.x. To ensure the compliance, upgrade the version of binutils in the default configuration of buildroot. This commit also fix the bumping to the wrong version of binutils in commit 2c1e29c.
1 parent c51540c commit 97a2823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/buildroot.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
2222
BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"
2323
# BR2_TOOLCHAIN_BUILDROOT_CXX is not set
2424
BR2_KERNEL_HEADERS_6_1=y
25-
BR2_BINUTILS_VERSION_2_42_X=y
25+
BR2_BINUTILS_VERSION_2_41_X=y
2626
# BR2_BINUTILS_GPROFNG is not set
2727
BR2_GCC_VERSION_12_X=y
2828
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-softfloat"

scripts/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PARALLEL="-j$(nproc)"
2121

2222
function do_buildroot
2323
{
24-
ASSERT git clone https://github.com/buildroot/buildroot -b 2023.11.x --depth=1
24+
ASSERT git clone https://github.com/buildroot/buildroot -b 2024.02.x --depth=1
2525
cp -f configs/buildroot.config buildroot/.config
2626
cp -f configs/busybox.config buildroot/busybox.config
2727
# Otherwise, the error below raises:

0 commit comments

Comments
 (0)