00e8f09356
-----BEGIN PGP SIGNATURE----- iHAEABECADAWIQSrB9gG0s50H7iG7lCwJbqLWcNjGQUCZ1YHGxIcamFjbWV0QHVj bGliYy5vcmcACgkQsCW6i1nDYxk9dgCgvSL/hKzEMgA9IkwqpBkheolTZvcAoIwv 3ZdztNGLn2N1lWuoKBr9VvpL =c4nn -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE9CNx1ILRz3aWThHWp4yJeqOvASsFAmdgC6QACgkQp4yJeqOv ASu6RA/7Bubs14xWyE8O1/6RFkXc6Ouz1L7DoIEJvzk/kHb2Wpi1+9FnJGJChVe0 hrieQLkP1i2pFSttPM2z/jQjFFcOJ0176ASC/yy+90/jEP71K7YTR7rfBXTd/7dz Og/xM/ZCDDfQNOPQFzZrlwp+wblfdBW8IXm0XTr9uogWN2jk+BWpY7hpnTHp633j 0rGKHyY0bp4i/eSPHia7isxUV4HsU8q2RqjaQQfpfuDwGjhVoPydQmY1uxmei0v1 Z3CT+wr+8WYFjLaqdTVeAM8BDEhoZfKEhKhC6SFA4mIe+DWSnkDhIj7xkoJJL+5O o9cA3ES4v35Uafs5nYG2CPcJgnrXwcLO2s1xVisS8XrET2sOPSMFCwymDzXxUWpe rO8gmQ9MeMK8lPF5ynLZbwYLuasdmcO423kqTDDBqMWMI1NynXM0Px9+wwvqXqzU B8b/WkkziKfDSuDP1FcaQdkF59+nnVIlZSXzcFx0PFdoRf3iu/5+/eVwcSgKDAPP yZNsN9PplHMmHOTvqOHilPmcNWc4HlolgXNNAROzvFX9eEXIrv5r9ngmyH444QuY 8zDP3RwN98969PossHT84LYfSYVOr1On6y8bKS11g8iIvfAQeOY8kOuCWEpXI6vS 3/+A5y2IOP9WUi7U/7wwZaRfyz6Gq+JZG5qlkP8N1oVGMUD1HPg= =TX0L -----END PGP SIGNATURE----- Merge tag '2024.02.9' into 2024.02.x-haos Release 2024.02.9 |
||
---|---|---|
.gitlab/issue_templates | ||
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.b4-config | ||
.checkpackageignore | ||
.clang-format | ||
.defconfig | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
.shellcheckrc | ||
CHANGES | ||
COPYING | ||
Config.in | ||
Config.in.legacy | ||
DEVELOPERS | ||
Makefile | ||
Makefile.legacy | ||
README |
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