[Buildroot] [PATCH v2 00/16] Use single letter notation in genimage.cfg files for partition-type-uuid

Giulio Benetti giulio.benetti at benettiengineering.com
Sun Feb 13 22:53:34 UTC 2022


This patchset convert partition-type-uuid to single letter notation
*without* "" and without L(rootfs) since it's the default value for
partition-type-uuid if it's not specified.

V1->V2:
* remove every partition-type-uuid = L as suggested by Arnout

Giulio Benetti (16):
  board/aarch64-efi/genimage-efi: convert partition-type-uuid to single
    letter notation
  board/beaglev/genimage-efi: remove partition-type-uuid since its
    default value is L(rootfs)
  board/friendlyarm/nanopc-t4/genimage: convert partition-type-uuid to
    single letter notation
  board/friendlyarm/nanopi-m4/genimage: convert partition-type-uuid to
    single letter notation
  board/orangepi/orangepi-pc-plus/genimage: keep partition-type-uuid
    without "" for consistency
  board/orangepi/orangepi-r1/genimage: fix partition-type-uuid for boot
    partition and remove "" for consistency
  board/orangepi/orangepi-zero-plus2/genimage: keep partition-type-uuid
    without "" for consistency
  board/pc/genimage-efi: convert partition-type-uuid to single letter
    notation
  board/pine64/rockpro64/genimage: convert partition-type-uuid to single
    letter notation
  board/qemu/aarch64-sbsa/genimage: convert partition-type-uuid to
    single letter notation
  board/radxa/rockpi-n4/genimage: convert partition-type-uuid to single
    letter notation
  board/radxa/rockpi-n10/genimage: convert partition-type-uuid to single
    letter notation
  board/radxa/rockpi-n8/genimage: convert partition-type-uuid to single
    letter notation
  board/sifive/hifive-unleashed/genimage_sdcard: remove
    partition-type-uuid since its default value is L(rootfs)
  board/sifive/hifive-unleashed/genimage_sdcard: add comments to
    particular partition-type-uuid parameters
  board/sifive/hifive-unleashed/genimage_spi-nor: add comments to
    particular partition-type-uuid parameters

 board/aarch64-efi/genimage-efi.cfg                 | 3 +--
 board/beaglev/genimage.cfg                         | 2 +-
 board/friendlyarm/nanopc-t4/genimage.cfg           | 3 +--
 board/friendlyarm/nanopi-m4/genimage.cfg           | 3 +--
 board/orangepi/orangepi-pc-plus/genimage.cfg       | 3 +--
 board/orangepi/orangepi-r1/genimage.cfg            | 3 +--
 board/orangepi/orangepi-zero-plus2/genimage.cfg    | 3 +--
 board/pc/genimage-efi.cfg                          | 3 +--
 board/pine64/rockpro64/genimage.cfg                | 3 +--
 board/qemu/aarch64-sbsa/genimage.cfg               | 3 +--
 board/radxa/rockpi-4/genimage.cfg                  | 3 +--
 board/radxa/rockpi-n10/genimage.cfg                | 3 +--
 board/radxa/rockpi-n8/genimage.cfg                 | 4 ++--
 board/sifive/hifive-unleashed/genimage_sdcard.cfg  | 3 ++-
 board/sifive/hifive-unleashed/genimage_spi-nor.cfg | 2 ++
 15 files changed, 18 insertions(+), 26 deletions(-)

-- 
2.25.1




More information about the buildroot mailing list