]> code.ossystems Code Review - openembedded-core.git/commit
wic/utils/partitionedfs.py: assemble .wic images as sparse files
authorJoshua Lock <joshua.lock@collabora.co.uk>
Fri, 8 Apr 2016 09:14:18 +0000 (10:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Apr 2016 06:54:29 +0000 (07:54 +0100)
commit5fd592fbae2e046bcb8c3a6c3ef4993fe0400676
treeca6ebe41eb76012f56eb58a73d63b30ff08de4c2
parent4aa8f67867a05bdf4a5ba90c8235740910662847
wic/utils/partitionedfs.py: assemble .wic images as sparse files

The individual partitions created by wic are sparse but without
this change the assembled image is written as one (potentially
very) large file.

Preserve sparseness in the assembled image by passing the sparse
conversion symbol.

[YOCTO #9099]

Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/utils/partitionedfs.py