scripts/qemuimage-testlib: Use wide option to ps calls
authorMichael Halstead <michael@yoctoproject.org>
Wed, 13 Feb 2013 16:31:03 +0000 (08:31 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Feb 2013 16:52:30 +0000 (16:52 +0000)
commit8ae1b34d476ab81aa131d999d8279bd808974e1a
tree12d66b620545df9162873be3c57282f370d5a102
parent6995dfddbaa05bb2270611f12a9a05b494cc9ac3
scripts/qemuimage-testlib: Use wide option to ps calls

Forcing ps to display unlimited column width allows the qemu IP address to
be discovered during sanity testing when the command line is extremely long.

This seems to fix the sanity testing problem on AB05 which was recently updated
to OpenSUSE 12.2. I'm not sure what about qemu or process listing is different
on that distribution but this simpile fix seems to work and my help on other
distro's as well.

(From OE-Core rev: 4cea35cc4e4ed8e68cd117825b1dd4ef1be768c2)

Signed-off-by: Michael Halstead <michael@yoctoproject.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/qemuimage-testlib