From: Hugo Villeneuve Date: Sun, 14 Dec 2025 02:10:28 +0000 (-0500) Subject: wks: set rootfs B partition as empty to speed up programming X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=aac7c2c23b20abd74f88a9ce760cf41491087889;p=yocto%2Fmeta-hvmpd.git wks: set rootfs B partition as empty to speed up programming Signed-off-by: Hugo Villeneuve --- diff --git a/wic/hvmpd-raspberrypi.wks.in b/wic/hvmpd-raspberrypi.wks.in index f6d471e..ac7f621 100644 --- a/wic/hvmpd-raspberrypi.wks.in +++ b/wic/hvmpd-raspberrypi.wks.in @@ -4,4 +4,4 @@ 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 +part rootfsB --fstype=ext4 --label rootB diff --git a/wic/hvmpd-wandboard.wks.in b/wic/hvmpd-wandboard.wks.in index e76bbaa..b4d7533 100644 --- a/wic/hvmpd-wandboard.wks.in +++ b/wic/hvmpd-wandboard.wks.in @@ -15,6 +15,6 @@ part SPL --source rawcopy --sourceparams="file=SPL" --no-table --align 1 part u-boot --source rawcopy --sourceparams="file=${UBOOT_BINARY}" --no-table --align 69 part / --source rootfs --fstype=ext4 --label rootfsA --align 4096 -part rootfsB --source rootfs --fstype=ext4 --label rootfsB +part rootfsB --fstype=ext4 --label rootfsB bootloader --ptable msdos