• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

.github/18-Apr-2025-

arch/18-Apr-2025-

board/18-Apr-2025-

boot/18-Apr-2025-

configs/18-Apr-2025-

docs/18-Apr-2025-

fs/18-Apr-2025-

linux/18-Apr-2025-

package/18-Apr-2025-

support/18-Apr-2025-

system/18-Apr-2025-

toolchain/18-Apr-2025-

utils/18-Apr-2025-

.checkpackageignore A D18-Apr-2025124.7 KiB1,6761,675

.clang-format A D18-Apr-202516.9 KiB568562

.defconfig A D18-Apr-20251.2 KiB5250

.editorconfig A D18-Apr-2025561 4131

.flake8 A D18-Apr-202596 65

.gitignore A D18-Apr-2025125 1615

.gitlab-ci.yml A D18-Apr-2025814 3429

.shellcheckrc A D18-Apr-20250

CHANGES A D18-Apr-2025552.2 KiB14,09910,924

COPYING A D18-Apr-202518.3 KiB356293

Config.in A D18-Apr-202530.7 KiB992811

Config.in.legacy A D18-Apr-2025167 KiB5,5804,809

DEVELOPERS A D18-Apr-202585.8 KiB3,3902,991

Makefile A D18-Apr-202545.4 KiB1,274867

Makefile.legacy A D18-Apr-20252.2 KiB6026

README A D18-Apr-20251 KiB2719

README

1Buildroot is a simple, efficient and easy-to-use tool to generate embedded
2Linux systems through cross-compilation.
3
4The documentation can be found in docs/manual. You can generate a text
5document with 'make manual-text' and read output/docs/manual/manual.text.
6Online documentation can be found at http://buildroot.org/docs.html
7
8To build and use the buildroot stuff, do the following:
9
101) run 'make menuconfig'
112) select the target architecture and the packages you wish to compile
123) run 'make'
134) wait while it compiles
145) find the kernel, bootloader, root filesystem, etc. in output/images
15
16You do not need to be root to build or run buildroot.  Have fun!
17
18Buildroot comes with a basic configuration for a number of boards. Run
19'make list-defconfigs' to view the list of provided configurations.
20
21Please feed suggestions, bug reports, insults, and bribes back to the
22buildroot mailing list: buildroot@buildroot.org
23You can also find us on #buildroot on OFTC IRC.
24
25If you would like to contribute patches, please read
26https://buildroot.org/manual.html#submitting-patches
27