Go to file
Luca Ceresoli 571552c468 system: clarify /dev management using devtmpfs + {mdev, eudev}
The "Dynamic using mdev" and "Dynamic using eudev" /dev management
methods are using devtmpfs, just like "Dynamic using devtmpfs only",
on top of which they add either mdev or eudev. But their names might
suggest they use mdev only or eudev only.

Clarify their descriptions by adding "devtmpfs +" to make it
unambiguous.

[Thomas: rewrap the paragraphs in the manual. It makes the diff a lot
less readable, but we actually want the result to be wrapped.]

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-10-04 11:23:14 +01:00
arch arch/arm: add missing arm1136j-s variant 2015-08-24 00:43:12 +02:00
board olimex_a20_olinuxino_lime2: new board 2015-10-03 14:50:47 +01:00
boot grub2: pass target NM, OBJCOPY and STRIP 2015-09-20 14:52:19 +02:00
configs olimex_a20_olinuxino_lime2: new board 2015-10-03 14:50:47 +01:00
docs system: clarify /dev management using devtmpfs + {mdev, eudev} 2015-10-04 11:23:14 +01:00
fs fs: iso9660: change boot menu entry text 2015-08-18 21:42:51 +02:00
linux linux: bump default version to 4.2.3 2015-10-03 23:21:29 +02:00
package host-localdef fails under gcc5 2015-10-04 12:16:11 +02:00
support pkg-perl: refactor perl infrastructure 2015-10-02 20:56:52 +01:00
system system: clarify /dev management using devtmpfs + {mdev, eudev} 2015-10-04 11:23:14 +01:00
toolchain package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
.defconfig
.gitignore
CHANGES Update for 2015.08 2015-08-31 23:06:58 +02:00
Config.in blackbox: remove deprecated package 2015-09-13 23:28:42 +02:00
Config.in.legacy package/freerdp: prepare for adding another client 2015-10-03 13:43:46 +02:00
COPYING
Makefile target-finalize: remove extra /usr/libexec/{*.a,*.la} files 2015-09-19 14:59:46 +02:00
Makefile.legacy
README README: mention 'make list-defconfigs' 2015-04-04 15:19:43 +02:00

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.