1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

scripts: Update qemux86 to use the vmmouse driver, not wacom and find moblin images

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-06-10 12:15:48 +01:00
parent 824dce8d18
commit de687629d8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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