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 http://buildroot.org/docs.html
https://buildroot.org/

Fabrice Fontaine 6b2e2e737b package/libgeos: drop DISABLE_GEOS_INLINE 1 år sedan
arch 2bd0431baf arch/Config.in.x86: consolidate Geode CPU targets 2 år sedan
board 6f8b4a006a board/raspberrypi: fix typo in comment 1 år sedan
boot 67c5936f42 boot/at91bootstrap: disable PIE and stack-protector build flags 1 år sedan
configs 0c6524edfd board/freescale: fix arm-trusted-firmware for binutils 2.39+ 1 år sedan
docs 175260e1e7 docs/manual: add section to explain how to give credits to a sponsor 1 år sedan
fs eb6e466c10 fs/cpio: allow users to provide their own dracut modules 2 år sedan
linux d329d67020 {linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 5}.x series 1 år sedan
package 6b2e2e737b package/libgeos: drop DISABLE_GEOS_INLINE 1 år sedan
support fe50c054bc Update for 2023.08.2 1 år sedan
system 360a7cd738 package/systemd: bump linux-headers dependency to 4.14 2 år sedan
toolchain 3c8d890c19 toolchain/helpers.mk: strengthen uClibc locale check 1 år sedan
utils 15639f4299 utils/getdeveloperlib.py: handle file removal 1 år sedan
.checkpackageignore 9f589f0144 package/openjdk-bin: bump OpenJDK17 version to 17.0.8.1+1 1 år sedan
.clang-format 8fddaf36ed .clang-format: initial import from Linux 5.15.6 3 år sedan
.defconfig 4338a319b7 arch: remove support for sh64 9 år sedan
.flake8 3b10ee391e Revert ".flake8: fix check for 80/132 columns" 4 år sedan
.gitignore 145508473c update gitignore 12 år sedan
.gitlab-ci.yml e0166ecba0 support/misc/gitlab-ci.yml.in: retry a job only if it failed due to a runner issue 1 år sedan
.shellcheckrc eaa1a43ab7 utils/check-package: improve shellcheck reproducibility 3 år sedan
CHANGES fe50c054bc Update for 2023.08.2 1 år sedan
COPYING d830036cce COPYING: add exception about patch licensing 9 år sedan
Config.in 9614e6ee78 Config.in: default to HTTPS for s.b.n backup site 1 år sedan
Config.in.legacy 503252d8b0 boot/lpc32xxcdl: remove package 2 år sedan
DEVELOPERS 9d863d5315 package/opencv4-contrib: properly note dependencies between modules 1 år sedan
Makefile 55e9093eaa package/pkg-utils: teach per-package-rsync to copy or hardlink dest 1 år sedan
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 8 år sedan
README fe3cb7978a docs: move the IRC channel away from Freenode 4 år sedan

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 http://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