1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

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
This commit is contained in:
Richard Purdie
2008-04-23 09:58:18 +00:00
parent c7005b7540
commit 8add63f66d
2 changed files with 29 additions and 12 deletions
+3
View File
@@ -48,6 +48,9 @@ else
if [ "$MACHINE" = "nokia800" ]; then
TYPE="jffs2"
fi
if [ "$MACHINE" = "nokia800-maemo" ]; then
TYPE="jffs2"
fi
HDIMAGE=$2
fi