kumquat-buildroot/board/orangepi
Sergey Matyukevich 0f72e01e05 board/orangepi/orangepi-zero-plus2: fix build after genimage update
ERROR: hdimage(sdcard.img): part boot: 'partition-type' is only valid for mbr and hybrid partition-table-type

To fix the first genimage error report, change 'partition-type' entries
to the appropriate 'partition-type-uuid'. Then genimage starts to
complain about overlaps:

ERROR: hdimage(sdcard.img): partition [GPT array] (offset 0x100000, size 0x4000) overlaps previous partition u-boot (offset 0x2000, size 0x102000)
ERROR: hdimage(sdcard.img): bootloaders, etc. that overlap with the partition table must declare the overlapping area as a hole.

To fix the second genimage error report, update the size of bootloader
file. Do not reserve additional space for GPT partition table since
new genimage is able to keep track of it.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/2021478371

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-02-06 11:46:07 +01:00
..
orangepi-lite
orangepi-lite2
orangepi-one
orangepi-one-plus
orangepi-pc
orangepi-pc2
orangepi-pc-plus board/orangepi/orangepi-pc-plus: fix build after genimage update 2021-12-27 21:05:44 +01:00
orangepi-plus
orangepi-prime
orangepi-r1 board/*/genimage.cfg: use partition-table-type = "gpt" for genimage-15 2021-12-27 15:41:51 +01:00
orangepi-rk3399 board/orangepi/orangepi-rk3399/extlinux.conf: fix label name 2022-01-26 22:05:18 +01:00
orangepi-win
orangepi-zero configs/orangepi_zero_defconfig: refactoring, bump Linux and U-Boot versions 2022-02-01 22:58:55 +01:00
orangepi-zero-plus
orangepi-zero-plus2 board/orangepi/orangepi-zero-plus2: fix build after genimage update 2022-02-06 11:46:07 +01:00