Go to file
Bernd Kuhls 36cee85809 package/fetchmail: bump version to 6.4.0.rc1
Updated license hash after upstream commit:
c58fae843f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-08-06 22:22:17 +02:00
arch ARC: Add support for ARC HS48 v3.1 processor 2019-08-03 17:30:52 +02:00
board board/raspberrypi: add support for the new pi4 2019-08-03 11:06:44 +02:00
boot boot/uboot: use proper spelling of "U-Boot" 2019-08-04 18:46:47 +02:00
configs configs/odroidc2: remove the defconfig 2019-08-04 12:57:19 +02:00
docs docs/manual: update pkg-kconfig doc about <pkg>-diff-config 2019-08-05 22:37:01 +02:00
fs fs/common.mk: enable multithreaded xz compression 2019-08-03 19:29:47 +02:00
linux {linux, linux-headers}: bump 4.{14, 19}.x / 5.2.x series 2019-08-02 19:46:55 +02:00
package package/fetchmail: bump version to 6.4.0.rc1 2019-08-06 22:22:17 +02:00
support support/testing: fix hardening tests 2019-08-05 22:15:18 +02:00
system
toolchain core: allow br2-external trees to provide pre-configured toolchains 2019-08-04 00:13:37 +02:00
utils utils/getdeveloperlib.py: fix flake8 warnings 2019-08-05 22:22:01 +02:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml configs/odroidc2: remove the defconfig 2019-08-04 12:57:19 +02:00
.gitlab-ci.yml.in
CHANGES Update for 2019.02.4 2019-07-10 11:29:30 +02:00
Config.in core: split generated kconfig file 2019-08-04 00:13:37 +02:00
Config.in.legacy package/gcc: remove version 6.5 2019-08-04 12:58:35 +02:00
COPYING
DEVELOPERS DEVELOPERS: drop odroidc2 from Dagg Stompler 2019-08-05 00:03:05 +02:00
Makefile Makefile: ensure $BINARIES_DIR exist before post-image scripts 2019-08-04 17:37:56 +02: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