]> code.ossystems Code Review - openembedded-core.git/commit
wic: moved content of direct.py to direct_plugin
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 30 Jan 2017 21:54:29 +0000 (23:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Feb 2017 17:37:34 +0000 (17:37 +0000)
commita8f5ebb26183faa9af6eb72f4dabfcf83aa1e8d4
tree25b50a0fdf69b8c709c0af167460a4f926a9973a
parentffa2f3d7bf883d5add911b7c5d0be2b347733524
wic: moved content of direct.py to direct_plugin

This move simplifies directory structure and makes
further refactoring easier. The code from direct.py was used
only in direct_plugin, so it's safe to move it there.

[YOCTO #10619]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/imager/__init__.py [deleted file]
scripts/lib/wic/imager/direct.py [deleted file]
scripts/lib/wic/plugins/imager/direct_plugin.py