Go to file
Ricardo Martincoski 7ca1305d64 *: fix typo for separate(d|) in text
seperate is a common misspelling of separate

Fix all the typos in the tree that are not related to patch files.

CHANGES
  seperate -> separate, in the list of changes
Config.in.legacy
  seperate -> separate, in option name and help texts
package/leafnode2/leafnode2.mk
  seperate -> separate, in a comment
system/Config.in
  seperated -> separated, in a help text

Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 4092d2a354)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-02-22 16:54:57 +01:00
arch
board
boot boot/barebox: pass required environment variables for reproducible build 2023-02-21 21:48:49 +01:00
configs configs/imx8mqevk: update codeaurora URLs to github 2023-01-04 12:19:48 +01:00
docs
fs fs/erofs: enable support for reproducible build 2023-01-17 10:26:11 +01:00
linux {linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.1.x series 2023-02-14 17:14:56 +01:00
package *: fix typo for separate(d|) in text 2023-02-22 16:54:57 +01:00
support Update for 2022.02.9 2023-01-18 11:44:24 +01:00
system *: fix typo for separate(d|) in text 2023-02-22 16:54:57 +01:00
toolchain
utils
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES *: fix typo for separate(d|) in text 2023-02-22 16:54:57 +01:00
Config.in
Config.in.legacy *: fix typo for separate(d|) in text 2023-02-22 16:54:57 +01:00
COPYING
DEVELOPERS DEVELOPERS: Remove openal from my list 2023-02-14 18:06:56 +01:00
Makefile Update for 2022.02.9 2023-01-18 11:44:24 +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