]> code.ossystems Code Review - openembedded-core.git/commit
imagetest-qemu.bbclass, qemuimage-testlib: add support for more FSTYPES
authorStefan Stanacar <stefanx.stanacar@intel.com>
Fri, 10 May 2013 16:06:26 +0000 (19:06 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 May 2013 07:29:29 +0000 (08:29 +0100)
commit95b7cafafcaa4dda7328632475003f5778ab95bd
treea038ab9d371599e349151cf18ec689465b88f3d7
parent8fbf21365fbfab9e3cd36c4eab86fe03efa04e8e
imagetest-qemu.bbclass, qemuimage-testlib: add support for more FSTYPES

qemuimage-testlib hardcodes ext3 as fs type. This adds support for more
images types which are supported by runqemu: ext[234]/jffs2/btrfs.

I've skipped (for now) vmdk (which qemu can boot) because:
 - we don't have network on images without connman because of the way
runqemu starts vmdk images (can't pass kernel args for network config)
 - qemuimage-testlib-pythonhelper relies on '192.168' being in the output of
ps to return the pid

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/imagetest-qemu.bbclass
scripts/qemuimage-testlib