]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Show an error for conflicting graphics options
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Aug 2020 07:57:50 +0000 (08:57 +0100)
committerSteve Sakoman <steve@sakoman.com>
Sat, 29 Aug 2020 17:18:47 +0000 (07:18 -1000)
commite62c8207fa47ff4e325529ea84e0d51710deaa3c
tree65ebc25e533f452d45693b258813395270f07d6b
parentb1fa60c791e759f7171862db68dbad2687e83812
runqemu: Show an error for conflicting graphics options

The autobuilder managed to pass the nographic option with "sdl gl" due
to a problem elsewhere. It would have been useful for runqemu to have
errored rather than passing conflicting options to qemu. Add an
error for this invalid usecase.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 377a6ffbcba0d3c5ede470c989756c4d1636873f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/runqemu