]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-internal: set mutual exclusiveness for serial and nographic options
authorJagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>
Tue, 16 Jun 2015 10:48:30 +0000 (16:18 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Jun 2015 08:42:04 +0000 (09:42 +0100)
commitc3a44794de957b216aaea19da371657194c86fc3
tree8eff02a03fdf9bcc64ceb313c461b05e622f21ac
parent7113153c50e0d9bb04c6b422be2c75152f3105c9
runqemu-internal: set mutual exclusiveness for serial and nographic options

Use "-nographic" option only if "serial" option is not
specified. Otherwise we get below error when
'runqemu <kernel_image> <rootfs_image> serial' is executed,

(snip)
QEMU 2.2.0 monitor - type 'help' for more information
(qemu) qemu-system-aarch64: -serial stdio: cannot use stdio by multiple
character devices
-- CUT --

(From OE-Core rev: 8b0527951ab71c4a4dc4d1238cd9e9e60a6eb5ee)

Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-internal