mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
qemuzephyrrunner: allow to pass QB_GRAPHICS to qemu cmdline
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -157,6 +157,7 @@ class QemuZephyrRunner(QemuRunner):
|
||||
bb.error("Unsupported QEMU: %s" % self.machine)
|
||||
return False
|
||||
|
||||
self.qemuparams += " %s " %self.get('QB_GRAPHICS')
|
||||
self.qemuparams += " %s " %self.get('QB_OPT_APPEND')
|
||||
self.qemuparams += " %s " %self.get('QB_CPU')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user