summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 42bcbca48f..a3bb777bbc 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -68,7 +68,7 @@ fi
68if [ "$MACHINE" = "qemuarm" ]; then 68if [ "$MACHINE" = "qemuarm" ]; then
69 if [ "$TYPE" = "ext2" ]; then 69 if [ "$TYPE" = "ext2" ]; then
70 if [ "x$HDIMAGE" = "x" ]; then 70 if [ "x$HDIMAGE" = "x" ]; then
71 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemuarm.ext2 71 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-sdk-qemuarm.ext2
72 fi 72 fi
73 fi 73 fi
74fi 74fi
@@ -76,7 +76,7 @@ fi
76if [ "$MACHINE" = "spitz" ]; then 76if [ "$MACHINE" = "spitz" ]; then
77 if [ "$TYPE" = "ext3" ]; then 77 if [ "$TYPE" = "ext3" ]; then
78 if [ "x$HDIMAGE" = "x" ]; then 78 if [ "x$HDIMAGE" = "x" ]; then
79 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-spitz.ext3 79 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-pda-spitz.ext3
80 fi 80 fi
81 fi 81 fi
82fi 82fi
@@ -84,7 +84,7 @@ fi
84if [ "$MACHINE" = "akita" ]; then 84if [ "$MACHINE" = "akita" ]; then
85 if [ "$TYPE" = "jffs2" ]; then 85 if [ "$TYPE" = "jffs2" ]; then
86 if [ "x$HDIMAGE" = "x" ]; then 86 if [ "x$HDIMAGE" = "x" ]; then
87 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-akita.jffs2 87 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-pda-akita.jffs2
88 fi 88 fi
89 fi 89 fi
90fi 90fi
@@ -95,7 +95,7 @@ if [ "$MACHINE" = "qemux86" ]; then
95 fi 95 fi
96 if [ "$TYPE" = "ext2" ]; then 96 if [ "$TYPE" = "ext2" ]; then
97 if [ "x$HDIMAGE" = "x" ]; then 97 if [ "x$HDIMAGE" = "x" ]; then
98 HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-sdk-qemux86.ext2 98 HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-sdk-qemux86.ext2
99 fi 99 fi
100 fi 100 fi
101 CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin 101 CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin