mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
c84762675c760c471f09244cca87067ef43e545f
The script "utils/test-pkg" is systematically checking legal-info. See [1]. This is useful to check all license hashes are up to date. The Buildroot Gitlab CI integration has an identical testing capability. It is faster because it can run all supported toolchain test builds in parallel. See [2]. It was observed in [3] that the Gitlab CI test-pkg variant does not check legal-info. This commit align the Gitlab CI test-pkg behavior to the "utils/test-pkg" script by adding legal-info in the run_make command targets. Doing so checks legal-info in test-pkg cases, but also in defconfigs (this was suggested by Arnout in [4]). [1] https://gitlab.com/buildroot.org/buildroot/-/blob/2025.05/utils/test-pkg#L195 [2] https://gitlab.com/buildroot.org/buildroot/-/blob/2025.05/support/misc/gitlab-ci.yml.in#L129 [3] https://lore.kernel.org/buildroot/75e688887d95948c57a11416de3047b5@free.fr/ [4] https://lore.kernel.org/buildroot/614bec7e-0723-4bbd-8c3a-c801e91c29c3@rnout.be/T/#mcc803eeb38d09c1cc02b1333720845c54af86534 Cc: Romain Naour <romain.naour@smile.fr> Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
…
…
…
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.6%
Python
18.8%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.2%