Go to file
Giulio Benetti e0ee4f4152 configs/amarula_vyasa_rk3288: bump to Linux kernel 5.14.13 and u-boot 2021.10
This bumps to linux 5.14.13, linux-headers 5.14 and u-boot version
2021.10 and drop local uboot patch where CONFIG_SYS_BOOTM_LEN was set to
16MB because on u-boot 2021.10 it's now set to 64MB as default to make
room for Linux images.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-10-24 16:05:14 +02:00
arch package/gcc: remove csky version 2021-10-17 18:59:22 +02:00
board configs/amarula_vyasa_rk3288: bump to Linux kernel 5.14.13 and u-boot 2021.10 2021-10-24 16:05:14 +02:00
boot boot/grub2: use none platform when building for host 2021-10-23 22:41:56 +02:00
configs configs/amarula_vyasa_rk3288: bump to Linux kernel 5.14.13 and u-boot 2021.10 2021-10-24 16:05:14 +02:00
docs docs/manual/contribute.txt: fix typo 2021-10-24 16:03:08 +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/freerdp: security bump to version 2.4.1 2021-10-24 16:04:35 +02:00
support support/testing/tests/package/test_python_pyndiff: new test 2021-10-21 22:48:44 +02:00
system
toolchain toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_43744 2021-10-09 22:20:09 +02:00
utils utils/genrandconfig: test configurations with BR2_PACKAGE_PYTHON3_PY_ONLY 2021-10-18 22:10:08 +02:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml .gitlab-ci.yml: update docker image to 20210922.2200 2021-10-17 19:04:37 +02:00
CHANGES Update for 2021.02.6 2021-10-12 08:15:00 +02:00
Config.in
Config.in.legacy package/nmap: remove ndiff option 2021-10-21 22:47:15 +02:00
COPYING
DEVELOPERS package/canfestival: remove package 2021-10-21 22:32:18 +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