Aucune description

Gary Bisson bdc2246149 board/boundarydevices: add i.MX8MQ support to u-boot scripts il y a 6 ans
arch 58dcd28dfb arch: drop now useless support for FDPIC il y a 6 ans
board bdc2246149 board/boundarydevices: add i.MX8MQ support to u-boot scripts il y a 6 ans
boot a777a426a0 uboot: Introduce BR2_TARGET_UBOOT_FORMAT_DTB_IMX il y a 6 ans
configs a534676dc3 board/freescale/common/imx: make imx8-bootloader-prepare more generic il y a 6 ans
docs 8733193e6b docs/website/download.html: fix latest LTS version number il y a 6 ans
fs 065e7672e1 fs: ensure hard links in TARGET_DIR are correctly copied for filesystem input il y a 6 ans
linux c6054f20cc linux: bump default to version 4.17.7 il y a 6 ans
package ba3c7e806d bind: fix build with zlib il y a 6 ans
support d8c0faa980 support/misc/toolchainfile.cmake.in: use TARGET_LDFLAGS for shared and module libraries il y a 6 ans
system 903b8446a8 skeleton: PAGER without blank and unset at end of for loop il y a 6 ans
toolchain 680047e3b7 toolchain-external-linaro-aarch64-be: new package il y a 6 ans
utils 2664022787 utils/test-pkg: log the output of merge-config il y a 6 ans
.defconfig 4338a319b7 arch: remove support for sh64 il y a 7 ans
.flake8 9324167b80 .flake8: ignore utils/diffconfig il y a 6 ans
.gitignore 145508473c update gitignore il y a 11 ans
.gitlab-ci.yml 8d5e0e0882 .gitlab-ci.yml: update with the addition of olimex_a10_olinuxino_lime_defconfig il y a 6 ans
.gitlab-ci.yml.in b757f9aca3 .gitlab-ci.yml: extend check-package test to Config.* files il y a 6 ans
CHANGES afa6fe1c50 Update for 2018.02.3 il y a 6 ans
COPYING d830036cce COPYING: add exception about patch licensing il y a 8 ans
Config.in e13ab2e04a Config.in: add BR2_HOST_GCC_AT_LEAST_8 il y a 6 ans
Config.in.legacy 3f2aef5612 gst1-plugins-${base, good, bad, ugly}: bump to 1.14.1 il y a 6 ans
DEVELOPERS 080d3f793f DEVELOPERS: add bluez-alsa to Jörg Krause il y a 6 ans
Makefile ef01260b3d Kickoff 2018.08 cycle il y a 6 ans
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED il y a 7 ans
README b084eb38be README: add reference to submitting-patches il y a 8 ans

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 Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches