Searched refs:image_fstype (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | targetcontrol.py | 70 image_fstype = self.match_image_fstype(d) 71 if image_fstype: 72 return image_fstype 95 def __init__(self, d, logger, image_fstype=None): argument 103 self.image_fstype = '' 106 self.image_fstype = image_fstype or self.get_image_fstype(d) 107 … os.path.join(d.getVar("DEPLOY_DIR_IMAGE"), d.getVar("IMAGE_LINK_NAME") + '.' + self.image_fstype)
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/lib/oeqa/controllers/ |
| H A D | edgeroutertarget.py | 46 self.image_fstype = self.get_image_fstype(d) 53 'tar xvf ~/test-rootfs.%s -C /mnt/testrootfs' % self.image_fstype 63 self.controller.copy_to(self.rootfs, "~/test-rootfs.%s" % self.image_fstype)
|
| H A D | beaglebonetarget.py | 41 self.image_fstype = self.get_image_fstype(d) 46 'tar xvf ~/test-rootfs.%s -C /mnt/testrootfs' % self.image_fstype, 68 self.controller.copy_to(self.rootfs, "~/test-rootfs.%s" % self.image_fstype)
|
| H A D | grubtarget.py | 34 'tar xvf ~/test-rootfs.%s -C /mnt/testrootfs' % self.image_fstype, 46 self.controller.copy_to(self.rootfs, "~/test-rootfs." + self.image_fstype)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/ |
| H A D | controllerimage.py | 51 self.image_fstype = self.get_image_fstype(d) 52 …= os.path.join(d.getVar("DEPLOY_DIR_IMAGE"), d.getVar("IMAGE_LINK_NAME") + '.' + self.image_fstype) 181 'tar xvf ~/test-rootfs.%s -C /mnt/testrootfs' % self.image_fstype, 191 self.controller.copy_to(self.rootfs, "~/test-rootfs." + self.image_fstype)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | overlayfs.py | 374 with runqemu('core-image-minimal', image_fstype='wic') as qemu: 426 with runqemu('core-image-minimal', image_fstype='wic', discard_writes=False) as qemu: 442 with runqemu('core-image-minimal', image_fstype='wic') as qemu:
|
| H A D | wic.py | 871 runqemuparams='nographic ovmf', image_fstype='wic') as qemu: 1061 runqemuparams='nographic', image_fstype='wic') as qemu: 1122 runqemuparams='nographic', image_fstype='wic') as qemu: 1185 runqemuparams='nographic ovmf', image_fstype='wic') as qemu:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | commands.py | 307 def runqemu(pn, ssh=True, runqemuparams='', image_fstype=None, launch_cmd=None, qemuparams=None, ov… argument 340 qemu = oeqa.targetcontrol.QemuTarget(recipedata, targetlogger, image_fstype)
|