diff options
author | Randy Witt <randy.e.witt@linux.intel.com> | 2015-08-18 16:44:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-24 23:45:23 +0100 |
commit | 829a6e521f15bae93d5f1a02dc67bc56a8c606c8 (patch) | |
tree | 55337944716a0e747fc11a0e86dd07f09760daaa /meta/conf/machine/qemuarm64.conf | |
parent | ad509d7644803ff9386affefe2ec1a3664027074 (diff) | |
download | openembedded-core-829a6e521f15bae93d5f1a02dc67bc56a8c606c8.tar.gz openembedded-core-829a6e521f15bae93d5f1a02dc67bc56a8c606c8.tar.bz2 openembedded-core-829a6e521f15bae93d5f1a02dc67bc56a8c606c8.zip |
qemurunner.py: Move some class variables that should only be local
The bootlog and qemusock variables were set in the class as part of the
create_socket() routine. However those variables are never used outside
of the same function and thus serve no purpose as class variables.
This initializes those variables near where they are used.
Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf/machine/qemuarm64.conf')
0 files changed, 0 insertions, 0 deletions