mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
c4d2c13286ccc8c1c5f8f77fb204ef59b7a910ef
For change log since 20240927, see: https://github.com/user-attachments/files/18117996/changes.txt Note: the change log mention "Fix 2 critical CVE addressing memory leaks" without providing actual CVE numbers. For reference, the upstream commits for those security fixes are [1] and [2]. From the log of those commits, it seems those memory leaks can only happen in old Kernels <= 4.9 (which is end-of-life since January 2023). Technically those leaks could happen in any program embedding the apcica code files. The impact seems very low, if any, on the acpica standalone tools. [1]987a3b5cf7[2]8829e70e13Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit892e1608f5) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
…
…
…
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 http://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%