]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
wic/efi-bootdisk.wks: Fix for 6.1 kernel versions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jan 2023 17:07:48 +0000 (17:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jan 2023 21:57:07 +0000 (21:57 +0000)
commit16e0b8a8fc36f5525b1801888851958f0dbe84c2
tree34b447bf574bca1ad6a0b205e4e6e8d0604d5fe1
parentc15c59c88d229e35eeac1ed948c84168633e7cb1
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: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/canned-wks/efi-bootdisk.wks.in