mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
qemurunner: fix undefined variable
While hacking on this I got an Exception. It's better to define variables also in python. Signe:-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> (From OE-Core rev: 7c604a62356538de660835bd2d3ba26beccd810d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
51cd0fdd08
commit
a4fbf37542
@@ -60,6 +60,7 @@ class QemuRunner:
|
||||
self.runqemutime = 120
|
||||
self.qemu_pidfile = 'pidfile_'+str(os.getpid())
|
||||
self.host_dumper = HostDumper(dump_host_cmds, dump_dir)
|
||||
self.monitorpipe = None
|
||||
|
||||
self.logger = logger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user