Go to file
Adam Duskett d1c0d89df1 package/dbus-python: bump to version 1.2.18
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-10-14 23:12:36 +02:00
arch
board configs/mx6cubox: bump Linux and U-Boot versions 2021-10-12 22:40:30 +02:00
boot boot/uboot: bump to version 2021.10 2021-10-09 22:43:45 +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/dbus-python: bump to version 1.2.18 2021-10-14 23:12:36 +02:00
support support/testing: fix python_flask_expect_python 2021-10-12 22:51:25 +02:00
system
toolchain toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_43744 2021-10-09 22:20:09 +02:00
utils utils/scanpypi: remove python2 compatibility imports 2021-09-22 21:40:43 +02:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml utils/test-pkg: add gitlab-ci support 2021-08-28 17:03:13 +02:00
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 DEVELOPERS: drop Arthur Courtel 2021-10-14 23:11:19 +02:00
Makefile Revert "make: support: use command -v' instead of which'" 2021-10-01 20:09:58 +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 OFTC IRC.

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