summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2008-10-20Add svn qemu build instructions to READMELauri Leukkunen1-0/+6
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2008-10-20Update READMELauri Leukkunen1-71/+24
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2008-10-19Update README to reflect recent changesLauri Leukkunen1-3/+3
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2008-01-11Introduce sb2-show, cleanup some warningsLauri Leukkunen1-2/+24
sb2-show allows you to inspect how path/argv/envp mangling would be done for a given binary. Patch by lauri.t.aarnio@nokia.com, somewhat cleaned up by lle@rahina.org. Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2008-01-03Added log post-processing tool and improved logging messages.Lauri Aarnio1-1/+29
- added sb2logz, which extracts information from logs and produces summaries - general: log format changed (each line now contains log level, too) - *.c: log messages which are needed by sb2logz are now at INFO level - interface.master & libsb2.c: Added gates to _exit() and _Exit(), so that exit status can be logged - sb_exec.c: bugfix: sb_execve_mod() returns nonzero if error, not zero - sb2: location of log files changed: logs now go to ~/sb2_logs/, and initial environment is printed to the log file
2007-12-14Update TODO and READMELauri Leukkunen1-3/+8
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-12-02Update README and TODOLauri Leukkunen1-2/+3
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-09-11Add sb2-config, rework target setupLauri Leukkunen1-24/+13
Targets no longer have any extra files in them, everything lives under ~/.scratchbox2. Per-target sb2 files go to ~/.scratchbox2/TARGETNAME sb2-config can be used to list the available targets and to set the default target. Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-08-19Update the date on the READMELauri Leukkunen1-1/+1
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-08-19Multilib supportLauri Leukkunen1-7/+15
Enables use of 32bit binaries on a 64bit host. Works just fine the other way around as well. Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-08-16Switch back to using our own luaLauri Leukkunen1-1/+0
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-07-28Mention liblua5.1 dependency in the READMELauri Leukkunen1-0/+1
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-07-23Enhance READMELauri Leukkunen1-3/+19
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-07-14Expand on qemu and mention sb1 toolchain incompatibilityLauri Leukkunen1-0/+3
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-07-03Change sb2-init to run sb2-build-libtool automaticallyLauri Leukkunen1-25/+28
Also adds creation of sb_tools/bin/dpkg-checkbuilddeps which removes the need to use -d switch for dpkg-buildpackage. Several sanity checks added to sb2-init and README updated to reflect current reality. Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-07-03Update README1.99.0.7Lauri Leukkunen1-5/+33
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-06-18Update READMELauri Leukkunen1-6/+2
Qemu no longer needs patching. Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-05-25Update README1.99.0.4Lauri Leukkunen1-5/+2
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-04-23Add links to qemu patchesLauri Leukkunen1-3/+5
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-04-23Update READMELauri Leukkunen1-10/+29
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-04-22Cleanup a url in READMELauri Leukkunen1-1/+1
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-04-22Update READMELauri Leukkunen1-2/+8
Minor stuff about 32/64bit hosts and toolchains. Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-04-22Fix the language a bit in README1.99.0.3Lauri Leukkunen1-1/+1
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-04-22Update README to reflect sb2-init useLauri Leukkunen1-17/+16
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-04-10Change links to point to fdo1.99.0.2Lauri Leukkunen1-2/+2
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-03-12Change sample config to use /usr/bin/qemu-arm and update READMELauri Leukkunen1-2/+7
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
2007-02-13Add note about debian package building to README.Lauri Leukkunen1-0/+6
2007-02-13Update READMELauri Leukkunen1-0/+5
2007-02-12Update READMELauri Leukkunen1-3/+17
Describes basic usage with CodeSourcery 2006q3 & Maemo.
2006-12-27* update READMELauri Leukkunen1-24/+15
2006-11-03* update READMELauri Leukkunen1-6/+4
2006-08-27* add the rest of the important environment variables to READMELauri Leukkunen1-0/+7
2006-08-09* add stuff about the licenseLauri Leukkunen1-0/+3
2006-08-09* update READMELauri Leukkunen1-10/+11
2006-08-05update readme to reflect changing from darcs to git and from scons toLauri Leukkunen1-3/+3
make
2006-08-04initial darcs -> git transition commitLauri Leukkunen1-0/+37