diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-16 13:49:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-16 13:49:34 +0000 |
commit | 990788b29580f8689933b5af21dc9cb62c726b0e (patch) | |
tree | 58b7cb274830e8f615b78dbd7ab7452276a1ae9a /scripts/runqemu | |
parent | 6531611d9a02ebee72229ee475601a5717222e56 (diff) | |
download | openembedded-core-990788b29580f8689933b5af21dc9cb62c726b0e.tar.gz openembedded-core-990788b29580f8689933b5af21dc9cb62c726b0e.tar.bz2 openembedded-core-990788b29580f8689933b5af21dc9cb62c726b0e.tar.xz openembedded-core-990788b29580f8689933b5af21dc9cb62c726b0e.zip |
scripts: Rename scripts, update README
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1146 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 30fd0697c..7ed080e20 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -72,7 +72,7 @@ if [ "$MACHINE" = "qemux86" ]; then fi if [ "$TYPE" = "ext2" ]; then if [ "x$HDIMAGE" = "x" ]; then - HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-qemux86.ext2 + HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemux86.ext2 fi fi CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin @@ -92,7 +92,7 @@ else echo "Warning: distccd not present, no distcc support loaded" fi -INTERNAL_SCRIPT=`which runqemu-internal` +INTERNAL_SCRIPT=`which poky-qemu-internal` source $INTERNAL_SCRIPT if [ -x "$DISTCCD" ]; then |