generic-poky/meta/lib
Richard Purdie ae344c188d oeqa/qemurunner: Fix AttributeError: QemuRunner instance has no attribute 'server_socket'
If start() returns False due to create_socker() failing, stop() may still get
called and currently this gives a track back since server_socket doesn't exist.

Avoid this.

(From OE-Core rev: 26fb69ec663afd05134822dc5e48fc8928ea5bf1)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-27 23:29:15 +01:00
..
oe recipeutils.py: get_recipe_pv_without_srcpv remove prefixes from pv 2015-07-23 08:48:37 +01:00
oeqa oeqa/qemurunner: Fix AttributeError: QemuRunner instance has no attribute 'server_socket' 2015-07-27 23:29:15 +01:00