]> code.ossystems Code Review - openembedded-core.git/commit
wic: remove unused code from runner module
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sun, 26 Mar 2017 17:39:22 +0000 (20:39 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 11:12:15 +0000 (12:12 +0100)
commit1e45a4f72b16c7ab64f46907d2d2ee9cd749dc23
tree5c9a8394738cb0d0f0d5e85c4c81da817d3b4e6d
parent9749336c37249af99c92478c3e4dc8821cb9a816
wic: remove unused code from runner module

Removed unused APIs 'outs' and 'quiet'.
Removed 'catch' parameter from runner.runtool API as wic
uses only one value of it. Removed the code that handles
unused values of 'catch' parameter.

[YOCTO #10618]

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