| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | imagefeatures.py | 106 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 108 image_path = os.path.join(deploy_dir_image, "%s.ext4" % link_name) 143 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 146 image_path = os.path.join(deploy_dir_image, "%s.wic.%s" % 181 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 183 image_path = os.path.join(deploy_dir_image, "%s.%s" % 192 (deploy_dir_image, link_name, conv))) 214 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 217 image_path = os.path.join(deploy_dir_image, "%s.%s" % (link_name, itype)) 276 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') [all …]
|
| H A D | fitimage.py | 46 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 48 fitimage_its_path = os.path.join(deploy_dir_image, 50 fitimage_path = os.path.join(deploy_dir_image, 127 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 129 fitimage_its_path = os.path.join(deploy_dir_image, 131 fitimage_path = os.path.join(deploy_dir_image, 281 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 283 fitimage_its_path = os.path.join(deploy_dir_image, 285 fitimage_path = os.path.join(deploy_dir_image, 365 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') [all …]
|
| H A D | runqemu.py | 20 deploy_dir_image = '' variable in RunqemuTests 44 RunqemuTests.deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 93 cmd = "%s %s" % (self.cmd_common, self.deploy_dir_image) 101 cmd = "%s %s hddimg" % (self.cmd_common, self.deploy_dir_image) 123 qemuboot_conf = os.path.join(self.deploy_dir_image, qemuboot_conf) 134 rootfs = os.path.join(self.deploy_dir_image, rootfs) 161 cls.deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 164 cls.qemuboot_conf = os.path.join(cls.deploy_dir_image, cls.qemuboot_conf) 200 rootfs_tar = os.path.join(self.deploy_dir_image, rootfs_tar)
|
| H A D | devtool.py | 1480 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 1482 self.add_command_to_tearDown('rm -f %s/%s*' % (deploy_dir_image, testimage)) 1554 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 1557 with open(os.path.join(deploy_dir_image, image_link_name + '.manifest'), 'r') as f:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | qemutinyrunner.py | 22 …def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, kernel, boottime, … argument 37 self.deploy_dir_image = deploy_dir_image 82 if not os.path.exists(self.deploy_dir_image): 83 bb.error("Invalid DEPLOY_DIR_IMAGE path %s" % self.deploy_dir_image) 86 os.environ["DEPLOY_DIR_IMAGE"] = self.deploy_dir_image
|
| H A D | qemurunner.py | 36 …def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, boottime, dump_dir… argument 55 self.deploy_dir_image = deploy_dir_image 155 if not os.path.exists(self.deploy_dir_image): 156 self.logger.error("Invalid DEPLOY_DIR_IMAGE path %s" % self.deploy_dir_image) 159 env["DEPLOY_DIR_IMAGE"] = self.deploy_dir_image
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu | 338 def set_machine_deploy_dir(self, machine, deploy_dir_image): argument 342 logger.debug('DEPLOY_DIR_IMAGE: %s' % deploy_dir_image) 343 self.set("DEPLOY_DIR_IMAGE", deploy_dir_image) 440 deploy_dir_image = s.group(1) 443 if self.is_deploy_dir_image(deploy_dir_image): 444 self.set_machine_deploy_dir(arg, deploy_dir_image) 446 logger.error("%s not a directory valid DEPLOY_DIR_IMAGE" % deploy_dir_image) 739 deploy_dir_image = self.get('DEPLOY_DIR_IMAGE') 741 kernel_match_name = "%s/%s" % (deploy_dir_image, kernel_name) 742 kernel_match_link = "%s/%s" % (deploy_dir_image, self.get('KERNEL_IMAGETYPE')) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | targetcontrol.py | 131 deploy_dir_image = d.getVar("DEPLOY_DIR_IMAGE"), 142 deploy_dir_image = d.getVar("DEPLOY_DIR_IMAGE"),
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 1692 def _get_image_files(self, deploy_dir_image, image_name, image_file_extensions): argument 1709 for dirpath, _, filenames in os.walk(deploy_dir_image): 1739 deploy_dir_image = \ 1744 if not deploy_dir_image: 1806 artifact_path = os.path.join(deploy_dir_image, basename) 1827 package_manifest_path = os.path.join(deploy_dir_image, 1842 image_files = self._get_image_files(deploy_dir_image,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/ |
| H A D | qemu.py | 45 deploy_dir_image=dir_image, display=display,
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testimage.bbclass | 275 # Get deploy_dir_image (not really used, just for compatibility)
|