From 35d1d5849294ff9f2fb98b90657bbf7a1e532d0d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 May 2021 09:50:10 -0700 Subject: [PATCH] beaglev.wic: Do not mark gpt for partition table partition resizing scripts fail e.g. Error: Unable to satisfy all constraints on the partition. This helps in ensuring that parition resizing works well using IMAGE_INSTALL += "96boards-tools" Signed-off-by: Khem Raj --- wic/beaglev.wks | 2 -- 1 file changed, 2 deletions(-) diff --git a/wic/beaglev.wks b/wic/beaglev.wks index 5e76795..1b9478b 100644 --- a/wic/beaglev.wks +++ b/wic/beaglev.wks @@ -2,5 +2,3 @@ part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --size=100M --align 4096 part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 --size 1G - -bootloader --ptable gpt