Nessuna descrizione

Petr Vorel 91bc7e042f toolchain/buildroot: fix default of C library choice 6 anni fa
arch 1eecd462ae arch: add Atom CPUs as Silvermont Architecture target 6 anni fa
board 285f310bad configs/freescale_imx31_3stack: Remove target 6 anni fa
boot 74f309da6f grub2: force -fno-stack-protector in CPPFLAGS 6 anni fa
configs bd88f5e9bd configs/freescale_imx6ulevk: Remove target 6 anni fa
docs 9e5c7cbde0 docs/manual: using a branch name as FOO_VERSION does not work 6 anni fa
fs 4fa524144b fs/cpio/init: preserve arguments 6 anni fa
linux 7c4518d9f3 linux: ensure correct make targets are used for cuImage/simpleImage.<dtb> 6 anni fa
package d431200be3 cups-filters: fix avahi dependency 6 anni fa
support 312d6d0cf5 support/dependencies: check that PATH does not contain CWD 6 anni fa
system 5e23eb5da7 system: only expose getty options for busybox and sysvinit 6 anni fa
toolchain 91bc7e042f toolchain/buildroot: fix default of C library choice 6 anni fa
utils 2e0967180a scanpypi: add support for the new PyPI infrastructure 6 anni fa
.defconfig 4338a319b7 arch: remove support for sh64 7 anni fa
.flake8 918a02ce22 .flake8: add config file for Python code style 6 anni fa
.gitignore 145508473c update gitignore 11 anni fa
.gitlab-ci.yml 787d8dbf3d .gitlab-ci.yml: update after removal of freescale defconfigs 6 anni fa
.gitlab-ci.yml.in 2502d4f393 .gitlab-ci.yml: use image with flake8 6 anni fa
CHANGES 4acca318b1 Update for 2018.02.2 6 anni fa
COPYING d830036cce COPYING: add exception about patch licensing 8 anni fa
Config.in 4d1ad92d4f Config.in: add BR2_HOST_GCC_AT_LEAST_8 6 anni fa
Config.in.legacy 2a9b7b8a1e linux-headers: drop old unsupported 3.x versions 6 anni fa
DEVELOPERS b8ee32d841 docker-proxy: new package 6 anni fa
Makefile 4acca318b1 Update for 2018.02.2 6 anni fa
Makefile.legacy 49315f2fac Remove BR2_DEPRECATED 7 anni fa
README b084eb38be README: add reference to submitting-patches 8 anni fa

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