From de687629d89740d8f748f8a0b11650e5649c66e4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 10 Jun 2009 12:15:48 +0100 Subject: scripts: Update qemux86 to use the vmmouse driver, not wacom and find moblin images Signed-off-by: Richard Purdie --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/runqemu') 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 -- cgit v1.2.3