aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/poky-qemu
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-23 09:58:18 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-23 09:58:18 +0000
commit8add63f66da98d1ca4c38b21f3912a1995b2d045 (patch)
treec242bb517ead7184db4ca5a32c11e3c7460a5ad3 /scripts/poky-qemu
parentc7005b754083ba6a30994967b935ed9a764601b4 (diff)
downloadopenembedded-core-contrib-8add63f66da98d1ca4c38b21f3912a1995b2d045.tar.gz
scripts/poky-qemu: Add support for the nokia800-maemo machine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4315 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/poky-qemu')
-rwxr-xr-xscripts/poky-qemu3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu
index 96f4f6f9b7..227df6ffe9 100755
--- a/scripts/poky-qemu
+++ b/scripts/poky-qemu
@@ -48,6 +48,9 @@ else
if [ "$MACHINE" = "nokia800" ]; then
TYPE="jffs2"
fi
+ if [ "$MACHINE" = "nokia800-maemo" ]; then
+ TYPE="jffs2"
+ fi
HDIMAGE=$2
fi