bootlin / buildroot-external-st

External Buildroot tree for STMicroelectronics boards configurations
56 stars 28 forks source link

Fix deprecated option hdimage.gpt in image configuration file #28

Closed agambier closed 2 years ago

agambier commented 2 years ago

During final image creation, the genimage tool outputs the following info message.

INFO: hdimage(sdcard.img): The option 'gpt' is deprecated. Use 'partition-table-type' instead

More information on the project's github : https://github.com/pengutronix/genimage#hdimage

tpetazzoni commented 2 years ago

Thanks, merged with a few tweaks to the commit log!