Go to file
Erico Nunes bde3fbe361 efibootmgr: depends on wchar
After commit 3ae07b4746 recently, efibootmgr now selects
BR2_PACKAGE_GETTEXT if the toolchain requires it.
gettext depends on wchar, so this dependency should be propagated as
well.
menuconfig currently complains loudly if you select efibootmgr, with an
error such as:

  warning: (... && BR2_PACKAGE_EFIBOOTMGR ... && ) selects
  BR2_PACKAGE_GETTEXT which has unmet direct dependencies
  (BR2_USE_WCHAR)

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-12-07 23:45:35 +01:00
arch arch/Config.in.arm: add Cortex-A57 and Cortex-A72 2016-12-05 23:07:14 +01:00
board Merge branch 'next' 2016-12-01 22:29:56 +01:00
boot
configs configs/olimex_a20_olinuxino_lime_mali: bump kernel version 2016-12-04 21:53:44 +01:00
docs docs/manual: document the waf-package infra 2016-12-02 22:36:49 +01:00
fs Merge branch 'next' 2016-12-01 22:29:56 +01:00
linux linux: generate KBUILD_BUILD_TIMESTAMP date whith LC_ALL=C 2016-12-07 23:34:52 +01:00
package efibootmgr: depends on wchar 2016-12-07 23:45:35 +01:00
support
system
toolchain
.defconfig arch: remove support for sh64 2016-09-08 22:15:15 +02:00
.gitignore update gitignore 2013-05-04 12:41:55 +02:00
CHANGES
Config.in core: add a kconfig option to require an UTF8 locale on the host 2016-12-04 15:38:06 +01:00
Config.in.legacy
COPYING COPYING: add exception about patch licensing 2016-02-26 19:50:13 +01:00
DEVELOPERS DEVELOPERS: remove Tom Sparks 2016-12-06 10:08:06 +01:00
Makefile
Makefile.legacy Remove BR2_DEPRECATED 2016-10-15 23:14:45 +02:00
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