]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-internal: qemu fails to run on ext2 image
authorKang Kai <kai.kang@windriver.com>
Wed, 20 Jun 2012 08:55:51 +0000 (16:55 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jun 2012 15:32:14 +0000 (16:32 +0100)
commit5f2f951bdcb6f29e3ece39250715293d92db5f69
tree3a96ea5f1254b7b6425784e0abd61f92ebd1ac52
parente7b3040f0a0f5356949e6a51d9d9d1c8dcf1f3c9
runqemu-internal: qemu fails to run on ext2 image

[Yocto 2579]

When set DISTRO to poky-tiny, only ext2 image is created. But
runqemu-internal doesn't set QEMUOPTIONS for ext2 image that make qemu
fail to boot.

Fix it for qemux86 arch since poky-tiny can only build for qemux86 now.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
scripts/runqemu-internal