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 <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-05-12 09:50:10 -07:00
parent 8b821bd50c
commit 35d1d58492

View File

@@ -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