1
0
Fork 0
mirror of git://git.buildroot.net/buildroot synced 2026-06-03 22:14:23 +00:00
No description
  • Makefile 62.6%
  • Python 18.6%
  • C 8.6%
  • Shell 6.2%
  • PHP 1.4%
  • Other 2.2%
Find a file
Bernd Kuhls efc8b141fe package/llvm-project: bump version to 22.1.7
Release notes of this bugfix release:
https://discourse.llvm.org/t/llvm-22-1-7-released/90961

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2026-06-03 22:41:05 +02:00
.github
.gitlab/issue_templates
arch arch/hppa: remove pa-risc 1.0 2026-05-30 15:09:44 +02:00
board
boot boot/arm-trusted-firmware: correct cpe-id version logic 2026-05-30 22:39:30 +02:00
configs
docs Makefile: add 'show-info-all' 2026-05-30 11:19:02 +02:00
fs
linux {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6, 12, 18}.x / 7.0.x series 2026-06-01 20:46:39 +02:00
package package/llvm-project: bump version to 22.1.7 2026-06-03 22:41:05 +02:00
support support/testing: TestAtop: use the default toolchain (BASIC_TOOLCHAIN_CONFIG) 2026-06-03 22:13:03 +02:00
system
toolchain
utils utils/bump-stable-kernel-versions: automatically commit result 2026-06-01 21:16:47 +02:00
.b4-config
.checkpackageignore package/ptpd2: remove package 2026-06-01 21:36:35 +02:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES Update for 2026.05-rc3 2026-05-29 00:20:06 +02:00
Config.in
Config.in.legacy package/ptpd2: remove package 2026-06-01 21:36:35 +02:00
COPYING
DEVELOPERS package/{lib, kodi-pvr-}hdhomerun: remove packages 2026-05-30 15:37:21 +02:00
Makefile Makefile: add 'show-info-all' 2026-05-30 11:19:02 +02:00
Makefile.legacy
README
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