]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
efi-bootdisk.wks: Increase overhead-factor to avoid test failures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Oct 2024 09:02:42 +0000 (10:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Oct 2024 10:27:12 +0000 (11:27 +0100)
After commit d74bfb2d5c9e6247e4c0a3c2fdba0cc4a7585395:
"linux-yocto: Enable l2tp drivers when ptest featuee is on"
was merged, oe-selftest efibootpartition.GenericEFITest.test_boot_efi
breaks due to space issues.

Increase the disk space available to avoid this and allow functional
automated testing again.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/canned-wks/efi-bootdisk.wks.in

index 2fd286ff982bc6bb84dae9d052babb3abc84a081..5211972955a51a1f0446cba1e667bf02960984cf 100644 (file)
@@ -1,3 +1,3 @@
 bootloader --ptable gpt
-part /boot --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/boot --fstype=vfat --label boot --active --align 1024 --use-uuid --overhead-factor 1.1
+part /boot --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/boot --fstype=vfat --label boot --active --align 1024 --use-uuid --overhead-factor 1.2
 part / --source rootfs --fstype=ext4 --label root --align 1024 --exclude-path boot/