diff options
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 30fd0697c6..7ed080e20a 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -72,7 +72,7 @@ if [ "$MACHINE" = "qemux86" ]; then | |||
| 72 | fi | 72 | fi |
| 73 | if [ "$TYPE" = "ext2" ]; then | 73 | if [ "$TYPE" = "ext2" ]; then |
| 74 | if [ "x$HDIMAGE" = "x" ]; then | 74 | if [ "x$HDIMAGE" = "x" ]; then |
| 75 | HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-qemux86.ext2 | 75 | HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemux86.ext2 |
| 76 | fi | 76 | fi |
| 77 | fi | 77 | fi |
| 78 | CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin | 78 | CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin |
| @@ -92,7 +92,7 @@ else | |||
| 92 | echo "Warning: distccd not present, no distcc support loaded" | 92 | echo "Warning: distccd not present, no distcc support loaded" |
| 93 | fi | 93 | fi |
| 94 | 94 | ||
| 95 | INTERNAL_SCRIPT=`which runqemu-internal` | 95 | INTERNAL_SCRIPT=`which poky-qemu-internal` |
| 96 | source $INTERNAL_SCRIPT | 96 | source $INTERNAL_SCRIPT |
| 97 | 97 | ||
| 98 | if [ -x "$DISTCCD" ]; then | 98 | if [ -x "$DISTCCD" ]; then |
