Go to file
Fabrice Fontaine dbd66de708 package/cloop: bump to version 3.14.1.3
Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-10-16 10:25:57 +02:00
arch
board configs/mx6cubox: bump Linux and U-Boot versions 2021-10-12 22:40:30 +02:00
boot boot/barebox: bump version to 2021.10.0 2021-10-15 22:50:32 +02:00
configs configs/nitrogen*: bump u-boot revision 2021-10-13 21:47:17 +02:00
docs docs/website: update for 2021.02.6 2021-10-12 08:17:36 +02:00
fs fs/ext2: fir (again) namespace for variables 2021-10-13 18:01:34 +02:00
linux {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 10, 13, 14}.x series 2021-10-14 12:08:57 +02:00
package package/cloop: bump to version 3.14.1.3 2021-10-16 10:25:57 +02:00
support support/testing: fix python_flask_expect_python 2021-10-12 22:51:25 +02:00
system
toolchain
utils
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
CHANGES Update for 2021.02.6 2021-10-12 08:15:00 +02:00
Config.in
Config.in.legacy package/gdb: drop support for version 8.3.x 2021-10-10 19:40:18 +02:00
COPYING
DEVELOPERS package/firmware-utils: add package 2021-10-15 22:45:21 +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 OFTC IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches