poky/scripts/lib/wic
Angus Lees 97f7d39702 Revert "wic: Set a miniumum FAT16 volume size."
This reverts commit f7dfb4d43247d3c13a4e0a3853007d63b9512b83.

FAT16 volumes do not have a minimum size of 8250 blocks
(== slightly over 4MB).  Exhibit A: floppy disks.

The original commit message suggests this was a workaround for a bug in
parted - in which case we should fix it there, or use the wic
`--fixed-size` option to pass down an enforced minimum from a more
context-aware point in the callstack.

(From OE-Core rev: e0a1ae3863bc229512d43e4a5248551bf25950e5)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-04-26 10:09:08 +01:00
..
canned-wks wic: sdimage-bootpart: Use mmcblk0 drive instead of bogus mmcblk 2019-01-16 15:35:07 +00:00
plugins wic: bootimg-efi: add a title source parameter 2018-11-16 11:46:07 +00:00
__init__.py wic: move WicError to lib/wic/__init__.py 2017-03-04 23:18:17 +00:00
engine.py wic/engine: Add missing newline 2019-04-03 14:50:14 +01:00
filemap.py wic: use explicit errno import 2018-11-07 23:08:55 +00:00
help.py wic: Introduce the --use-label partition parameter 2018-09-13 07:42:28 +01:00
ksparser.py wic: allow bitbake variables in kickstarter files 2019-01-14 11:35:56 +00:00
misc.py wic: misc.py: Use mmd from mtools instead of syslinux 2017-11-05 22:33:23 +00:00
partition.py Revert "wic: Set a miniumum FAT16 volume size." 2019-04-26 10:09:08 +01:00
pluginbase.py wic: Add post operation hook for SourcePlugin 2018-03-04 11:35:40 +00:00