diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-10 12:15:48 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-10 12:15:48 +0100 |
commit | de687629d89740d8f748f8a0b11650e5649c66e4 (patch) | |
tree | d55659eb3ea48036aa11fbd55b0a5589e34a174f /scripts/runqemu | |
parent | 824dce8d18f753af1caeeb65fcd581d7cff41205 (diff) | |
download | openembedded-core-de687629d89740d8f748f8a0b11650e5649c66e4.tar.gz openembedded-core-de687629d89740d8f748f8a0b11650e5649c66e4.tar.bz2 openembedded-core-de687629d89740d8f748f8a0b11650e5649c66e4.tar.xz openembedded-core-de687629d89740d8f748f8a0b11650e5649c66e4.zip |
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-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 7d5107f14..eaee81118 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -134,7 +134,7 @@ if [ "$MACHINE" = "qemux86" ]; then if [ "$TYPE" = "ext3" ]; then if [ "x$HDIMAGE" = "x" ]; then T=$BUILDDIR/tmp/deploy/images - findimage $T qemux86 ext3 "poky-image-sdk poky-image-sato poky-image-minimal moblin-image-netbook" + findimage $T qemux86 ext3 "molbin-image-sdk moblin-image-netbook poky-image-sdk poky-image-sato poky-image-minimal" fi fi CROSSPATH=$BUILDDIR/tmp/cross/i586-poky-linux/bin |