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/

Peter Korsgaard b5cfce131b Update for 2022.11-rc2 2 lat temu
arch 6465c79166 arch/arch.mk.xtensa: relax check on overlay file to apply only to internal toolchains 2 lat temu
board ec9519831e board/zynqmp/kria/kv260/kv260.sh: fix u-boot.itb without CONFIG_MULTI_DTB_FIT option 2 lat temu
boot 5e330ff030 boot/arm-trusted-firmware: fix SSP disable in v2.2 2 lat temu
configs 4e63809d8d configs/kontron_bl_imx8mm_defconfig: bump U-boot to 2022.10 2 lat temu
docs 90f2700c09 Update for 2022.11-rc2 2 lat temu
fs d0b7e11b93 fs/cpio: don't fail systems without /dev/null 2 lat temu
linux a848418db4 package/linux: don't leak host timezone into linux version string 2 lat temu
package b3ab978703 package/libvncserver: fix CVE-2020-29260 2 lat temu
support b9dd9ee857 support/testing/tests/package/test_gdb.py: drop version-specific tests 2 lat temu
system 985e9f733c package/systemd: add setting for systemd default.target 3 lat temu
toolchain 2b3f0153bb package/glibc: headers >= 5.4 needed on RISC-V 32-bit 2 lat temu
utils c81da5e41c utils/genrandconfig: disallow configs with BR2_XTENSA_CUSTOM=y 2 lat temu
.clang-format 8fddaf36ed .clang-format: initial import from Linux 5.15.6 3 lat temu
.defconfig 4338a319b7 arch: remove support for sh64 9 lat temu
.flake8 3b10ee391e Revert ".flake8: fix check for 80/132 columns" 4 lat temu
.gitignore 145508473c update gitignore 12 lat temu
.gitlab-ci.yml d409fe0856 utils/checkpackagelib/lib_sysv: run shellcheck 3 lat temu
.shellcheckrc eaa1a43ab7 utils/check-package: improve shellcheck reproducibility 3 lat temu
CHANGES 90f2700c09 Update for 2022.11-rc2 2 lat temu
COPYING d830036cce COPYING: add exception about patch licensing 9 lat temu
Config.in 5e050a8849 Config.in: move toolchain menu before build options 3 lat temu
Config.in.legacy c6aed2126b package/libdcadec: remove package 2 lat temu
DEVELOPERS dfbdb72103 DEVELOPERS: drop entry related to inexisting directory 2 lat temu
Makefile 90f2700c09 Update for 2022.11-rc2 2 lat temu
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 8 lat temu
README fe3cb7978a docs: move the IRC channel away from Freenode 4 lat temu

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