]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu: Do not auto detect graphics if publicvnc is specified
authorScott Murray <scott.murray@konsulko.com>
Thu, 14 Apr 2022 23:37:10 +0000 (19:37 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Apr 2022 16:30:11 +0000 (17:30 +0100)
commit4b73b55c2d258768cda2bf7262ebb36bcb7fed5b
treed15801de1689c9fdf74416819f74176b2aa2d477
parente1f21d0d3385f9d9f4316bf0039b287fd4b37fc8
runqemu: Do not auto detect graphics if publicvnc is specified

The graphics option auto detection logic added in 7f78bb7a was not
checking if the publicvnc option had been specified, meaning that
it would be ignored and the auto detection result used instead.
Add setting a flag variable in the argument parsing and check
it along with the ones for the other graphics backend options.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu