]> code.ossystems Code Review - openembedded-core.git/commit
wic: use the same partition object in direct and partitionedfs
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 8 Feb 2017 18:51:29 +0000 (20:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:33 +0000 (20:06 -0800)
commit97db24d34847a641868f9ee83aae56f9dd5e0a8a
treeaebc9d2ec390bd944894d13e5f0e9fe756ec4c9f
parent7ece57a80f4002d0d83dc322092e9178380ab509
wic: use the same partition object in direct and partitionedfs

Partition attributes were copied to the dictionary in partitionedfs
code, which makes the code hard to follow.

Used partition object passed from direct.py module as is in
partitionedfs.

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