Go to file
Yann E. MORIN 65fe1c7c5e package/wf111: do a direct download
We can now do a download without prior registration, so we can drop the
requirement for a local, pre-downloaded tarball, now.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Julien CORJON <corjon.j@ecagroup.com>
Cc: Antoine Ténart <antoine.tenart@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-02-03 20:05:59 +01:00
arch
board qemu_x86: use kernel 4.15 2018-02-03 08:25:25 +01:00
boot
configs configs/raspberrypi*: bump kernel version 2018-02-03 19:54:00 +01:00
docs Makefile, manual, website: Bump copyright year 2018-02-01 16:49:41 +01:00
fs
linux linux: bump default to version 4.15.1 2018-02-03 19:54:27 +01:00
package package/wf111: do a direct download 2018-02-03 20:05:59 +01:00
support testing/tests/boot/test_atf: fix code style 2018-01-29 23:14:24 +01:00
system
toolchain toolchain: add 4.15.x choice for headers 2018-01-28 23:48:21 +01:00
utils scanpypi: fix code style 2018-01-29 23:14:24 +01:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
.gitlab-ci.yml.in
CHANGES Update for 2017.02.10 2018-01-31 21:14:36 +01:00
Config.in
Config.in.legacy package/binutils: remove support for 2.27 2018-01-30 09:47:27 +01:00
COPYING
DEVELOPERS DEVELOPERS: add myself for samba4 2018-01-30 23:20:55 +01:00
Makefile Makefile, manual, website: Bump copyright year 2018-02-01 16:49:41 +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