mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user