Go to file
Gwenhael Goavec-Merou 1f62b4de22 package/qwt: bump version to 6.1.5
Fix:
- http://autobuild.buildroot.net/results/27ac3c09048744189236bd67aa643163d0d01ad5/
- http://autobuild.buildroot.net/results/9693ad79e4c23c9c0324df02a4d57c662b82fbce/
- http://autobuild.buildroot.net/results/e8aafa2a1a5fa4e207d2e8bb8c9570789a8ccaa7/

Respect hash rules

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-06-18 23:36:19 +02:00
arch
board board/olpc: document flashing the JFFS2 image 2020-06-17 21:04:45 +02:00
boot
configs configs/liteboard: bump to kernel 5.7.2 2020-06-18 15:32:56 +02:00
docs
fs fs: squashfs: Add config option to pass nopad parameter to mksquashfs 2020-06-17 23:01:23 +02:00
linux
package package/qwt: bump version to 6.1.5 2020-06-18 23:36:19 +02:00
support support/scripts/pkg-stats: remove debug cruft 2020-06-18 23:30:52 +02:00
system
toolchain
utils
.defconfig
.flake8
.gitignore
.gitlab-ci.yml support/testing: add python-gpiozero test 2020-06-18 21:45:00 +02:00
.gitlab-ci.yml.in
CHANGES
Config.in
Config.in.legacy
COPYING
DEVELOPERS package/python-yatl: new package 2020-06-18 23:01:03 +02:00
Makefile Make: simplify locales whitelisting 2020-06-18 22:15:36 +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