]> 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>
Thu, 18 May 2017 12:04:44 +0000 (13:04 +0100)
commite29deac69ed29226b68001db2fcfb3ed24c0568a
tree772b1979062f27c105f99a293e821247b158e0dd
parent313d977fdfe571ad6edf65c6ed20bbb0110dc320
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>
(cherry picked from commit 5c024d71f9413b81ee1707dbc41f0721f8f27bdb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/wic/filemap.py