From 3cce9ba903a35dce67c08a8344acd52a3eae3e41 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 30 Jan 2007 12:23:57 +0000 Subject: scripts: Add support to scripts for spitz images git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1216 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-qemu | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/poky-qemu') diff --git a/scripts/poky-qemu b/scripts/poky-qemu index 9a5ed7722..c2ba0c4ed 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu @@ -40,6 +40,9 @@ else if [ "$MACHINE" = "akita" ]; then TYPE="jffs2" fi + if [ "$MACHINE" = "spitz" ]; then + TYPE="ext3" + fi HDIMAGE=$2 fi -- cgit v1.2.3