| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/opensbi/ |
| H A D | opensbi-payloads.inc | 3 deploy_dir = d.getVar('DEPLOY_DIR_IMAGE') 8 return "FW_PAYLOAD_PATH=" + deploy_dir + "/" + sbi_payload 12 deploy_dir = d.getVar('DEPLOY_DIR_IMAGE') 17 return "FW_FDT_PATH=" + deploy_dir + "/" + sbi_fdt
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/ |
| H A D | test_basic.py | 111 deploy_dir = os.path.join(tmp_dir, 'esdk-deploy') 112 if os.path.exists(deploy_dir): 113 shutil.rmtree(deploy_dir) 115 self.measure_cmd_resources([installer, '-y', '-d', deploy_dir], 119 self.measure_disk_usage(deploy_dir, 'deploy_dir', 'deploy dir',
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | __init__.py | 22 if not os.path.exists(os.path.join(self.deploy_dir, "Packages")): 23 open(os.path.join(self.deploy_dir, "Packages"), "w").close() 33 pkgs_dir = os.path.join(self.deploy_dir, arch) 48 bb.note("There are no packages in %s!" % self.deploy_dir) 168 self.deploy_dir = oe.path.join(self.d.getVar('WORKDIR'), ipk_repo_workdir) 169 self.deploy_lock_file = os.path.join(self.deploy_dir, "deploy.lock") 175 …create_packages_dir(self.d, self.deploy_dir, d.getVar("DEPLOY_DIR_IPK"), "package_write_ipk", filt… 190 self.indexer = OpkgIndexer(self.d, self.deploy_dir) 278 config_file.write("src oe file:%s\n" % self.deploy_dir) 281 pkgs_dir = os.path.join(self.deploy_dir, arch) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 11 self.do_write_index(self.deploy_dir) 13 def do_write_index(self, deploy_dir): argument 20 result = create_index("%s --update -q %s" % (createrepo_c, deploy_dir)) 28 signer.detach_sign(os.path.join(deploy_dir, 'repodata', 'repomd.xml'), 35 bb.note("Generating package index for %s" %(self.deploy_dir)) 37 bb.utils.remove(os.path.join(self.deploy_dir, "repodata"), recurse=True) 39 self.do_write_index(self.deploy_dir) 40 for entry in os.walk(self.deploy_dir): 41 if os.path.samefile(self.deploy_dir, entry[0]): 44 dir_path = oe.path.join(self.deploy_dir, dir)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | isoimage-isohybrid.py | 265 deploy_dir = get_bitbake_var("DEPLOY_DIR_IMAGE") 275 if not deploy_dir: 277 cp_cmd = "cp %s/%s %s" % (deploy_dir, initrd, cr_workdir) 281 initrd = "%s/initrd" % deploy_dir 331 grub_src = os.path.join(deploy_dir, grub_src_image) 334 "Please build grub-efi first" % (grub_src_image, deploy_dir))
|
| H A D | bootimg-efi.py | 299 deploy_dir = get_bitbake_var("DEPLOY_DIR_IMAGE") 300 efi_stub = glob("%s/%s" % (deploy_dir, "linux*.efi.stub")) 319 with open("%s/%s" % (deploy_dir, f), 'rb') as in_file:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | __init__.py | 58 arch_dir = os.path.join(self.deploy_dir, arch) 79 bb.note("There are no packages in %s" % self.deploy_dir) 182 self.deploy_dir = oe.path.join(self.d.getVar('WORKDIR'), deb_repo_workdir) 184 …create_packages_dir(self.d, self.deploy_dir, d.getVar("DEPLOY_DIR_DEB"), "package_write_deb", filt… 202 self.indexer = DpkgIndexer(self.d, self.deploy_dir) 374 if not os.path.exists(os.path.join(self.deploy_dir, arch)): 406 if not os.path.exists(os.path.join(self.deploy_dir, arch)): 432 os.path.join(self.deploy_dir, arch)) 498 os.path.join(self.deploy_dir, pkg_arch, pkg_filename)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | minidebuginfo.py | 26 deploy_dir = get_bb_var("DEPLOY_DIR_IMAGE") 39 … filename = os.path.join(deploy_dir, "core-image-minimal-{}.tar.bz2".format(self.td["MACHINE"]))
|
| H A D | wic.py | 829 deploy_dir = get_bb_var('DEPLOY_DIR_IMAGE') 831 prefix = os.path.join(deploy_dir, 'wic-image-minimal-%s.' % machine) 1099 deploy_dir = get_bb_var('DEPLOY_DIR_IMAGE') 1102 image_path = os.path.join(deploy_dir, 'core-image-minimal-%s.wic' % machine) 1300 deploy_dir = get_bb_var('DEPLOY_DIR_IMAGE') 1302 image_path = os.path.join(deploy_dir, 'core-image-minimal-%s.wic' % machine) 1310 dir=deploy_dir, delete=False) as sparse:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 144 def __init__(self, d, deploy_dir): argument 146 self.deploy_dir = deploy_dir 169 self.deploy_dir = None 414 if self.deploy_dir is None: 417 lock_file_name = os.path.join(self.deploy_dir, "deploy.lock")
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | runexported.py | 105 if args.deploy_dir: 106 d["DEPLOY_DIR"] = args.deploy_dir
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | baremetal-image.bbclass | 43 deploy_dir = d.getVar('IMGDEPLOYDIR') 49 manifest_link = deploy_dir + "/" + link_name + ".manifest"
|
| H A D | rootfs-postcommands.bbclass | 261 deploy_dir = d.getVar('IMGDEPLOYDIR') 273 manifest_link = deploy_dir + "/" + link_name + ".manifest" 338 deploy_dir = d.getVar('IMGDEPLOYDIR') 340 testdata_name = os.path.join(deploy_dir, "%s.testdata.json" % d.getVar('IMAGE_NAME')) 346 testdata_link = os.path.join(deploy_dir, "%s.testdata.json" % link_name)
|
| H A D | cve-check.bbclass | 199 deploy_dir = d.getVar("IMGDEPLOYDIR") 229 link_path = os.path.join(deploy_dir, "%s.cve" % link_name) 239 link_path = os.path.join(deploy_dir, "%s.json" % link_name)
|
| H A D | image.bbclass | 585 deploy_dir = d.getVar('IMGDEPLOYDIR') 596 dst = os.path.join(deploy_dir, link_name + "." + type) 598 if os.path.exists(os.path.join(deploy_dir, src)):
|