Home
last modified time | relevance | path

Searched refs:ptable_format (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py68 self.ptable_format = self.ks.bootloader.ptable
79 self._image = PartitionedImage(image_path, self.ptable_format,
265 elif part.label and self.ptable_format != 'msdos':
302 def __init__(self, path, ptable_format, partitions, native_sysroot=None, extra_space=0): argument
313 self.ptable_format = ptable_format # Partition table format
333 if self.ptable_format == 'msdos' and realnum > 3 and num_real_partitions > 4:
341 if self.ptable_format == 'gpt':
376 logger.debug("Assigning %s partitions to disks", self.ptable_format)
386 if self.ptable_format == 'msdos' and part.part_name:
390 if self.ptable_format == 'msdos' and part.part_type:
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-pcbios.py59 if creator.ptable_format == 'msdos':
61 elif creator.ptable_format == 'gpt':
65 creator.ptable_format)