]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Specify rootfstype to qemu to avoid QA warnings
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Feb 2015 07:57:16 +0000 (07:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Feb 2015 22:04:26 +0000 (22:04 +0000)
commitad9f54a5014f2d997165d0cfd6ad7c05e62f315b
tree7fa5fa326d2007f663f54547e4df1e0c399a6107
parent430b9ae71b1aa76f8421127d17e0e0723d4818d3
runqemu: Specify rootfstype to qemu to avoid QA warnings

With the change to ext4 filesystems for qemu, we get boot warnings from where
it tried to mount the ext4 fileystem as ext2 and ext3 first.

Avoid these by specifying the rootfs type directly on the kernel commandline
for ext* images.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-internal