mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-15 18:53:58 -09:00
2c36fe80fe2fc3352b0ade2fa9c19fd190bea9b9
Qt5 can be built with or without openssl support. Following some build failures, commita94d39d693("package/qt5: fix build failure due to libressl use") enforced libopenssl as the only valid implementation for Qt5 openssl support. While this solution is fine to filter between the two openssl variants officially supported by Buildroot, it prevents users bringing their own OpenSSL implementations (through the virtual package mechanism) from building Qt5 with openssl support, even if the custom implementation matches the expected OpenSSL API. Allow compatible external implementations to be provided for Qt5 openssl support. Relax the constraint by partially revertinga94d39d693and checking that the selected openssl implementation isn't libressl. It then becomes up to users to ensure that the implementation they are providing is fully compatible with libopenssl's. Some qt5 sub-packages enforce BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL, they don't need any update as it does not really strictly select libopenssl, it rather prevents libressl, so it still allows custom providers. Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
…
…
…
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.4%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.2%