mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
e2870919b2943c2d4a62127201a0d334fdb5a461
https://gitlab.com/sane-project/backends/-/releases/1.2.1 https://gitlab.com/sane-project/backends/-/releases/1.3.1 https://gitlab.com/sane-project/backends/-/releases/1.4.0 Removed patch which is included in this release. Added sha256 tarball provided by upstream. The build of the umax_pp backend fails for microblazeel/mipsel/powerpc when used with uClibc (detected by the Gitlab pipelines): umax_pp_low.c: In function ‘sanei_umax_pp_initPort’: umax_pp_low.c:835:7: error: implicit declaration of function 'iopl' [-Wimplicit-function-declaration] 835 | if (iopl (3) != 0) Fix this by disabling that backend under those conditions. The proper way to do that would be to patch configure.ac to add an option to exclude specific backends, and then give the corresponding CONF_OPT. However, that's quite a complex patch for such a corner case, so instead simply patch configure to remove the umax_pp backend from ALL_BACKENDS. We only want to do this conditionally, so do it with sed in a post-patch hook rather than with a patch. Fixes: https://autobuild.buildroot.net/results/364/364bfa29f9df16079dd10be628ddefcf80f581f9/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Arnout: do it in a post-patch instead of post-extract hook] Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
…
…
…
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 https://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
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%