]> code.ossystems Code Review - openembedded-core.git/commit
wic: use sparse_copy to copy partitions
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 28 Apr 2016 10:58:10 +0000 (13:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2016 09:30:56 +0000 (10:30 +0100)
commit7f21427aca5df81d8881027fd98f71b821cf31d7
tree1883b650a0e937692508ab2e5a6c1ecf2645ed40
parentbfde62bdc03152a4d3d383512479b974fa867f94
wic: use sparse_copy to copy partitions

Copied partition images into final partitioned image using
sparse_copy API. This method preserves sparseness of the
final image. It also makes wic much faster, as unmapped
blocks of the partition images are not copied.

[YOCTO #9099]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/utils/partitionedfs.py