board/*/genimage.cfg: use partition-table-type = "gpt" for genimage-15

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Korsgaard 2021-12-19 15:20:33 +01:00 committed by Thomas Petazzoni
parent 50963f8f2f
commit b59f938302
18 changed files with 18 additions and 18 deletions

View File

@ -13,7 +13,7 @@ image efi-part.vfat {
image disk.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition boot {

View File

@ -1,6 +1,6 @@
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition rootfs {

View File

@ -12,7 +12,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition loader1 {

View File

@ -12,7 +12,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition loader1 {

View File

@ -1,6 +1,6 @@
image sdcard-emmc.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition rcw {

View File

@ -17,7 +17,7 @@ image efi-part.vfat {
# * the efi-partition created above
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition boot {

View File

@ -15,7 +15,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
}

View File

@ -15,7 +15,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
# for root=PARTLABEL support
gpt = true
partition-table-type = "gpt"
# default GPT location conflicts with spl, move it after
gpt-location = 1M
}

View File

@ -12,7 +12,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition loader1 {

View File

@ -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
}

View File

@ -14,7 +14,7 @@ image efi-part.vfat {
image disk.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition boot {

View File

@ -12,7 +12,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition loader1 {

View File

@ -14,7 +14,7 @@ image efi-part.vfat {
image disk.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition boot {

View File

@ -12,7 +12,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition loader1 {

View File

@ -12,7 +12,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition loader1 {

View File

@ -12,7 +12,7 @@ image boot.vfat {
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition loader1 {

View File

@ -1,6 +1,6 @@
image sdcard.img {
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition u-boot-spl {

View File

@ -2,7 +2,7 @@ image spi-nor.img {
size = 32M
hdimage {
gpt = true
partition-table-type = "gpt"
}
partition u-boot-spl {