* [Buildroot] [PATCH] board/microchip/mpfs_icicle/genimage.cfg: drop legacy gpt = true
@ 2024-01-26 10:09 Peter Korsgaard
2024-01-26 12:44 ` Jamie.Gibbons--- via buildroot
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2024-01-26 10:09 UTC (permalink / raw)
To: buildroot; +Cc: Ludovic Desroches, Jamie Gibbons
Genimage complains about the config using the deprecated gpt option:
INFO: hdimage(sdcard.img): The option 'gpt' is deprecated. Use
'partition-table-type' instead
So change to partition-table-type for consistency with the other configs.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
board/microchip/mpfs_icicle/genimage.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/microchip/mpfs_icicle/genimage.cfg b/board/microchip/mpfs_icicle/genimage.cfg
index 6955d3365a..9282c9ce5f 100644
--- a/board/microchip/mpfs_icicle/genimage.cfg
+++ b/board/microchip/mpfs_icicle/genimage.cfg
@@ -15,7 +15,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
- gpt = true
+ partition-table-type = "gpt"
}
partition uboot {
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [Buildroot] [PATCH] board/microchip/mpfs_icicle/genimage.cfg: drop legacy gpt = true
2024-01-26 10:09 [Buildroot] [PATCH] board/microchip/mpfs_icicle/genimage.cfg: drop legacy gpt = true Peter Korsgaard
@ 2024-01-26 12:44 ` Jamie.Gibbons--- via buildroot
2024-01-26 16:02 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Jamie.Gibbons--- via buildroot @ 2024-01-26 12:44 UTC (permalink / raw)
To: buildroot, peter; +Cc: Ludovic.Desroches
On Fri, 2024-01-26 at 11:09 +0100, Peter Korsgaard wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know
> the content is safe
>
> Genimage complains about the config using the deprecated gpt option:
>
> INFO: hdimage(sdcard.img): The option 'gpt' is deprecated. Use
> 'partition-table-type' instead
>
> So change to partition-table-type for consistency with the other
> configs.
Hi Peter,
Thanks for the update.
Jamie.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Tested-by: Jamie Gibbons <jamie.gibbons@microchip.com>
> ---
> board/microchip/mpfs_icicle/genimage.cfg | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/microchip/mpfs_icicle/genimage.cfg
> b/board/microchip/mpfs_icicle/genimage.cfg
> index 6955d3365a..9282c9ce5f 100644
> --- a/board/microchip/mpfs_icicle/genimage.cfg
> +++ b/board/microchip/mpfs_icicle/genimage.cfg
> @@ -15,7 +15,7 @@ image boot.vfat {
>
> image sdcard.img {
> hdimage {
> - gpt = true
> + partition-table-type = "gpt"
> }
>
> partition uboot {
> --
> 2.39.2
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [Buildroot] [PATCH] board/microchip/mpfs_icicle/genimage.cfg: drop legacy gpt = true
2024-01-26 12:44 ` Jamie.Gibbons--- via buildroot
@ 2024-01-26 16:02 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-01-26 16:02 UTC (permalink / raw)
To: Jamie.Gibbons; +Cc: Ludovic.Desroches, buildroot
>>>>> <Jamie.Gibbons@microchip.com> writes:
> On Fri, 2024-01-26 at 11:09 +0100, Peter Korsgaard wrote:
>> EXTERNAL EMAIL: Do not click links or open attachments unless you know
>> the content is safe
>>
>> Genimage complains about the config using the deprecated gpt option:
>>
>> INFO: hdimage(sdcard.img): The option 'gpt' is deprecated. Use
>> 'partition-table-type' instead
>>
>> So change to partition-table-type for consistency with the other
>> configs.
> Hi Peter,
> Thanks for the update.
> Jamie.
>> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> Tested-by: Jamie Gibbons <jamie.gibbons@microchip.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-26 16:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 10:09 [Buildroot] [PATCH] board/microchip/mpfs_icicle/genimage.cfg: drop legacy gpt = true Peter Korsgaard
2024-01-26 12:44 ` Jamie.Gibbons--- via buildroot
2024-01-26 16:02 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox