Go to file
Fabrice Fontaine 14e0c4de71 package/wolfssl: security bump to version 5.2.0
Fix CVE-2021-44718, CVE-2022-23408, CVE-2022-25638 and CVE-2022-25640

https://www.wolfssl.com/docs/security-vulnerabilities
https://github.com/wolfSSL/wolfssl/blob/v5.2.0-stable/ChangeLog.md

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-02-28 19:41:42 +01:00
arch
board configs/zynqmp_zcu10x: fix U-Boot dts config 2022-02-23 21:07:20 +01:00
boot
configs configs/zynqmp_zcu10x: fix U-Boot dts config 2022-02-23 21:07:20 +01:00
docs Update for 2022.02-rc2 2022-02-20 23:24:46 +01:00
fs
linux
package package/wolfssl: security bump to version 5.2.0 2022-02-28 19:41:42 +01:00
support support/testing/../sample_python_pyyaml_dec.py: unbreak after move to pyaml 6.0 2022-02-21 21:56:34 +01:00
system
toolchain
utils
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
CHANGES Update for 2022.02-rc2 2022-02-20 23:24:46 +01:00
Config.in
Config.in.legacy package/weston: drop fbdev 2022-02-23 20:59:59 +01:00
COPYING
DEVELOPERS
Makefile Makefile: unexport 'DEVICE_TREE' environment variable 2022-02-23 15:03:18 +01:00
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