From: Sergey Matyukevich <geomatsi@gmail.com>
To: Peter Korsgaard <peter@korsgaard.com>
Cc: Alistair Francis <alistair@alistair23.me>,
Suniel Mahesh <sunil@amarulasolutions.com>,
Gerome Burlats <gerome.burlats@smile.fr>,
Michael Walle <michael@walle.cc>,
Jagan Teki <jagan@amarulasolutions.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Romain Naour <romain.naour@gmail.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 2/2] board/*/genimage.cfg: use partition-table-type = "gpt" for genimage-15
Date: Sat, 25 Dec 2021 16:58:56 +0300 [thread overview]
Message-ID: <YccjoPQzuAN2wGEE@curiosity> (raw)
In-Reply-To: <YcchfJG1EDtyepcy@curiosity>
> > Genimage 15 deprecated the gpt option and now prints a warning when it is
> > used:
> >
> > INFO: hdimage(sdcard.img): The option 'gpt' is deprecated. Use 'partition-table-type' instead
> >
> > So change the genimage configuration files to use that instead.
> >
> > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
>
> ...
>
> > diff --git a/board/orangepi/orangepi-zero-plus2/genimage.cfg b/board/orangepi/orangepi-zero-plus2/genimage.cfg
> > index f51ce3f854..aee9719ae4 100644
> > --- a/board/orangepi/orangepi-zero-plus2/genimage.cfg
> > +++ b/board/orangepi/orangepi-zero-plus2/genimage.cfg
> > @@ -13,7 +13,7 @@ image boot.vfat {
> > image sdcard.img {
> > hdimage {
> > # for root=PARTLABEL support
> > - gpt = true
> > + partition-table-type = "gpt"
> > # default GPT location conflicts with bootloaders, move it after
> > gpt-location = 1M
> > }
>
> Build still fails for orangepi-zero-plus2 with this patch. I get the
> following subsequent error messages from genimage:
Sorry, I meant orangepi-pc-plus board.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2021-12-25 13:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-19 14:20 [Buildroot] [PATCH 1/2] board/orangepi/orangepi-r1/genimage.cfg: fix build after move to genimage 15 Peter Korsgaard
2021-12-19 14:20 ` [Buildroot] [PATCH 2/2] board/*/genimage.cfg: use partition-table-type = "gpt" for genimage-15 Peter Korsgaard
2021-12-25 13:49 ` Sergey Matyukevich
2021-12-25 13:58 ` Sergey Matyukevich [this message]
2021-12-27 14:43 ` Thomas Petazzoni
2021-12-27 14:43 ` Thomas Petazzoni
2021-12-27 14:43 ` [Buildroot] [PATCH 1/2] board/orangepi/orangepi-r1/genimage.cfg: fix build after move to genimage 15 Thomas Petazzoni
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=YccjoPQzuAN2wGEE@curiosity \
--to=geomatsi@gmail.com \
--cc=alistair@alistair23.me \
--cc=buildroot@buildroot.org \
--cc=gerome.burlats@smile.fr \
--cc=jagan@amarulasolutions.com \
--cc=michael@walle.cc \
--cc=peter@korsgaard.com \
--cc=romain.naour@gmail.com \
--cc=sunil@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.