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 ff3c3045ad..2ab01d9257 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -69,7 +69,7 @@ if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "spitz" -o "$MACHINE" = "borzoi" -o | |||
69 | if [ "x$ZIMAGE" = "x" ]; then | 69 | if [ "x$ZIMAGE" = "x" ]; then |
70 | ZIMAGE=$BUILDDIR/tmp/deploy/images/zImage-$MACHINE.bin | 70 | ZIMAGE=$BUILDDIR/tmp/deploy/images/zImage-$MACHINE.bin |
71 | fi | 71 | fi |
72 | CROSSPATH=$BUILDDIR/tmp/cross/arm-poky-linux-gnueabi/bin | 72 | CROSSPATH=$BUILDDIR/sysroots/$BUILD_SYS/arm-poky-linux-gnueabi/bin |
73 | fi | 73 | fi |
74 | 74 | ||
75 | function findimage { | 75 | function findimage { |
@@ -137,7 +137,7 @@ if [ "$MACHINE" = "qemux86" ]; then | |||
137 | findimage $T qemux86 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-minimal" | 137 | findimage $T qemux86 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-minimal" |
138 | fi | 138 | fi |
139 | fi | 139 | fi |
140 | CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin | 140 | CROSSPATH=$BUILDDIR/sysroots/$BUILD_SYS/i586-poky-linux/bin |
141 | fi | 141 | fi |
142 | 142 | ||
143 | if [ ! -e $CROSSPATH/cc ]; then | 143 | if [ ! -e $CROSSPATH/cc ]; then |