1
0
Fork 0
mirror of git://git.buildroot.net/buildroot synced 2026-07-27 06:54:21 +00:00
No description
  • Makefile 62.6%
  • Python 18.7%
  • C 8.5%
  • Shell 6.2%
  • PHP 1.4%
  • Other 2.2%
Find a file
Edgar Bonet cdeeb9b9c6 configs/acmesystems_acqua_a5_*: bump to Linux 6.18.40
Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-07-25 23:42:17 +02:00
.github .github: add github action to automate PR handling 2024-07-09 11:43:02 +02:00
.gitlab/issue_templates gitlab: fix issue template 2024-09-11 21:24:40 +02:00
arch Merge branch 'next' 2026-06-09 14:55:26 +02:00
board configs/acmesystems_acqua_a5_*: bump to Linux 6.18.40 2026-07-25 23:42:17 +02:00
boot boot/xilinx-prebuilt: bump default to xilinx_v2026.1 2026-07-12 16:18:57 +02:00
configs configs/acmesystems_acqua_a5_*: bump to Linux 6.18.40 2026-07-25 23:42:17 +02:00
docs docs/website/download.html: remove old stable 2026-07-15 21:33:55 +02:00
fs package/dracut: switch to dracut-ng and bump to version 110 2026-04-29 22:01:14 +02:00
linux {linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 7.1.x, 6.18.x series 2026-07-25 10:04:26 +02:00
package package/lua-dkjson: bump to version 2.10 2026-07-25 23:33:43 +02:00
support support/testing: mdnsd: new runtime test 2026-07-19 12:42:43 +02:00
system system: fix typo in comment 2026-04-01 11:22:23 +02:00
toolchain {toolchain, linux-headers}: add support for 7.1 headers 2026-06-15 23:17:55 +02:00
utils utils/generate-cyclonedx: fixup scp-style git sites 2026-06-21 12:36:22 +02:00
.b4-config .b4-config: check patches with ./utils/check-package 2025-02-04 18:44:39 +01:00
.checkpackageignore package/guile: bump to version 3.0.11 2026-07-14 19:31:20 +02:00
.clang-format .clang-format: initial import from Linux 5.15.6 2022-01-01 15:01:13 +01:00
.defconfig arch: disable nios2 2025-01-15 21:30:31 +01:00
.editorconfig editorconfig: leave patch files alone wrt trainling spaces 2024-06-11 21:55:21 +02:00
.flake8 Revert ".flake8: fix check for 80/132 columns" 2021-01-02 17:38:20 +01:00
.gitignore gitignore: ignore utils/brmake log output named br.log 2026-01-01 14:27:09 +01:00
.gitlab-ci.yml .gitlab-ci.yml: use Debian 12-based container with fixed 32bit support 2025-02-20 20:15:54 +01:00
.shellcheckrc utils/check-package: improve shellcheck reproducibility 2022-07-25 23:52:47 +02:00
CHANGES CHANGES: Update for 2026.05.1 2026-07-15 21:33:25 +02:00
Config.in Config.in: remove BR2_NEEDS_HOST_JAVA 2026-05-30 12:52:03 +02:00
Config.in.legacy package/linux-headers: drop 7.0.x option 2026-06-28 15:32:51 +02:00
COPYING
DEVELOPERS package/libcppconnman: add new package 2026-07-22 21:58:28 +02:00
Makefile Kickoff 2026.08 cycle 2026-06-08 22:52:41 +02:00
Makefile.legacy
README docs: use https for documentation links 2026-01-11 18:29:07 +01:00
SECURITY.md docs: add OpenSSF best practices badge 2026-05-29 20:24:08 +02:00

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