dbfd6d8194
This version fixes a runtime issue which crashes gerbera: https://github.com/gerbera/gerbera/issues/522 The issue has been reported upstream: https://github.com/mrjimenez/pupnp/pull/122 The fix for this issue is the only "useful" commit between 1.8.5 and 1.8.6: $ git --no-pager log --format=oneline release-1.8.5..release-1.8.6 71a47673795e9228775959ea23a984ff6c4d0a43 (tag: release-1.8.6) Adjust the library numbers for release 436aae7b617a4cd7bc1e1411d6882780699eb2ee Put the 1.8.6 release on README.md 90069231d83d2f365b76e2b15d918dfb06209970 Update README.md 7d6158d2c88245f2da4354a8bd0bc359eb15fac6 Update Changelog and THANKS 463f1cc025b27af35b0b73a05ba379d0051bcedf Fix format string for ExtraHeaders 8516da470bf32fa1f5c6f59aac3508378d5a85be Homekeeping for the next release Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.defconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitlab-ci.yml.in | ||
CHANGES | ||
Config.in | ||
Config.in.legacy | ||
COPYING | ||
DEVELOPERS | ||
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 Freenode IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches