]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: clean up subprocess usage
authorRoss Burton <ross.burton@intel.com>
Fri, 21 Sep 2018 15:11:32 +0000 (16:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:13:05 +0000 (22:13 +0000)
commita2cbc5954d44b0922136fc3d75f891064a948298
treeede66c14f6b874e5483bdf56ca1c8d3034ded99e
parent1ce378ce07d2c49f40054893a623456c8471e177
runqemu: clean up subprocess usage

Where possible pass lists instead of strings, don't use a subshell, and call
check*() instead of using Popen directly.

(From OE-Core rev: d2374623444752af1ad748ed36b68ea58f629bf6)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/runqemu