]> code.ossystems Code Review - openembedded-core.git/commit
wic: filemap: Fixed spared_copy skip
authorDaniel Schultz <d.schultz@phytec.de>
Tue, 7 Mar 2017 13:41:56 +0000 (14:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Mar 2017 10:15:45 +0000 (10:15 +0000)
commit5c024d71f9413b81ee1707dbc41f0721f8f27bdb
tree7bc7abb3622e671d716cfcbd349d603de4c8685c
parent46b5814bcdc0e7e3cb293e877e2aa949baf5fef8
wic: filemap: Fixed spared_copy skip

This patches removes the empty space in front of the copied file which
was skipped. Without this reduction it's not possible to place a
partition with rawcopy and skip parameter on a desired alignment.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/filemap.py