Buildroot fork pinned to 2026.02 for custom ARM64 ISO builds
  • Makefile 62.9%
  • Python 18.3%
  • C 8.6%
  • Shell 6.2%
  • PHP 1.4%
  • Other 2.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Bernd Kuhls d62b605c1a package/postgresql: bump version to 18.3
https://www.postgresql.org/about/news/postgresql-183-179-1613-1517-and-1422-released-3246/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-03-06 20:08:30 +01: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: riscv: Add RISCV_ISA_EXTRA config string 2026-02-04 11:11:43 +01:00
board configs/khadas_vim3: bump linux to 6.18.15 and u-boot to 2026.01 2026-03-06 19:15:54 +01:00
boot Merge branch 'next' 2026-03-05 08:57:24 +01:00
configs configs/khadas_vim3: bump linux to 6.18.15 and u-boot to 2026.01 2026-03-06 19:15:54 +01:00
docs docs/website/news.html: add 2026.02 announcement link 2026-03-04 09:21:29 +01:00
fs fs/squashfs: correct aarch64 conditional 2025-11-18 08:02:01 +01:00
linux {linux, linux-headers}: bump 6.{1, 6, 12}.x series 2026-03-06 18:57:33 +01:00
package package/postgresql: bump version to 18.3 2026-03-06 20:08:30 +01:00
support support/testing/infra: update artifacts URL to https and .org domain 2026-03-06 19:17:59 +01:00
system package/systemd: bump to 258.3 2026-02-17 09:45:33 +01:00
toolchain {toolchain, linux-headers}: add support for 6.19 headers 2026-02-09 23:14:24 +01:00
utils utils/generate-cyclonedx: fix dependencies w/o virtual 2026-02-02 09:29:16 +01:00
.b4-config .b4-config: check patches with ./utils/check-package 2025-02-04 18:44:39 +01:00
.checkpackageignore configs/khadas_vim3: bump linux to 6.18.15 and u-boot to 2026.01 2026-03-06 19:15:54 +01: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 Update for 2026.02 2026-03-04 09:11:17 +01:00
Config.in Config.in: introduce BR2_HOST_GCC_AT_LEAST_{12..15} 2025-04-21 23:50:50 +02:00
Config.in.legacy Merge branch 'next' 2026-03-05 08:57:24 +01:00
COPYING COPYING: add exception about patch licensing 2016-02-26 19:50:13 +01:00
DEVELOPERS DEVELOPERS: remove Bernd Kuhls from libldns 2026-03-06 19:39:23 +01:00
Makefile Kickoff 2026.05 cycle 2026-03-04 09:20:22 +01: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

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