From: Hugo Villeneuve Date: Fri, 12 Dec 2025 19:03:06 +0000 (-0500) Subject: rpi: set fixed size for /boot partition X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=f6d44be8a7fd08c00968913e5b0ad8c5e04da6ed;p=yocto%2Fmeta-hvmpd.git rpi: set fixed size for /boot partition To be able to backup files, for example, when testing. Signed-off-by: Hugo Villeneuve --- diff --git a/wic/hvmpd-raspberrypi.wks.in b/wic/hvmpd-raspberrypi.wks.in index 3182fe8..f6d471e 100644 --- a/wic/hvmpd-raspberrypi.wks.in +++ b/wic/hvmpd-raspberrypi.wks.in @@ -2,6 +2,6 @@ # long-description: Creates a partitioned SD card image for use with # Raspberry Pi. Boot files are located in the first vfat partition. -part /boot --source bootimg-partition --fstype=vfat --label boot --align 4096 --active --size 20 +part /boot --source bootimg-partition --fstype=vfat --label boot --align 4096 --active --fixed-size 128M part / --source rootfs --fstype=ext4 --label rootA --align 4096 part rootfsB --source rootfs --fstype=ext4 --label rootB