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/

Yann E. MORIN b51420742c toolchain: CodeSourcery AMD64 affected by PR20006 6 年之前
arch cf2b12cbfb arch: drop BR2_GCC_TARGET_CPU_REVISION option 6 年之前
board c79f5a8876 board/pc: use frame pointer unwinder in linux.config 6 年之前
boot c91e7da5cf boot/syslinux: fix build with glibc 2.28+ 6 年之前
configs 35f6b2b24e configs/orangepi_zero_plus2: needs host-openssl to build Linux 6 年之前
docs 67aabda0a0 docs/website: update for 2018.02.8 6 年之前
fs 6d688e2132 fs/tar: add support for xattrs (thus capabilties) 6 年之前
linux a91db4044f linux: bump CIP to version v4.4.154-cip28 6 年之前
package 5af65f6557 infra/pkg-golang: enforce number of parallel jobs 6 年之前
support 020206ca57 support/graph-depends: fix package names starting with a non-alpha 6 年之前
system 0d61846b5f package/systemd: needs glibc 6 年之前
toolchain b51420742c toolchain: CodeSourcery AMD64 affected by PR20006 6 年之前
utils 3eb49f59d6 utils/genrandconfig: add missing new line when creating the configuration 6 年之前
.defconfig 4338a319b7 arch: remove support for sh64 9 年之前
.flake8 9324167b80 .flake8: ignore utils/diffconfig 7 年之前
.gitignore 145508473c update gitignore 12 年之前
.gitlab-ci.yml 6e5a204dd8 .gitlab-ci.yml: update after addition of TestF2FS test case 6 年之前
.gitlab-ci.yml.in 96123c1c4f .gitlab-ci.yml: do runtime tests only on explicit trigger 6 年之前
CHANGES 4057603c6a Update for 2018.02.8 6 年之前
COPYING d830036cce COPYING: add exception about patch licensing 9 年之前
Config.in a75ee0e812 Config.in: security hardening: disable FORTIFY_SOURCE for gcc < 6 6 年之前
Config.in.legacy 00d63a153d libnftnl: drop useless BR2_PACKAGE_LIBNFTNL_XML 6 年之前
DEVELOPERS 0c15a3e82e ell: new package 6 年之前
Makefile bc89c1a834 Update for 2018.11-rc2 6 年之前
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 8 年之前
README b084eb38be README: add reference to submitting-patches 9 年之前

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 Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches