Skip to content

Commit ab34c45

Browse files
committed
Bump Buildroot to the 2024.11.1 release
The GCC 14 now enforces a stricter error level by treating the -Wimplicit-int warning as an error by default. This change causes a compilation issue with the libsha1 library, which is necessary for enabling the X.Org Server. Upgrading to Buildroot version 2024.11.1 resolves this issue, as it includes a patch [1] that addresses the problem. [1] https://github.com/buildroot/buildroot/blob/65137580ca9ed060c59544b9859fc64 8e902c694/package/libsha1/0001-test-fix-gcc-14.x-compile-implicit-int.patch
1 parent 553152f commit ab34c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 2024.05.2 --depth=1
24+
ASSERT git clone https://github.com/buildroot/buildroot -b 2024.11.1 --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)