]> code.ossystems Code Review - openembedded-core.git/commit
qemurunner: Ensure pid location is deterministic
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jul 2020 08:53:39 +0000 (09:53 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 16 Jul 2020 18:25:49 +0000 (08:25 -1000)
commita03c85fe0704a457bd2d92dd58cbbb4d37453f2a
treec9de566b9cf4cd70ed9c55cae456304912a3154b
parent5dd3d61c5c739f31cb87a3c0c924c617b432e8a9
qemurunner: Ensure pid location is deterministic

The pid location could vary due to changes in cwd as only a filename
is specified, not a full path. This in theory could be resulting in
some of our autobuilder failures. Whilst its difficult to know if this
is causing a problem, Using a full path removes any question of such an
issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 55c186ff410c99570242478b99ac24ebc40aa6bd)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/utils/qemurunner.py