diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index aa796fbd5d..04d86e5187 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -68,11 +68,11 @@ fi | |||
68 | if [ "$MACHINE" = "qemuarm" ]; then | 68 | if [ "$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 | T=$BUILDDIR/tmp/deploy/images/poky-image- | 71 | T=$BUILDDIR/tmp/deploy/images/poky-image |
72 | if [ -e "$T-sdk-qemuarm.ext2" ]; then | 72 | if [ -e "$T-sdk-qemuarm.ext2" ]; then |
73 | HDIMAGE=$T-sdk-qemuarm.ext2 | 73 | HDIMAGE="$T-sdk-qemuarm.ext2" |
74 | elif [ -e "$T-pda-qemuarm.ext2" ]; then | 74 | elif [ -e "$T-sato-qemuarm.ext2" ]; then |
75 | HDIMAGE=$T-pda-qemuarm.ext2 | 75 | HDIMAGE="$T-sato-qemuarm.ext2" |
76 | fi | 76 | fi |
77 | fi | 77 | fi |
78 | fi | 78 | fi |
@@ -81,7 +81,7 @@ fi | |||
81 | if [ "$MACHINE" = "spitz" ]; then | 81 | if [ "$MACHINE" = "spitz" ]; then |
82 | if [ "$TYPE" = "ext3" ]; then | 82 | if [ "$TYPE" = "ext3" ]; then |
83 | if [ "x$HDIMAGE" = "x" ]; then | 83 | if [ "x$HDIMAGE" = "x" ]; then |
84 | HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-pda-spitz.ext3 | 84 | HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-sato-spitz.ext3 |
85 | fi | 85 | fi |
86 | fi | 86 | fi |
87 | fi | 87 | fi |
@@ -89,7 +89,7 @@ fi | |||
89 | if [ "$MACHINE" = "akita" ]; then | 89 | if [ "$MACHINE" = "akita" ]; then |
90 | if [ "$TYPE" = "jffs2" ]; then | 90 | if [ "$TYPE" = "jffs2" ]; then |
91 | if [ "x$HDIMAGE" = "x" ]; then | 91 | if [ "x$HDIMAGE" = "x" ]; then |
92 | HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-pda-akita.jffs2 | 92 | HDIMAGE=$BUILDDIR/tmp/deploy/images/poky-image-sato-akita.jffs2 |
93 | fi | 93 | fi |
94 | fi | 94 | fi |
95 | fi | 95 | fi |
@@ -100,11 +100,11 @@ if [ "$MACHINE" = "qemux86" ]; then | |||
100 | fi | 100 | fi |
101 | if [ "$TYPE" = "ext2" ]; then | 101 | if [ "$TYPE" = "ext2" ]; then |
102 | if [ "x$HDIMAGE" = "x" ]; then | 102 | if [ "x$HDIMAGE" = "x" ]; then |
103 | T=$BUILDDIR/tmp/deploy/images/poky-image- | 103 | T=$BUILDDIR/tmp/deploy/images/poky-image |
104 | if [ -e "$T-sdk-qemux86.ext2" ]; then | 104 | if [ -e "$T-sdk-qemux86.ext2" ]; then |
105 | HDIMAGE=$T-sdk-qemux86.ext2 | 105 | HDIMAGE=$T-sdk-qemux86.ext2 |
106 | elif [ -e "$T-pda-qemux86.ext2" ]; then | 106 | elif [ -e "$T-sato-qemux86.ext2" ]; then |
107 | HDIMAGE=$T-pda-qemux86.ext2 | 107 | HDIMAGE=$T-sato-qemux86.ext2 |
108 | fi | 108 | fi |
109 | fi | 109 | fi |
110 | fi | 110 | fi |