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 board/orangepi/orangepi-one/genimage.cfg: beautify file 2021-11-08 22:59:30 +01:00
orangepi-one-plus board/orangepi/orangepi-one-plus/genimage.cfg: beautify file 2021-11-08 22:59:30 +01:00
orangepi-pc board/orangepi/orangepi-pc/genimage.cfg: beautify file 2021-11-08 22:59:30 +01:00
orangepi-pc2 board/orangepi/orangepi-pc2/genimage.cfg: fix comment 2021-11-14 15:32:00 +01:00
orangepi-pc-plus board/orangepi/orangepi-pc-plus: fix build after genimage update 2021-12-27 21:05:44 +01:00
orangepi-plus board/orangepi/orangepi-plus/genimage.cfg: beautify file 2021-11-08 22:59:30 +01:00
orangepi-prime board/orangepi/orangepi-prime/genimage.cfg: beautify file 2021-11-08 22:59:30 +01:00
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 board/orangepi/orangepi-win/genimage.cfg: beautify file 2021-11-08 22:59:31 +01:00
orangepi-zero configs/orangepi_zero_defconfig: refactoring, bump Linux and U-Boot versions 2022-02-01 22:58:55 +01:00
orangepi-zero-plus board/orangepi/orangepi-zero-plus/genimage.cfg: beautify file 2021-11-08 22:59:31 +01:00
orangepi-zero-plus2 board/orangepi/orangepi-zero-plus2: fix build after genimage update 2022-02-06 11:46:07 +01:00