Go to file
Peter Korsgaard b6db1c24a8 boot/optee-os/optee-os.mk: fix 'PLATFORM' typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 7bd00d5506e8572f316a9b742b78039e0743d86b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-10-12 15:57:30 +02:00
.github
.gitlab/issue_templates gitlab: fix issue template 2024-09-19 11:11:28 +02:00
arch arch/Config.in.arc: fix indentation 2024-09-19 09:10:58 +02:00
board
boot boot/optee-os/optee-os.mk: fix 'PLATFORM' typo 2024-10-12 15:57:30 +02:00
configs
docs docs/website/docs.html: use HTTPS for nightly.buildroot.org links 2024-10-12 15:53:18 +02:00
fs
linux linux/linux.mk: fix 'parser' typo 2024-10-12 15:57:27 +02:00
package package/wpewebkit: security bump to version 2.44.4 2024-10-11 14:59:58 +02:00
support support/testing/tests/package/test_weston/overlay/etc/weston.ini: fix 'independent' typo 2024-10-12 15:57:26 +02:00
system
toolchain toolchain/toolchain-wrapper.c: fix 'potentially' typo 2024-10-12 15:57:13 +02:00
utils utils/scanpypi: fix typos 2024-10-12 15:56:55 +02:00
.b4-config
.checkpackageignore package/bind: security bump to 9.18.28 2024-09-19 13:13:11 +02:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES
Config.in
Config.in.legacy
COPYING
DEVELOPERS support/testing: fs: new erofs runtime test 2024-10-11 17:03:21 +02:00
Makefile Makefile: run PPD and RPATH fixup in host-fialize 2024-09-19 09:13:23 +02: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