mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
4abb8a98b26922796b41bc913e72be487337640e
This commit: - updates the Kernel from LTS 6.6.30 to 6.12.70 - updates U-Boot from 2024.04 to 2026.01 - updates arm-trusted-firmware from v2.10 to v2.12 LTS - switches to Bootlin external glibc stable toolchain Note: Using the kernel 6.18.9, the SD card fail at boot: mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit Waiting for root device /dev/mmcblk1p2... mmc1: error -110 whilst initialising SD card So let's use stable kernel 6.12.y for the time being. Signed-off-by: Romain Naour <romain.naour@smile.fr> [Julien: update linux.hash comment to use upstream hash] 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.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%