Searched refs:tmpfsdir (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | qemutinyrunner.py | 22 …hine, rootfs, display, tmpdir, deploy_dir_image, logfile, kernel, boottime, logger, tmpfsdir=None): argument 40 self.tmpfsdir = tmpfsdir 87 if self.tmpfsdir: 88 env["RUNQEMU_TMPFS_DIR"] = self.tmpfsdir
|
| H A D | qemurunner.py | 37 …se, serial_ports=2, boot_patterns = defaultdict(str), use_ovmf=False, workdir=None, tmpfsdir=None): argument 66 self.tmpfsdir = tmpfsdir 161 if self.tmpfsdir: 162 env["RUNQEMU_TMPFS_DIR"] = self.tmpfsdir
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/ |
| H A D | qemu.py | 27 boot_patterns = defaultdict(str), ovmf=False, tmpfsdir=None, **kwargs): argument 50 use_ovmf=ovmf, tmpfsdir=tmpfsdir)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | targetcontrol.py | 136 tmpfsdir = d.getVar("RUNQEMU_TMPFS_DIR"), 150 tmpfsdir = d.getVar("RUNQEMU_TMPFS_DIR"),
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu | 1226 tmpfsdir = os.environ.get("RUNQEMU_TMPFS_DIR", None) 1227 if self.snapshot and tmpfsdir: 1228 … newrootfs = os.path.join(tmpfsdir, os.path.basename(self.rootfs)) + "." + str(os.getpid())
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testimage.bbclass | 317 'tmpfsdir' : d.getVar("RUNQEMU_TMPFS_DIR"),
|