Godot's buildroot soft-fork for generating toolchains to make portable Linux releases of Godot games.
Go to file
Arnout Vandecappelle 033e2b9431 minnowboard_max_defconfig: grub2 needs WCHAR
Since commit 5ffafd2353 (grub2: bump up version), grub2 needs a
toolchain with WCHAR support. However, the defconfigs that use grub2
were not updated at the time.

Add BR2_TOOLCHAIN_BUILDROOT_WCHAR=y to minnowboard_max_defconfig.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Erico Nunes <nunes.erico@gmail.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Cc: Vincent Stehlé <vincent.stehle@intel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-08-11 15:27:05 +02:00
arch
board
boot
configs minnowboard_max_defconfig: grub2 needs WCHAR 2017-08-11 15:27:05 +02:00
docs Update for 2017.08-rc1 2017-08-02 23:00:13 +02:00
fs
linux linux: Fix URL for release candidate versions 2017-08-11 12:35:16 +02:00
package package/qt5base: only build libgtk3 support for X11 backend 2017-08-11 14:01:12 +02:00
support support/testing: allow to use a multiplier for timeouts 2017-08-10 10:08:06 +02:00
system
toolchain
utils
.defconfig
.gitignore
.gitlab-ci.yml .gitlab-ci.yml: use large timeouts for runtime tests 2017-08-10 10:08:55 +02:00
.gitlab-ci.yml.in .gitlab-ci.yml: use large timeouts for runtime tests 2017-08-10 10:08:55 +02:00
CHANGES
COPYING
Config.in
Config.in.legacy
DEVELOPERS
Makefile Update for 2017.08-rc1 2017-08-02 23:00:13 +02:00
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