Buildroot fork.
Go to file
Eric Andersen 073534b925 Update ltp to the latest version. Current results:
$ grep FAIL logfile
fcntl18     2  FAIL  :  Test F_GETLK64: for errno EFAULT FAILED
fcntl18     0  INFO  :  Block 2 FAILED
fcntl18     2  FAIL  :  Test F_GETLK64: for errno EFAULT FAILED
fcntl18     0  INFO  :  Block 2 FAILED
flock03     2  FAIL  :  Child: Unable to relock file after unlocking, errno 37
flock03     2  FAIL  :  flock03 Failed
nanosleep02    1  FAIL  :  Remaining sleep time 4010000 usec doesn't match with the expected 3992631 usec time
nanosleep02    1  FAIL  :  child process exited abnormally
INFO: pan reported some tests FAIL

$ grep BROK logfile
setgroups04    1  BROK  :  Unexpected signal 11 received.
swapoff02    1  BROK  :  Failed to turn on the swap file. skipping  the test iteration
swapoff02    2  BROK  :  Remaining cases broken
swapoff02    3  BROK  :  Remaining cases broken
2004-01-11 08:01:02 +00:00
make Update ltp to the latest version. Current results: 2004-01-11 08:01:02 +00:00
sources Update ltp to the latest version. Current results: 2004-01-11 08:01:02 +00:00
.cvsignore Ignore unwanted stuff 2003-06-04 21:04:26 +00:00
Makefile Default buildroot to use stock uClibc 0.9.26 till further notice 2004-01-04 06:08:20 +00:00
README Rework things to ensure we are cross compiling. Teach problematic 2003-03-04 19:16:19 +00:00

To build and use the buildroot stuff, do the following:

1) run 'make'
2) wait while it compiles 
3) run './UMlinux' to test out your root filesystem using User Mode Linux.

You do not need to be root to build or run this system.  Each Virtual Terminal
will be opened in its own window.  You must be running X and have xterm
installed for this to work -- otherwise you see a few errors on bootup as it
tries to launch xterms.   It will still work on a console, but you will not
have access to the other Virtual Terminals.

Also, you the uClibc and busybox source trees that
are downloaded are fully set up for anonymous CVS access.  You may need to set
up your system for anonymous CVS access by running the following command:

    cvs -d:pserver:anonymous@busybox.net:/var/cvs login

Then just hit Enter when it prompts you for a password.  You only need to do
this once.  Then, whenever you want to update your system, just go into the
busybox or uClibc directory and run 'cvs update'.

Have fun!

 -Erik

Please feed suggestions, bug reports, insults, and bribes back to:
	Erik Andersen <andersen@codepoet.org>