1
0
Fork 0
mirror of git://git.buildroot.net/buildroot synced 2026-09-24 06:14:19 +00:00
No description
  • Makefile 62.3%
  • Python 19.1%
  • C 8.5%
  • Shell 6.1%
  • PHP 1.4%
  • Other 2.2%
Find a file
Giulio Benetti 4919a5fecf package/nfs-utils: bump version to 3.3.1
Remove patches upstreamed in this release.

Release announce:
https://lore.kernel.org/linux-nfs/5717a803-805c-409f-a9cc-d0c33a365570@redhat.com/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-09-23 21:37:45 +02:00
.github
.gitlab/issue_templates
arch arch/Config.in.x86: add BR2_X86_CPU_HAS_XOP 2026-09-17 11:13:10 +02:00
board board/visionfive2, configs/visionfive2: add support for v1.2a board 2026-09-20 14:29:44 +02:00
boot
configs board/visionfive2, configs/visionfive2: add support for v1.2a board 2026-09-20 14:29:44 +02:00
docs docs/website: add Texas Instrument as a gold sponsor 2026-09-18 13:38:13 +02:00
fs fs/squashfs: add options to build verity tree 2026-09-20 12:12:21 +02:00
linux {linux, linux-headers}: bump 6.12.x, 6.18.x, 7.2.x series 2026-09-22 11:04:10 +02:00
package package/nfs-utils: bump version to 3.3.1 2026-09-23 21:37:45 +02:00
support support/scripts/pkg-stats: sort latest version by state 2026-09-20 14:19:54 +02:00
system
toolchain package/heirloom-mailx: remove package 2026-09-20 14:31:50 +02:00
utils utils/getdeveloperlib.py: fix regexp used to find package infra 2026-09-15 19:08:17 +02:00
.b4-config
.checkpackageignore .checkpackageignore: remove entry for mrouted package 2026-09-22 20:14:35 +02:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES CHANGES: Update for 2026.05.3 2026-09-10 21:43:57 +02:00
Config.in
Config.in.legacy package/libcpprestsdk: remove package 2026-09-20 14:40:09 +02:00
COPYING
DEVELOPERS package/plutovg: new package 2026-09-22 21:28:32 +02:00
Makefile
Makefile.legacy
README
SECURITY.md

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