diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-30 12:23:57 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-30 12:23:57 +0000 |
commit | 3cce9ba903a35dce67c08a8344acd52a3eae3e41 (patch) | |
tree | e9f97d39fa62fe55ccb267381507dbd0fd8ece47 /scripts/poky-qemu | |
parent | 9604533009f19b8deadb827da9bd957cf75d67ab (diff) | |
download | poky-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/poky-qemu')
-rwxr-xr-x | scripts/poky-qemu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu index 9a5ed7722e..c2ba0c4ed7 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu | |||
@@ -40,6 +40,9 @@ else | |||
40 | if [ "$MACHINE" = "akita" ]; then | 40 | if [ "$MACHINE" = "akita" ]; then |
41 | TYPE="jffs2" | 41 | TYPE="jffs2" |
42 | fi | 42 | fi |
43 | if [ "$MACHINE" = "spitz" ]; then | ||
44 | TYPE="ext3" | ||
45 | fi | ||
43 | HDIMAGE=$2 | 46 | HDIMAGE=$2 |
44 | fi | 47 | fi |
45 | 48 | ||