]> 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>
Mon, 4 Dec 2017 17:14:26 +0000 (17:14 +0000)
commit1871d61b75f2fbc0df1368960b7746371fd875f5
tree350b566ee7d2f4e806916df2bbbf669bc852376c
parent6f5c4a8e07f8cdf3f6352e9e85d7376937bb32d2
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>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/lib/oeqa/controllers/masterimage.py