Go to file
Peter Korsgaard 219d0b5db2 fs/ext2: default to ext2 rev1
Rev0 is very old (E.G. from before Linux was maintained in git), the kernel
prints a scary warning when used:

EXT4-fs warning (device sda): ext4_update_dynamic_rev:746: updating to rev 1
because of new feature flag, running e2fsck is recommended

And rev0 support is broken in u-boot 2016.11:
http://lists.denx.de/pipermail/u-boot/2016-December/275916.html

So default to rev1 instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-12-14 15:59:38 +01:00
arch
board mx6sx: Add support for mx6sx udoo neo boards 2016-12-13 19:43:49 +01:00
boot
configs configs/linksprite_pcduino: bump kernel and u-boot versions 2016-12-14 15:57:12 +01:00
docs doc/manual: document the new waf-package infra variables 2016-12-11 18:03:59 +01:00
fs fs/ext2: default to ext2 rev1 2016-12-14 15:59:38 +01:00
linux linux: bump default to version 4.9 2016-12-12 00:00:58 +01:00
package netsnmp: handle libnl dependency properly 2016-12-14 10:13:13 +01:00
support
system
toolchain toolchain: add 4.9.x choice for headers 2016-12-12 00:02:03 +01:00
.defconfig
.gitignore
CHANGES
Config.in
Config.in.legacy
COPYING
DEVELOPERS
Makefile
Makefile.legacy
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