No description
  • Makefile 62.8%
  • Python 18.4%
  • C 8.6%
  • Shell 6.2%
  • PHP 1.4%
  • Other 2.2%
Find a file
Michael Walle 8e786e873a configs/kontron_smarc_sal28: bump u-boot and linux
The old u-boot version doesn't build anymore because of the following
error:

  ModuleNotFoundError: No module named 'pkg_resources'

Bump it to the latest version 2026.04. While at it, also bump linux to
the latest LTS kernel (6.18). The new kernel grew in size, thus we also
have to enlarge the rootfs image.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/13858936681
Signed-off-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-04-15 22:04:46 +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 arch: mark a set of target configurations as secondary 2026-04-07 21:46:43 +02:00
board configs/am574x_idk_defconfig: bump linux to 6.18.16 and u-boot to 2026.04 2026-04-12 22:29:53 +02:00
boot boot/edk2: bump to version edk2-stable202602 2026-04-12 15:53:55 +02:00
configs configs/kontron_smarc_sal28: bump u-boot and linux 2026-04-15 22:04:46 +02:00
docs docs/website: add Calian as a bronze sponsor 2026-04-14 22:32:16 +02:00
fs fs/xfs: add support for generating a xfs image 2026-03-13 23:30:02 +01:00
linux linux: bump latest version to 7.0 2026-04-13 21:23:31 +02:00
package package/bat: bump to 0.26.1 2026-04-15 21:59:59 +02:00
support package/python-transitions: new package 2026-04-14 22:40:53 +02:00
system system: fix typo in comment 2026-04-01 11:22:23 +02:00
toolchain {toolchain, linux-headers}: add support for 7.0 headers 2026-04-13 21:23:31 +02:00
utils rust: add support for riscv64gc-unknown-linux-musl target 2026-04-13 21:16:49 +02:00
.b4-config .b4-config: check patches with ./utils/check-package 2025-02-04 18:44:39 +01:00
.checkpackageignore package/pcre: remove package 2026-04-14 19:12:45 +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 2025.11.3 2026-03-17 21:34:25 +01:00
Config.in Config.in, Makefile: add BR2_HIDE_SECONDARY_TARGET_OPTIONS 2026-04-07 21:45:09 +02:00
Config.in.legacy package/pcre: remove package 2026-04-14 19:12:45 +02:00
COPYING COPYING: add exception about patch licensing 2016-02-26 19:50:13 +01:00
DEVELOPERS package/python-transitions: new package 2026-04-14 22:40:53 +02:00
Makefile Config.in, Makefile: add BR2_HIDE_SECONDARY_TARGET_OPTIONS 2026-04-07 21:45:09 +02:00
Makefile.legacy Remove BR2_DEPRECATED 2016-10-15 23:14:45 +02:00
README docs: use https for documentation links 2026-01-11 18:29:07 +01:00
SECURITY.md SECURITY.md: add new file 2026-03-26 21:07:00 +01: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