diff options
author | Stefan Stanacar <stefanx.stanacar@intel.com> | 2014-03-11 14:11:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 07:52:41 -0700 |
commit | f4bf21b40ec6fa07c4a7bb450e3cfae12128dc2c (patch) | |
tree | bd9e313494231946ce114ecafd008b08ce54f385 /scripts/contrib/python | |
parent | e41aa22d7938c200f4150155589f5e23ed0331ce (diff) | |
download | openembedded-core-f4bf21b40ec6fa07c4a7bb450e3cfae12128dc2c.tar.gz openembedded-core-f4bf21b40ec6fa07c4a7bb450e3cfae12128dc2c.tar.bz2 openembedded-core-f4bf21b40ec6fa07c4a7bb450e3cfae12128dc2c.zip |
oeqa/utils/qemurunner: use the right kill call so we don't send SIGTERM to bitbake-worker
After recent bitbake-worker changes [1] this was killing the bitbake-worker,
which isn't what we want and kill(-pid) was the wrong call anyway.
runqemu.pid is the right PGID as the process was started with preexec_fn=setpgrp
(so no need to do os.getpgid(self.runqemu.pid))
[1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=15688798520896690561824b2fdc227c8a365c82
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/python')
0 files changed, 0 insertions, 0 deletions