diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-10 10:25:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-10 10:25:45 +0000 |
commit | 40a6551e85057ecea9018a623dc329f2699f6c43 (patch) | |
tree | 9b36fed28c12e3862df97100d6386dcab65436b4 /scripts | |
parent | faf55131c9b86a8646dd80ca79b44a001b88a87f (diff) | |
download | openembedded-core-40a6551e85057ecea9018a623dc329f2699f6c43.tar.gz openembedded-core-40a6551e85057ecea9018a623dc329f2699f6c43.tar.bz2 openembedded-core-40a6551e85057ecea9018a623dc329f2699f6c43.zip |
scripts/poky-qemu: Add nokia800 support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4227 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-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 9030700ded..96f4f6f9b7 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu @@ -45,6 +45,9 @@ else if [ "$MACHINE" = "spitz" ]; then TYPE="ext3" fi + if [ "$MACHINE" = "nokia800" ]; then + TYPE="jffs2" + fi HDIMAGE=$2 fi |