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/

Thomas Petazzoni 488a87514e boot/gummiboot: remove package %!s(int64=3) %!d(string=hai) anos
arch 6465c79166 arch/arch.mk.xtensa: relax check on overlay file to apply only to internal toolchains %!s(int64=3) %!d(string=hai) anos
board 122c85985f board/versal/post-image.sh: do not require xilinx/ prefix for .dts files %!s(int64=2) %!d(string=hai) anos
boot 488a87514e boot/gummiboot: remove package %!s(int64=2) %!d(string=hai) anos
configs a3d7f7a73b configs/olimex_a64_olinuxino_defconfig: bump Linux to 6.1.9, U-Boot to 2023.01 and ATF to v2.8 %!s(int64=2) %!d(string=hai) anos
docs efccb2a7dd docs/manual: check-package before submitting patch %!s(int64=2) %!d(string=hai) anos
fs ac5ecaf868 fs/erofs: enable support for reproducible build %!s(int64=3) %!d(string=hai) anos
linux 3274404b36 linux: bump CIP kernel to version 5.10.162-cip24 %!s(int64=2) %!d(string=hai) anos
package f20611347f package/gdal: bump version to 3.5.2 %!s(int64=2) %!d(string=hai) anos
support 5aab8c59d5 support/dependencies/dependencies.sh: require FindBin perl package for libopenssl %!s(int64=2) %!d(string=hai) anos
system 032cfbc716 system: remove use of legacy md5 option %!s(int64=2) %!d(string=hai) anos
toolchain 452365a385 toolchain/toolchain-external/toolchain-external-bootlin: update to 2022.08 %!s(int64=2) %!d(string=hai) anos
utils dd28acc1e8 Makefile: add target to update .checkpackageignore %!s(int64=2) %!d(string=hai) anos
.checkpackageignore aeec8faf31 Makefile: make check-package assume a git tree %!s(int64=2) %!d(string=hai) anos
.clang-format 8fddaf36ed .clang-format: initial import from Linux 5.15.6 %!s(int64=4) %!d(string=hai) anos
.defconfig 4338a319b7 arch: remove support for sh64 %!s(int64=9) %!d(string=hai) anos
.flake8 3b10ee391e Revert ".flake8: fix check for 80/132 columns" %!s(int64=5) %!d(string=hai) anos
.gitignore 145508473c update gitignore %!s(int64=12) %!d(string=hai) anos
.gitlab-ci.yml d409fe0856 utils/checkpackagelib/lib_sysv: run shellcheck %!s(int64=3) %!d(string=hai) anos
.shellcheckrc eaa1a43ab7 utils/check-package: improve shellcheck reproducibility %!s(int64=3) %!d(string=hai) anos
CHANGES 4092d2a354 *: fix typo for separate(d|) in text %!s(int64=2) %!d(string=hai) anos
COPYING d830036cce COPYING: add exception about patch licensing %!s(int64=10) %!d(string=hai) anos
Config.in 93e7fc3e53 toolchain: make paranoid check of library/header paths unconditional %!s(int64=2) %!d(string=hai) anos
Config.in.legacy 488a87514e boot/gummiboot: remove package %!s(int64=2) %!d(string=hai) anos
DEVELOPERS 488a87514e boot/gummiboot: remove package %!s(int64=2) %!d(string=hai) anos
Makefile 394afb3c3b Makefile: check-package should use the ignore list %!s(int64=2) %!d(string=hai) anos
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED %!s(int64=9) %!d(string=hai) anos
README fe3cb7978a docs: move the IRC channel away from Freenode %!s(int64=4) %!d(string=hai) anos

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