mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
de2acc9071fb2c32a1bd95a75635d21f93685819
Since the python-cython bump to v3.1.2 (see [1]), python-yarl has been failing on the autobuilder with the following error message: ``` ERROR Missing dependencies: Cython~=3.0.0; python_version >= "3.12" make: *** [package/pkg-generic.mk:273: /home/buildroot/instance-0/output-1/build/python-yarl-1.18.3/.stamp_built] Error 1 ``` The cython dependency has been addressed in python-yarl v1.20.1, for more information see the github issue [2]. For more information on the release, see: - https://github.com/aio-libs/yarl/releases/tag/v1.19.0 - https://github.com/aio-libs/yarl/releases/tag/v1.20.0 - https://github.com/aio-libs/yarl/releases/tag/v1.20.1 [1]b536caaec0package/python-cython: bump to version 3.1.2 [2] https://github.com/aio-libs/yarl/pull/1514 Fixes: https://autobuild.buildroot.org/results/d36/d367b69b85a65fa94e923ecff3ba03723b2a6e88 Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be> (cherry picked from commit0bd88146ee) Signed-off-by: Titouan Christophe <titouan.christophe@mind.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 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
Description
Languages
Makefile
62.6%
Python
18.8%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.2%