aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-30 12:23:57 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-30 12:23:57 +0000
commit3cce9ba903a35dce67c08a8344acd52a3eae3e41 (patch)
treee9f97d39fa62fe55ccb267381507dbd0fd8ece47 /scripts/runqemu
parent9604533009f19b8deadb827da9bd957cf75d67ab (diff)
downloadopenembedded-core-3cce9ba903a35dce67c08a8344acd52a3eae3e41.tar.gz
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
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index aa37974091..4c1e2ef78b 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -43,6 +43,9 @@ else
if [ "$MACHINE" = "akita" ]; then
TYPE="jffs2"
fi
+ if [ "$MACHINE" = "spitz" ]; then
+ TYPE="ext3"
+ fi
fi
if [ "x$3" != "x" ]; then
@@ -68,6 +71,14 @@ if [ "$MACHINE" = "qemuarm" ]; then
fi
fi
+if [ "$MACHINE" = "spitz" ]; then
+ if [ "$TYPE" = "ext3" ]; then
+ if [ "x$HDIMAGE" = "x" ]; then
+ HDIMAGE=$BUILDDIR/tmp/deploy/images/oh-image-pda-spitz.ext3
+ fi
+ fi
+fi
+
if [ "$MACHINE" = "akita" ]; then
if [ "$TYPE" = "jffs2" ]; then
if [ "x$HDIMAGE" = "x" ]; then