]> code.ossystems Code Review - openembedded-core.git/commit
wic: Set a miniumum FAT16 volume size.
authorPaulo Neves <ptsneves@gmail.com>
Sun, 25 Feb 2018 16:49:26 +0000 (17:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Mar 2018 17:08:29 +0000 (17:08 +0000)
commitf7dfb4d43247d3c13a4e0a3853007d63b9512b83
treec09ca2b6cf627400b5cbe73802ebe06ce27a6760
parent654d72d55194ec41bc1aacfcc6b2c8c9a305b042
wic: Set a miniumum FAT16 volume size.

Set a miniumum FAT16 volume size because images are
not valid to parted if this minimum value is not respected.

The value set is determined experimentally forr a logical
sector size of 512. This fixed my local problem but, there
may be better solutions.

Signed-off-by: Paulo Neves <ptsneves@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/partition.py