Brak opisu

Esben Haabendal b2a4e994b5 arch: Add support for Westmere targets 5 lat temu
arch b2a4e994b5 arch: Add support for Westmere targets 5 lat temu
board 14ee52f936 board/pc: drop unused grub-efi.cfg file 5 lat temu
boot 08209c67f4 boot/syslinux: fix build with binutils note gnu property section 5 lat temu
configs 53ac60ced6 configs/qemu_xtensa_lx60_*: kernel build needs mkimage 5 lat temu
docs 17729645c6 docs: use-case for un-ignoring VCS directories and overridden source dir 5 lat temu
fs 55a098dc77 fs/common.mk: disable real chown calls in fakeroot 5 lat temu
linux e4f8a9a628 {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{0, 1}.x series 5 lat temu
package e335f33ceb package/mariadb: security bump to version 10.3.15 5 lat temu
support 1897bdb400 support/gnuconfig/config.sub: add C-SKY support 5 lat temu
system 0dd0a58351 system: allow selecting merged /usr along with custom rootfs skeleton 5 lat temu
toolchain a421e81f39 toolchain: gcc bug 85180 is fixed in gcc >= 8.x 5 lat temu
utils 6bdad8417d utils/getdeveloperlib.py: print warnings/errors to stderr 5 lat temu
.defconfig 4338a319b7 arch: remove support for sh64 7 lat temu
.flake8 9324167b80 .flake8: ignore utils/diffconfig 6 lat temu
.gitignore 145508473c update gitignore 11 lat temu
.gitlab-ci.yml 6327a8f0d6 configs/zynq_zybo: remove defconfig 5 lat temu
.gitlab-ci.yml.in e2d1c38074 .gitlab-ci.yml: use "extends" keyword 5 lat temu
CHANGES 3e8b918b87 Update for 2019.02.3 5 lat temu
COPYING d830036cce COPYING: add exception about patch licensing 8 lat temu
Config.in 3f1b965bc3 infra: add force build flag for host dependencies 5 lat temu
Config.in.legacy 5fdc928ab8 package/gst-plugins-bad: remove apexsink support 5 lat temu
DEVELOPERS a6f7a75022 DEVELOPERS: Drop support for some packages from Francois Perrad 5 lat temu
Makefile 3e8b918b87 Update for 2019.02.3 5 lat temu
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 7 lat temu
README b084eb38be README: add reference to submitting-patches 8 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 Freenode IRC.

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