Go to file
Yann E. MORIN 9f52763043 arch/arm: move dependency on 64-bit down to individual cores
It will make it easier to introduce new variants anywhere in the
list, when those variants have different bitness requirements.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-07-13 22:51:51 +02:00
arch arch/arm: move dependency on 64-bit down to individual cores 2019-07-13 22:51:51 +02:00
board board/freescale: Fix wrong config for u-boot.img 2019-07-10 22:18:46 +02:00
boot boot/barebox: needs host-{flex,bison} 2019-07-03 23:32:50 +02:00
configs configs/imx7dpico: Bump U-Boot to 2019.07 and kernel to version 5.1.16. 2019-07-09 20:04:58 +02:00
docs docs/website: update for 2019.02.4 2019-07-10 11:32:28 +02:00
fs
linux {linux, linux-headers}: bump 4.{14, 19}.x / 5.1.x series 2019-07-05 08:18:09 +02:00
package package/qt5wayland: examples needs opengl with qt latest 2019-07-13 22:46:07 +02:00
support support/testing: openjdk JNI test cases 2019-06-30 17:32:34 +02:00
system
toolchain toolchain-external: add gcc 9 entry 2019-06-22 21:42:03 +02:00
utils utils/check-package: Add a quiet flag 2019-07-03 23:34:58 +02:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
.gitlab-ci.yml.in
CHANGES Update for 2019.02.4 2019-07-10 11:29:30 +02:00
Config.in
Config.in.legacy
COPYING
DEVELOPERS python-inflection: new package 2019-06-30 15:30:52 +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