]> 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>
Sat, 15 Dec 2018 11:55:23 +0000 (11:55 +0000)
commitd2374623444752af1ad748ed36b68ea58f629bf6
tree98b93dd5236264f548b776cc0c9d97d15696f9fc
parenteeb918fc9b67a5d252b9d5ad5f3674cc1a45aa7f
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu