qemuimage-testlib-pythonhelper: Fix process mixups
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Apr 2013 10:00:25 +0000 (10:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Apr 2013 10:13:53 +0000 (11:13 +0100)
commitde1793b8cdc68017ab54073fe2fe5792dcd814ad
treee1f06ed5cfc8be4ed86137bec70696243baaa759
parent25b499dbd865a7a1e342880d4ebf76a2324d23df
qemuimage-testlib-pythonhelper: Fix process mixups

runqemu-internal runs "ldd qemu-system xxx" and the detection code was returning this
as the PID of qemu. This patch improves the detection code to avoid this problem,
fixing certain race type failures on the autobuilder.

(From OE-Core rev: fc914a6fb3204f8b5bdfc0f56364606673d5356a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/qemuimage-testlib-pythonhelper