]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic/bootimg-efi: if fixed-size is set then use that for mkdosfs
authorRandolph Sapp <rs@ti.com>
Fri, 21 Apr 2023 21:26:13 +0000 (16:26 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Apr 2023 13:41:26 +0000 (14:41 +0100)
commit38e1a235f5eceade7c871f96dc97f6c384384c7b
tree0a6c182caccf48cd211b7cb446a86617ae3f3129
parent26760f6220b459a34e6cdef3cd70be40dc3b68c8
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>
scripts/lib/wic/plugins/source/bootimg-efi.py