mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
scripts/poky-qemu: Add nokia800 support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4227 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
faf55131c9
commit
40a6551e85
|
@ -45,6 +45,9 @@ else
|
|||
if [ "$MACHINE" = "spitz" ]; then
|
||||
TYPE="ext3"
|
||||
fi
|
||||
if [ "$MACHINE" = "nokia800" ]; then
|
||||
TYPE="jffs2"
|
||||
fi
|
||||
HDIMAGE=$2
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user