runqemu: do not stop processing graphical options after nographic

Some options such as egl-headless are fully compatible with it, so
there is no need to quit.

(From OE-Core rev: 66d11106f9e76d19e397ba3d14c3a22726033567)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin 2021-04-02 22:46:25 +02:00 committed by Richard Purdie
parent 25e5e7ca5a
commit 379ee98034

View File

@ -1314,7 +1314,6 @@ class BaseConfig(object):
if self.gtk == True:
raise RunQemuError('Option nographic makes no sense alongside the gtk option.')
self.qemu_opt += ' -nographic'
return
if self.novga == True:
self.qemu_opt += ' -vga none'