Go to file
Waldemar Brodkorb 2557bfe8ff package/ruby: update to 3.3.5
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 9208ee8467f48d55adf91eba86ba8374c30556ed)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-11-09 17:51:38 +01: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/uboot: update link to the U-Boot docs 2024-11-06 21:49:30 +01:00
configs
docs docs/manual: do not instruct doctoring the saved defconfig 2024-10-19 20:42:16 +02:00
fs
linux {linux, linux-headers}: bump 6.{1, 6, 10}.x series 2024-11-06 21:54:22 +01:00
package package/ruby: update to 3.3.5 2024-11-09 17:51:38 +01:00
support support/testing: add iputils runtime test 2024-11-09 17:32:35 +01: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 Update for 2024.02.7 2024-10-21 09:09:10 +02:00
Config.in
Config.in.legacy
COPYING
DEVELOPERS DEVELOPERS: drop Anisse Astier 2024-11-09 17:43:36 +01:00
Makefile Update for 2024.02.7 2024-10-21 09:09:10 +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