Go to file
Christian Stewart via buildroot 5a6d64f413 package/go: security bump to version 1.16.9
go1.16.9 (released 2021-10-07) includes a security fix to the linker and
misc/wasm directory, as well as bug fixes to the runtime and to the
text/template package.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-10-09 11:16:30 +02:00
arch ARC: Add support for generic HS48 processor 2021-01-16 09:58:26 +01:00
board configs/stm32f469_disco: fix kernel bootup 2021-06-22 08:52:30 +02:00
boot boot/syslinux: add missing python dependency 2021-10-05 16:47:14 +02:00
configs configs/pc_x86_64_{efi, bios}_defconfig: update kernel to 4.19.204 2021-09-07 12:08:23 +02:00
docs docs/manual/using-buildroot-debugger: suggest '-ix' iso '-x' when loading gdbinit 2021-10-04 22:22:30 +02:00
fs fs/ext2: fix namespace for variables 2021-10-05 15:42:41 +02:00
linux {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 10, 13, 14}.x series 2021-09-13 22:19:13 +02:00
package package/go: security bump to version 1.16.9 2021-10-09 11:16:30 +02:00
support support/kconfig: fix compiler warnings 2021-10-07 08:22:09 +02:00
system system: support br2-external init systems 2020-10-14 22:48:42 +02:00
toolchain toolchain: improve conditions for gcc bug 99140 2021-09-06 21:06:55 +02:00
utils utils/scanpypi: remove python2 compatibility imports 2021-10-05 08:19:16 +02:00
.defconfig arch: remove support for sh64 2016-09-08 22:15:15 +02:00
.flake8 Revert ".flake8: fix check for 80/132 columns" 2021-01-02 17:38:20 +01:00
.gitignore update gitignore 2013-05-04 12:41:55 +02:00
.gitlab-ci.yml gitlab-ci: update the image version 2020-08-15 09:47:00 +02:00
CHANGES Update for 2021.05.2 2021-09-15 16:26:50 +02:00
Config.in Config.in: disable Fortify Source for microblaze 2021-09-06 17:34:50 +02:00
Config.in.legacy package/gnuradio: drop gr-pager (gr-flex) option 2021-09-12 21:15:35 +02:00
COPYING COPYING: add exception about patch licensing 2016-02-26 19:50:13 +01:00
DEVELOPERS DEVELOPERS: add Giulio Benetti to python-uvloop package 2021-10-07 09:38:30 +02:00
Makefile Update for 2021.05.2 2021-09-15 16:26:50 +02:00
Makefile.legacy Remove BR2_DEPRECATED 2016-10-15 23:14:45 +02:00
README docs: move the IRC channel away from Freenode 2021-05-29 22:16:23 +02:00

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