From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Sergey Matyukevich <geomatsi@gmail.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] board/orangepi/orangepi-zero-plus2: fix build after genimage update
Date: Sun, 6 Feb 2022 11:47:47 +0100 [thread overview]
Message-ID: <20220206114747.4b02f9d7@windsurf> (raw)
In-Reply-To: <20220131212456.3176156-1-geomatsi@gmail.com>
On Tue, 1 Feb 2022 00:24:55 +0300
Sergey Matyukevich <geomatsi@gmail.com> wrote:
> 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.
>
> Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
> ---
> board/orangepi/orangepi-zero-plus2/genimage.cfg | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Both applied, thanks! In the commit log of the first patch, I've added
a reference to the Gitlab CI failure that the patch is fixing, as
suggested by Giulio.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2022-02-06 10:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-31 21:24 [Buildroot] [PATCH 1/2] board/orangepi/orangepi-zero-plus2: fix build after genimage update Sergey Matyukevich
2022-01-31 21:24 ` [Buildroot] [PATCH 2/2] configs/orangepi_zero_plus2: BSP update Sergey Matyukevich
2022-02-01 18:06 ` Giulio Benetti
2022-02-01 18:00 ` [Buildroot] [PATCH 1/2] board/orangepi/orangepi-zero-plus2: fix build after genimage update Giulio Benetti
2022-02-01 18:11 ` Sergey Matyukevich
2022-02-01 18:18 ` Giulio Benetti
2022-02-06 10:47 ` Thomas Petazzoni via buildroot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220206114747.4b02f9d7@windsurf \
--to=buildroot@buildroot.org \
--cc=geomatsi@gmail.com \
--cc=jagan@amarulasolutions.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.