Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py22 supported_image_fstypes = [] variable in BaseTarget
59 …possible_image_fstypes = [fstype for fstype in self.supported_image_fstypes if fstype in image_fst…
70 …Target Controller supported image fstype: %s " % ', '.join(map(str, self.supported_image_fstypes)))
89 supported_image_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic'] variable in QemuTarget
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py29 supported_image_fstypes = ['tar.gz', 'tar.bz2'] variable in ControllerImageHardwareTarget