Skip to content
Commit 16e0b8a8 authored by Richard Purdie's avatar Richard Purdie
Browse files

wic/efi-bootdisk.wks: Fix for 6.1 kernel versions



oe-selftest efibootpartition.GenericEFITest.test_boot_efi was failing for 6.1 kernels with:

| ERROR: _exec_cmd: export PATH=[...] mcopy -i [...]/rootfs_boot.1.vfat -s [...]/rootfs1/* ::/ returned '1' instead of 0
| output: Disk full

I believe we hit a file boundary size and having "0" overhead in the image meant
the files couldn't be installed. Allow a small amount of overhead to avoid
the error.

Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent c15c59c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment