]> code.ossystems Code Review - openembedded-core.git/commit
wic: direct: set bootloader.source in the __init__
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 10 Feb 2017 10:57:13 +0000 (12:57 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:34 +0000 (20:06 -0800)
commit361b890da1c7b24de0a62516545e4c164830081d
treed1e61fac1c4afa6890ec090ab3d73681f000b97c
parent20c70dd617d4abfff507e210610a58a9989f7c9b
wic: direct: set bootloader.source in the __init__

Moved setting of bootloader source from do_create method
to __init__ as it doesn't have anything to do with image
creation.

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