mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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:
parent
25e5e7ca5a
commit
379ee98034
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user