]> code.ossystems Code Review - openembedded-core.git/commit
wic: direct: get rid of _get_parts getter
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 8 Feb 2017 18:51:28 +0000 (20:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:32 +0000 (20:06 -0800)
commit7ece57a80f4002d0d83dc322092e9178380ab509
tree5c1c0a1ec17ff8a038aa48844c3a07197bcc58b4
parent26f3218070d34ccd4e81fa3b8e1a15c03583d070
wic: direct: get rid of _get_parts getter

Replaced _get_parts getter with direct attribute
access to self.parts

Removed code that implicitly created partition
if there are no partitions mentioned in .wks file

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