Godot's buildroot soft-fork for generating toolchains to make portable Linux releases of Godot games.
Go to file
Chakra Divi b0a9ee07e4 board: Add support for nanopi-m1-plus
Add initial support for nanopi-m1-plus board
with below features
- U-Boot 2017.07-rc3
    nanopi-m1-plus dts support is present in rc3 version
- Linux 4.11.5
- linux patches to add nanopi-m1-plus dts
- Default packages from buildroot

Signed-off-by: Chakra Divi <chakra@openedev.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-07-23 11:30:14 +02:00
arch
board board: Add support for nanopi-m1-plus 2017-07-23 11:30:14 +02:00
boot
configs board: Add support for nanopi-m1-plus 2017-07-23 11:30:14 +02:00
docs
fs
linux
package package/kvm-unit-tests: fix syntax 2017-07-23 02:26:53 +02:00
support testing/tests/package: add basic unit test for IPython 2017-07-22 22:55:05 +02:00
system
toolchain
utils
.defconfig
.gitignore
.gitlab-ci.yml board: Add support for nanopi-m1-plus 2017-07-23 11:30:14 +02:00
.gitlab-ci.yml.in
CHANGES
COPYING
Config.in
Config.in.legacy
DEVELOPERS board: Add support for nanopi-m1-plus 2017-07-23 11:30:14 +02:00
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 Freenode IRC.

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