diff options
author | Lauri Leukkunen <lle@rahina.org> | 2008-10-25 15:22:12 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-10-25 15:22:12 +0300 |
commit | d402111fd21c171cbfb9857295b86efb375c3c8c (patch) | |
tree | 5fa9a67bed070f13a2e0c926719e73c2105c704a /docs | |
parent | 19aba792847a578037fa0b984a96343b397a5683 (diff) |
update manpage to talk about absolute qemu path
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sb2.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ To configure sb2, do something like this: mkdir $HOME/buildroot cd $HOME/buildroot [fetch a rootfs from somewhere and extract it here] -sb2-init /path/to/cross-compiler/bin/arm-linux-gcc +sb2-init -c /abs/path/to/qemu-arm /path/to/cross-compiler/bin/arm-linux-gcc .fi To change default scratchbox2 target: |