summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-10 12:15:48 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-10 12:15:48 +0100
commitde687629d89740d8f748f8a0b11650e5649c66e4 (patch)
treed55659eb3ea48036aa11fbd55b0a5589e34a174f /scripts/runqemu
parent824dce8d18f753af1caeeb65fcd581d7cff41205 (diff)
downloadpoky-de687629d89740d8f748f8a0b11650e5649c66e4.tar.gz
scripts: Update qemux86 to use the vmmouse driver, not wacom and find moblin images
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 7d5107f144..eaee811187 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -134,7 +134,7 @@ if [ "$MACHINE" = "qemux86" ]; then
134 if [ "$TYPE" = "ext3" ]; then 134 if [ "$TYPE" = "ext3" ]; then
135 if [ "x$HDIMAGE" = "x" ]; then 135 if [ "x$HDIMAGE" = "x" ]; then
136 T=$BUILDDIR/tmp/deploy/images 136 T=$BUILDDIR/tmp/deploy/images
137 findimage $T qemux86 ext3 "poky-image-sdk poky-image-sato poky-image-minimal moblin-image-netbook" 137 findimage $T qemux86 ext3 "molbin-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/tmp/cross/i586-poky-linux/bin