Go to file
Yann E. MORIN d625227229 package/pseudo: new package
Pseudo is a program that can either be used directly or as an
LD_PRELOAD, which allows these operations to succeed as if the
user did have system administrator privileges even though they
are an ordinary user.

Pseudo has a lot of similarities to fakeroot but is a new
implementation that improves on the problems seen using fakeroot.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Andrey Yurovsky <yurovsky@gmail.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-11-03 21:36:01 +01:00
arch
board board/lego/ev3: Use ev3dev linux ext for ev3dev drivers 2016-11-02 17:52:30 +01:00
boot package/uboot: define help commands when using Kconfig 2016-11-01 14:51:15 +01:00
configs board/lego/ev3: Use ev3dev linux ext for ev3dev drivers 2016-11-02 17:52:30 +01:00
docs
fs
linux linux: add ev3dev extension 2016-11-02 17:52:24 +01:00
package package/pseudo: new package 2016-11-03 21:36:01 +01:00
support linux: add ev3dev extension 2016-11-02 17:52:24 +01:00
system
toolchain
.defconfig
.gitignore
CHANGES CHANGES: prepare for 2016.11-rc1 2016-11-03 21:31:14 +01:00
Config.in
Config.in.legacy
COPYING
DEVELOPERS DEVELOPERS: add David Lechner 2016-11-02 23:25:18 +01:00
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