mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +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:
@@ -45,6 +45,9 @@ else
|
||||
if [ "$MACHINE" = "spitz" ]; then
|
||||
TYPE="ext3"
|
||||
fi
|
||||
if [ "$MACHINE" = "nokia800" ]; then
|
||||
TYPE="jffs2"
|
||||
fi
|
||||
HDIMAGE=$2
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user