]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Aug 2020 13:33:50 +0000 (14:33 +0100)
commit377a6ffbcba0d3c5ede470c989756c4d1636873f
treeaad33613f0df1d5e26299964dad4391578bed8b1
parent7138f09da4f3c523d4028fbe5b53923ad2b59a71
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>
scripts/runqemu