]> code.ossystems Code Review - openembedded-core.git/commit
wic: remove runner.show API
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sun, 26 Mar 2017 17:34:27 +0000 (20:34 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 11:12:13 +0000 (12:12 +0100)
commit9749336c37249af99c92478c3e4dc8821cb9a816
tree6c2b69914e3946ab3618d4ca0da6902d957a36d1
parent9674bbd0585fc25ccd362f233b83d07ff8f6ff53
wic: remove runner.show API

Replaced runner.show call to exec_cmd call in bootimg-pcbios
plugin. Removed runner.show API as it's not used anywhere else.

[YOCTO #10618]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/plugins/source/bootimg-pcbios.py
scripts/lib/wic/utils/runner.py