]> 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, 28 Jan 2019 16:56:31 +0000 (16:56 +0000)
commit4b5a4b718c027f54ef0660a731f11a9d249b4af8
treed6393c3a627bfbf46c117c478eb372938670c3df
parentd0828522fc3a4bd3f86488edcedcce10833c18dc
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