Go to file
Peter Korsgaard a9219660d3 support/testing: add docker / docker-compose tests
Build for x86-64 as public containers in general are only available for
x86-64.  Docker needs a number of kernel options enabled, so use a custom
kernel config based on the qemu one.

Docker needs entropy at startup, so enable the virtio-rng-pci device to
expose entropy to the guest.  The default RAM amount (128M) is not enough to
run docker / docker-compose, so bump to 512MB.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-02-05 23:05:00 +01:00
arch arch/mips: add (Marvell) Octeon III processor 2019-02-04 17:30:18 +01:00
board
boot
configs
docs docs/website/js/buildroot.js: fix unterminated statements 2019-02-05 09:43:27 +01:00
fs
linux linux: bump Linux CIP to version v4.4.171-cip30 2019-02-05 17:33:18 +01:00
package python-dateutil: bump to version 2.8.0 2019-02-05 23:03:51 +01:00
support support/testing: add docker / docker-compose tests 2019-02-05 23:05:00 +01:00
system
toolchain toolchain: add variadic MI thunk support flag 2019-02-04 21:53:20 +01:00
utils utils/check-package: warn about overridden variables 2019-02-05 20:24:57 +01:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml support/testing: add docker / docker-compose tests 2019-02-05 23:05:00 +01:00
.gitlab-ci.yml.in
CHANGES
Config.in
Config.in.legacy package/tn5250: remove package 2019-02-05 20:28:14 +01:00
COPYING
DEVELOPERS package/pamtester: new package 2019-02-04 18:05:01 +01:00
Makefile Makefile: unexport 'PLATFORM' and 'OS' environment variables 2019-02-05 15:22:30 +01:00
Makefile.legacy
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