]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Jul 2020 11:53:01 +0000 (12:53 +0100)
commit55c186ff410c99570242478b99ac24ebc40aa6bd
tree87b179d1d5db7527e186d2a7a2b9da4f00481631
parent868af77c38f892bf1525d69d8815aa69961c445e
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>
meta/lib/oeqa/utils/qemurunner.py