]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic/runner.py: move runtool API to misc.py
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 16 Jun 2017 13:19:27 +0000 (16:19 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jun 2017 10:43:37 +0000 (11:43 +0100)
commit327e340a29d330f24117e24d0649fa156017208f
treed4429e6abbde0c451f7fecac7a5f822bc6f3cb0f
parent29f7735030d383f9614bdb148b52a47c79f05eea
wic/runner.py: move runtool API to misc.py

Moved remaining API to misc.py.
Removed runner.py.

Now misc.py is ready to be moved to the scripts/lib/wic and
utils directory can be removed.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/misc.py
scripts/lib/wic/utils/runner.py [deleted file]