]> code.ossystems Code Review - openembedded-core.git/commit
masterimage.py: fix stop()
authorErik Botö <erik.boto@pelagicore.com>
Mon, 6 Nov 2017 18:13:04 +0000 (10:13 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Nov 2017 19:54:23 +0000 (19:54 +0000)
commitadfe79dee90b6e080b97869444882b84468d49ba
tree285f6d8a43f7059beebe2bc4d91e04dc5227b4fc
parenta9c7f877e5bda32249755dc7014d436e4b85f07a
masterimage.py: fix stop()

The stop() function is called in the context of the masterimage,
so self.master should be used instead of self.connection which is
undefined at that time.

[YOCTO #11524]

Signed-off-by: Erik Botö <erik.boto@pelagicore.com>
Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/controllers/masterimage.py