]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
wic/bootimg-efi: if fixed-size is set then use that for mkdosfs
authorRandolph Sapp <rs@ti.com>
Mon, 1 May 2023 16:04:21 +0000 (11:04 -0500)
committerSteve Sakoman <steve@sakoman.com>
Fri, 5 May 2023 18:55:27 +0000 (08:55 -1000)
commitd16301ccdfb97bf126738262eec594008c282df1
tree9d259638e1e9d2018049a2100e57264beea0a2da
parent368e450c2d800790a05924519f34c579e28e9cbb
wic/bootimg-efi: if fixed-size is set then use that for mkdosfs

This is a bit of a compatibility issue more than anything. Some devices
get upset if the FAT file system contains less blocks than the
partition.

The fixed-size argument is currently respected by the partition creation
step but not by the file system creation step. Let's make it so the file
system respects this value as well.

Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/wic/plugins/source/bootimg-efi.py