Go to file
Arnout Vandecappelle 8cae6ac3e3 genrandconfig: use minimal.config
This has a number of side-effects which must be handled.

The lines in minimal.config may be overridden by the random lines added
by amending the configuration, so is_toolchain_usable() shouldn't take
those into account, or indeed the random lines added. Therefore, make
a copy of the config before appending minimal.config and the random
lines. While we're at it, rename the variable to the more appropriate
toolchainconfig.

minimal.config sets BR2_INIT_NONE=y, but we really also want to test
with BR2_INIT_BUSYBOX=y. Therefore, add a random line to use the
busybox init system. We set its probability rather high. The
probabilities of systemd and eudev are increased since they're now
in the else branch of BR2_INIT_BUSYBOX, which halves the probability
that we even get there.

We now also generate configurations without busybox. Previously,
busybox was almost always selected due to BR2_INIT_BUSYBOX=y. Only if
systemd is selected there was a chance to build without busybox.

We now set BR2_SYSTEM_BIN_SH_NONE=y, the other /bin/sh options are
never tested. However, this is not really something that is relevant
to test in the autobuilders.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-25 23:01:08 +02:00
arch arch/arm: add big.LITTLE cpu variants 2017-07-22 23:29:24 +02:00
board configs/warp7: Bump U-Boot and kernel versions 2017-07-25 20:44:27 +02:00
boot
configs configs/warp7: Bump U-Boot and kernel versions 2017-07-25 20:44:27 +02:00
docs
fs
linux
package package/leptonica: bump version to 1.74.4 2017-07-25 22:25:35 +02:00
support support/testing: add test of BR2_CCACHE with an external toolchain 2017-07-24 18:35:15 +02:00
system system: move remounting / to the corresponding init systems 2017-07-22 22:34:40 +02:00
toolchain arch/arm: add big.LITTLE cpu variants 2017-07-22 23:29:24 +02:00
utils genrandconfig: use minimal.config 2017-07-25 23:01:08 +02:00
.defconfig
.gitignore
.gitlab-ci.yml support/testing: add test of BR2_CCACHE with an external toolchain 2017-07-24 18:35:15 +02:00
.gitlab-ci.yml.in
CHANGES
Config.in
Config.in.legacy package/kodi-inputstream-rtmp: new package 2017-07-22 22:43:02 +02:00
COPYING
DEVELOPERS DEVELOPERS: add Ricardo Martincoski for support/testing 2017-07-25 22:20:16 +02:00
Makefile
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