No description
  • Makefile 62.9%
  • Python 18.3%
  • C 8.6%
  • Shell 6.2%
  • PHP 1.4%
  • Other 2.2%
Find a file
Flaviu Nistor 1332aaade4 package/python-smmap2: bump to version 5.0.3
For release notes, see:
https://github.com/gitpython-developers/smmap/releases/tag/v5.0.3

Signed-off-by: Flaviu Nistor <flaviu.nistor@gmail.com>
[Julien: add link to release notes]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-03-23 21:34:54 +01:00
.github
.gitlab/issue_templates
arch arch/arm: add the Neoverse-V3AE core 2026-03-13 21:52:31 +01:00
board configs/roc_pc_rk3399: Bump Linux, TF-A, U-Boot 2026-03-18 13:01:37 +01:00
boot boot/uboot: add support for embedded TEE in raw binary format 2026-03-10 23:20:08 +01:00
configs configs/roc_pc_rk3399: Bump Linux, TF-A, U-Boot 2026-03-18 13:01:37 +01:00
docs docs/website/{download,news}.html: update for 2025.02.12 and 2025.11.3 2026-03-17 21:27:09 +01:00
fs fs/xfs: add support for generating a xfs image 2026-03-13 23:30:02 +01:00
linux {linux, linux-headers}: bump 6.{12, 18, 19}.x series 2026-03-15 11:28:09 +01:00
package package/python-smmap2: bump to version 5.0.3 2026-03-23 21:34:54 +01:00
support support/testing: test_aichat: improve test reliability 2026-03-19 21:54:12 +01:00
system
toolchain toolchain/toolchain-external/toolchain-external-arm-arm: bump to 15.2.rel1 2026-03-15 14:22:08 +01:00
utils support/scripts/generate-cyclonedx: add source attribute to CVEs 2026-03-17 22:13:20 +01:00
.b4-config
.checkpackageignore package/cmake: bump version to 4.3.0 2026-03-21 18:14:41 +01:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES CHANGES: update for 2025.11.3 2026-03-17 21:34:25 +01:00
Config.in
Config.in.legacy package/llama-cpp: bump to version b8117 2026-03-18 22:01:23 +01:00
COPYING
DEVELOPERS DEVELOPERS: remove Waldemar Brodkorb from zabbix 2026-03-23 21:00:46 +01:00
Makefile Kickoff 2026.05 cycle 2026-03-04 09:20:22 +01:00
Makefile.legacy
README

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