mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
21057a30f2244a1a68092de294027a34fb6ee103
The TestAtop use the really old toolchain br-arm-full-2019.05.1 because BASIC_TOOLCHAIN_CONFIG from Buildroot 2019.08 provide an uClibc-ng toolchain with 3.10 kernel headers (br-arm-full-2017.05-1078-g95b1dae) [1]. Since then, we switched to glibc toolchains by default in Buildroot [2] (2022.11) and BASIC_TOOLCHAIN_CONFIG was updated several time and now use a Bootlin toolchain stable (2025.08-1). This toolchain use gcc 14, 5.3 kernel headers, glibc 2.41. We need to update the toolchain in TestAtop since Busybox 1.38.0 added yescrypt algorithms that requires explicit_bzero() introduced in Glibc 2.25 [4], uClibc-ng 1.0.47 [5] and musl 1.1.20 [6]. There is no real reason to keep this really old toolchain, so bump the toolchain to Bootlin toolchain stable (2025.08-1). Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/14622325905 [1]9609a7c2c2[2]4057e36ca9[3]80e676664e[4] https://sourceware.org/git/?p=glibc.git;a=commit;h=ea1bd74defcf9d5291d14972e63105168ca9eb4f [5]9e7b342fde[6] https://git.musl-libc.org/cgit/musl/commit/?id=05ac345f895098657cf44d419b5d572161ebaf43 Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>
…
…
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at https://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches
Description
Languages
Makefile
62.6%
Python
18.8%
C
8.5%
Shell
6.2%
PHP
1.4%
Other
2.1%