diff options
Diffstat (limited to 'scripts/runqemu')
| -rwxr-xr-x | scripts/runqemu | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index bb26f8b633..82fc4e93b7 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -35,7 +35,7 @@ if ! (test -d "$TMPDIR"); then | |||
| 35 | fi | 35 | fi |
| 36 | 36 | ||
| 37 | SCRIPTSDIR=`dirname "$0"` | 37 | SCRIPTSDIR=`dirname "$0"` |
| 38 | INTERNAL_SCRIPT=SCRIPTSDIR/poky-qemu-internal` | 38 | INTERNAL_SCRIPT=$SCRIPTSDIR/poky-qemu-internal |
| 39 | 39 | ||
| 40 | if [ "x$1" = "x" ]; then | 40 | if [ "x$1" = "x" ]; then |
| 41 | echo | 41 | echo |
| @@ -116,34 +116,34 @@ fi | |||
| 116 | 116 | ||
| 117 | if [ "$MACHINE" = "qemumips" ]; then | 117 | if [ "$MACHINE" = "qemumips" ]; then |
| 118 | if [ "x$ZIMAGE" = "x" ]; then | 118 | if [ "x$ZIMAGE" = "x" ]; then |
| 119 | ZIMAGE=$TMPDIR/tmp/deploy/images/vmlinux-$MACHINE.bin | 119 | ZIMAGE=$TMPDIR/deploy/images/vmlinux-$MACHINE.bin |
| 120 | fi | 120 | fi |
| 121 | if [ "$TYPE" = "ext3" ]; then | 121 | if [ "$TYPE" = "ext3" ]; then |
| 122 | if [ "x$HDIMAGE" = "x" ]; then | 122 | if [ "x$HDIMAGE" = "x" ]; then |
| 123 | T=$TMPDIR/tmp/deploy/images | 123 | T=$TMPDIR/deploy/images |
| 124 | findimage $T $MACHINE ext3 "poky-image-sdk poky-image-sato poky-image-minimal" | 124 | findimage $T $MACHINE ext3 "poky-image-sdk poky-image-sato poky-image-minimal" |
| 125 | fi | 125 | fi |
| 126 | fi | 126 | fi |
| 127 | CROSSPATH=$TMPDIR/tmp/sysroots/$BUILD_SYS/usr | 127 | CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr |
| 128 | fi | 128 | fi |
| 129 | 129 | ||
| 130 | if [ "$MACHINE" = "qemuppc" ]; then | 130 | if [ "$MACHINE" = "qemuppc" ]; then |
| 131 | if [ "x$ZIMAGE" = "x" ]; then | 131 | if [ "x$ZIMAGE" = "x" ]; then |
| 132 | ZIMAGE=$TMPDIR/tmp/deploy/images/zImage-$MACHINE.bin | 132 | ZIMAGE=$TMPDIR/deploy/images/zImage-$MACHINE.bin |
| 133 | fi | 133 | fi |
| 134 | if [ "$TYPE" = "ext3" ]; then | 134 | if [ "$TYPE" = "ext3" ]; then |
| 135 | if [ "x$HDIMAGE" = "x" ]; then | 135 | if [ "x$HDIMAGE" = "x" ]; then |
| 136 | T=$TMPDIR/tmp/deploy/images | 136 | T=$TMPDIR/deploy/images |
| 137 | findimage $T $MACHINE ext3 "poky-image-sdk poky-image-sato poky-image-minimal" | 137 | findimage $T $MACHINE ext3 "poky-image-sdk poky-image-sato poky-image-minimal" |
| 138 | fi | 138 | fi |
| 139 | fi | 139 | fi |
| 140 | CROSSPATH=$TMPDIR/tmp/sysroots/$BUILD_SYS/usr | 140 | CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr |
| 141 | fi | 141 | fi |
| 142 | 142 | ||
| 143 | if [ "$MACHINE" = "spitz" ]; then | 143 | if [ "$MACHINE" = "spitz" ]; then |
| 144 | if [ "$TYPE" = "ext3" ]; then | 144 | if [ "$TYPE" = "ext3" ]; then |
| 145 | if [ "x$HDIMAGE" = "x" ]; then | 145 | if [ "x$HDIMAGE" = "x" ]; then |
| 146 | HDIMAGE=$TMPDIR/tmp/deploy/images/poky-image-sato-spitz.ext3 | 146 | HDIMAGE=$TMPDIR/deploy/images/poky-image-sato-spitz.ext3 |
| 147 | fi | 147 | fi |
| 148 | fi | 148 | fi |
| 149 | fi | 149 | fi |
| @@ -151,7 +151,7 @@ fi | |||
| 151 | if [ "$MACHINE" = "akita" ]; then | 151 | if [ "$MACHINE" = "akita" ]; then |
| 152 | if [ "$TYPE" = "jffs2" ]; then | 152 | if [ "$TYPE" = "jffs2" ]; then |
| 153 | if [ "x$HDIMAGE" = "x" ]; then | 153 | if [ "x$HDIMAGE" = "x" ]; then |
| 154 | HDIMAGE=$TMPDIR/tmp/deploy/images/poky-image-sato-akita.jffs2 | 154 | HDIMAGE=$TMPDIR/deploy/images/poky-image-sato-akita.jffs2 |
| 155 | fi | 155 | fi |
| 156 | fi | 156 | fi |
| 157 | fi | 157 | fi |
| @@ -159,7 +159,7 @@ fi | |||
| 159 | if [ "$MACHINE" = "nokia800" ]; then | 159 | if [ "$MACHINE" = "nokia800" ]; then |
| 160 | if [ "$TYPE" = "jffs2" ]; then | 160 | if [ "$TYPE" = "jffs2" ]; then |
| 161 | if [ "x$HDIMAGE" = "x" ]; then | 161 | if [ "x$HDIMAGE" = "x" ]; then |
| 162 | HDIMAGE=$TMPDIR/tmp/deploy/images/poky-image-sato-nokia800.jffs2 | 162 | HDIMAGE=$TMPDIR/deploy/images/poky-image-sato-nokia800.jffs2 |
| 163 | fi | 163 | fi |
| 164 | fi | 164 | fi |
| 165 | fi | 165 | fi |
| @@ -167,15 +167,15 @@ fi | |||
| 167 | 167 | ||
| 168 | if [ "$MACHINE" = "qemux86" ]; then | 168 | if [ "$MACHINE" = "qemux86" ]; then |
| 169 | if [ "x$ZIMAGE" = "x" ]; then | 169 | if [ "x$ZIMAGE" = "x" ]; then |
| 170 | ZIMAGE=$TMPDIR/tmp/deploy/images/bzImage-$MACHINE.bin | 170 | ZIMAGE=$TMPDIR/deploy/images/bzImage-$MACHINE.bin |
| 171 | fi | 171 | fi |
| 172 | if [ "$TYPE" = "ext3" ]; then | 172 | if [ "$TYPE" = "ext3" ]; then |
| 173 | if [ "x$HDIMAGE" = "x" ]; then | 173 | if [ "x$HDIMAGE" = "x" ]; then |
| 174 | T=$TMPDIR/tmp/deploy/images | 174 | T=$TMPDIR/deploy/images |
| 175 | findimage $T qemux86 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-minimal" | 175 | findimage $T qemux86 ext3 "moblin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-minimal" |
| 176 | fi | 176 | fi |
| 177 | fi | 177 | fi |
| 178 | CROSSPATH=$TMPDIR/tmp/sysroots/$BUILD_SYS/usr | 178 | CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr |
| 179 | fi | 179 | fi |
| 180 | 180 | ||
| 181 | if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "spitz" -o "$MACHINE" = "borzoi" -o "$MACHINE" = "akita" -o "$MACHINE" = "nokia800" ]; then | 181 | if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "spitz" -o "$MACHINE" = "borzoi" -o "$MACHINE" = "akita" -o "$MACHINE" = "nokia800" ]; then |
| @@ -194,6 +194,6 @@ if [ ! -e $CROSSPATH/$TARGET_SYS/bin/gcc ]; then | |||
| 194 | ln -s $CROSSPATH/bin/$TARGET_SYS-gcc $CROSSPATH/$TARGET_SYS/bin/gcc | 194 | ln -s $CROSSPATH/bin/$TARGET_SYS-gcc $CROSSPATH/$TARGET_SYS/bin/gcc |
| 195 | fi | 195 | fi |
| 196 | 196 | ||
| 197 | CROSSPATH=$TMPDIR/tmp/sysroots/$BUILD_SYS/usr/bin:$CROSSPATH:$TMPDIR/tmp/cross/bin | 197 | CROSSPATH=$TMPDIR/sysroots/$BUILD_SYS/usr/bin:$CROSSPATH:$TMPDIR/cross/bin |
| 198 | 198 | ||
| 199 | . $INTERNAL_SCRIPT | 199 | . $INTERNAL_SCRIPT |
