Нет описания

Peter Korsgaard 962bef5d07 Update for 2018.11.4 5 лет назад
arch 38d64b319f arch/arm: restrict more armv8a cores to aarch64 5 лет назад
board 8ead378c7e board/pc: fix typo in board/pc/post-build.sh 5 лет назад
boot 8d69d3761c boot/uboot: use HOSTCC_NOCCACHE as kconfig HOSTCC 5 лет назад
configs 6d9be6a47e qemu/aarch64-virt: Emulate cortex-a53 in qemu to match Buildroot config 5 лет назад
docs bca62e0a01 Makefile, manual, website: Bump copyright year 5 лет назад
fs 6d688e2132 fs/tar: add support for xattrs (thus capabilties) 5 лет назад
linux b6c2671db6 {linux, linux-headers}: bump 4.{4, 9, 14, 19, 20}.x series 5 лет назад
package 5c5fd451d8 package/rdesktop: security bump to version 1.8.4 5 лет назад
support 796faf1c0b config-fragments: drop old crosstool-ng toolchains 5 лет назад
system 0d61846b5f package/systemd: needs glibc 5 лет назад
toolchain b51420742c toolchain: CodeSourcery AMD64 affected by PR20006 5 лет назад
utils e9eea85162 utils/scanpypi: protect against zip-slip vulnerability in zip/tar handling 5 лет назад
.defconfig 4338a319b7 arch: remove support for sh64 7 лет назад
.flake8 9324167b80 .flake8: ignore utils/diffconfig 6 лет назад
.gitignore 145508473c update gitignore 11 лет назад
.gitlab-ci.yml 6e5a204dd8 .gitlab-ci.yml: update after addition of TestF2FS test case 5 лет назад
.gitlab-ci.yml.in 96123c1c4f .gitlab-ci.yml: do runtime tests only on explicit trigger 5 лет назад
CHANGES 962bef5d07 Update for 2018.11.4 5 лет назад
COPYING d830036cce COPYING: add exception about patch licensing 8 лет назад
Config.in a75ee0e812 Config.in: security hardening: disable FORTIFY_SOURCE for gcc < 6 5 лет назад
Config.in.legacy bc38370ccd package/docker-engine: split docker-{cli, engine}, bump to v18.09.0 5 лет назад
DEVELOPERS 7b4ff16dd1 DEVELOPERS: update email address for Gary Bisson 5 лет назад
Makefile 962bef5d07 Update for 2018.11.4 5 лет назад
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 7 лет назад
README b084eb38be README: add reference to submitting-patches 8 лет назад

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