Update third patch (and renumber it) and drop other ones as they are upstream: * 0001-Remove-apparently-incorrect-usage-of-static.patch a365bcb7d7025da51b33165ef7ebc7180199a05e * 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch 2e3fdc2030c75c19df6fc2924083cfad53856562 * 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch e88d83c8b4e42a3358a90b781a5a98efa279ff15 * 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch c4deb5e9e1ce9c98a48e0d5bb37d87739b8cfee4 * 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch ad5f1f078b716802dfb8f7226cb1d5c720348a78 * 0007-fix-adjusting-startPage.patch 1cc234fea5600190d872329aca60e2365cefc39e * 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch 83aa89addf8757e2d63aa73222f2fa9bc6d7321a * 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch 52ab908394958a2a5d0476e306e2cad4da4fdeae * 0010-Fix-endianness-issues-for-powerpc-PIE.patch 884eccc4f061a3dbdbe63a4c73f1cc9bbf77fa7d Update indentation in hash file (two spaces) Fixes: - https://bugs.buildroot.org/show_bug.cgi?id=14191 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.clang-format | ||
.defconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
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 OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches