mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
runqemu: Add missing space on default display option
(From OE-Core rev: fcb55a198eddf4110fd4baf67614a7598441d952) Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> Signed-off-by: Mark Hatle <mark.hatle@amd.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ee9428611fc38bc711b5b3e12cf0d3257b1b5680) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0ff2b0bbf8
commit
cb87867c47
@@ -1375,7 +1375,7 @@ class BaseConfig(object):
|
||||
elif "-display sdl" in output:
|
||||
self.sdl = True
|
||||
else:
|
||||
self.qemu_opt += '-display none'
|
||||
self.qemu_opt += ' -display none'
|
||||
|
||||
if self.sdl == True or self.gtk == True or self.egl_headless == True:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user