Go to file
Yann E. MORIN 932a958672 infra/pkg-kconfig: require an non-empty KCONFIG_FILE
Currently, we only check that the variable is defined, which is not
enough since we really want it to be non-empty.

We however can't check it points to an existing file, because the
package might well not be extracted yet, and we may use an internal
defconfig. If that file does not eventually exist, there will be a
failure down the road at build time when we try to copy it...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-10 09:27:05 +02:00
arch arch: tidy up binary formats config 2015-06-09 22:51:14 +02:00
board configs/qemu: update mips* malta configurations 2015-06-04 15:35:22 +02:00
boot barebox: bump to version 2015.05.0 2015-06-04 15:31:47 +02:00
configs Merge branch 'next' 2015-06-01 23:52:57 +02:00
docs scripts/mkusers: allow users with no password value set 2015-06-09 23:13:41 +02:00
fs fs/jffs2: Fix mkfs.jffs2 --pagesize parameter usage 2015-05-22 11:36:00 +02:00
linux linux: bump default to version 4.0.5 2015-06-09 22:54:09 +02:00
package infra/pkg-kconfig: require an non-empty KCONFIG_FILE 2015-06-10 09:27:05 +02:00
support scripts/mkusers: allow users with no password value set 2015-06-09 23:13:41 +02:00
system system: drop IPv6 depend for systemd 2015-04-22 22:59:42 +02:00
toolchain arch: tidy up mmu config 2015-06-09 22:49:39 +02:00
.defconfig
.gitignore
CHANGES Update for 2015.05 2015-05-31 23:15:34 +02:00
Config.in Config.in: remove BR2_DEPRECATED_SINCE_2014_05 2015-06-02 22:58:29 +02:00
Config.in.legacy boot/uboot: remove deprecated network settings option 2015-06-02 22:57:16 +02:00
COPYING
Makefile savedefconfig: Remove BR2_DEFCONFIG from saved defconfig file 2015-06-06 13:54:26 +02:00
Makefile.legacy
README README: mention 'make list-defconfigs' 2015-04-04 15:19:43 +02:00

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.