Go to file
Fabio Estevam 1021823db9 configs/imx7d-sdb: bump U-Boot and kernel versions
Bump kernel to 5.4.1 version and U-Boot to 2019.10.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-12-12 21:55:03 +01:00
arch
board configs/friendlyarm_nanopi_neo_plus2: use an extlinux instead of boot.cmd 2019-12-10 09:02:25 +01:00
boot boot/boot-wrapper-aarch64: add gicv3 support 2019-12-12 21:22:27 +01:00
configs configs/imx7d-sdb: bump U-Boot and kernel versions 2019-12-12 21:55:03 +01:00
docs docs/website: update for 2019.02.8 2019-12-07 21:43:56 +01:00
fs
linux {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{3, 4}.x series 2019-12-06 22:30:23 +01:00
package package/sdl_mixer: prefer tremor over libvorbis 2019-12-12 21:53:07 +01:00
support Revert "support/download/git: rename local refs to avoid confusing Git warning" 2019-12-12 21:24:35 +01:00
system
toolchain toolchain/toolchain-buildroot: allow ARC big endian glibc builds 2019-12-06 22:16:23 +01:00
utils utils/genrandconfig: test per-package directories 2019-12-05 10:30:48 +01:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml configs/raspberrypi4_64: new defconfig 2019-12-08 21:49:08 +01:00
.gitlab-ci.yml.in
CHANGES Update for 2019.02.8 2019-12-07 21:19:07 +01:00
Config.in
Config.in.legacy package/python-scapy3k: remove package 2019-12-08 22:17:29 +01:00
COPYING
DEVELOPERS package/python-aiologstash: new package 2019-12-12 08:29:10 +01: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