Searched refs:deploydir (Results 1 – 11 of 11) sorted by relevance
| /openbmc/openbmc/poky/meta-selftest/classes/ |
| H A D | localpkgfeed.bbclass | 23 deploydir = d.getVar("DEPLOY_DIR_" + packaging.upper()) 26 …oe.package_manager.create_packages_dir(d, d.getVar("LOCALPKGFEED_DIR"), deploydir, task, True, Tru…
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | meta_ide.py | 25 cls.deploydir = bb_vars['DEPLOY_DIR_IMAGE'] 26 cls.environment_script_path = '%s/%s' % (cls.deploydir, cls.environment_script)
|
| H A D | bbtests.py | 136 deploydir = bb_vars["DEPLOY_DIR_IMAGE"] 138 manifest = os.path.join(deploydir, imagename + ".manifest")
|
| H A D | devtool.py | 2915 deploydir = bb_vars['DEPLOY_DIR_IMAGE'] 2916 environment_script_path = os.path.join(deploydir, environment_script)
|
| /openbmc/openbmc/meta-arm/meta-arm-systemready/classes/ |
| H A D | arm-systemready-acs.bbclass | 30 deploydir = d.getVar('DEPLOYDIR') 33 deployfile = os.path.join(deploydir, d.getVar('IMAGE_NAME') + suffix) 34 linkfile = os.path.join(deploydir, d.getVar('IMAGE_LINK_NAME') + suffix) 53 report_file_dest = os.path.join(deploydir, "report.txt") 62 fname = os.path.join(deploydir, d.getVar('IMAGE_LINK_NAME') + ".manifest")
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 450 def create_packages_dir(d, subrepo_dir, deploydir, taskname, filterbydependencies, include_self=Fal… argument 472 target = os.path.join(deploydir + "/" + arch) 515 deploydir = os.path.normpath(deploydir) 517 dest = l.replace(deploydir + "-prediff", "") 519 dest = l.replace(deploydir, "")
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sbom30.py | 896 def jsonld_arch_path(d, arch, subdir, name, deploydir=None): argument 897 if deploydir is None: 898 deploydir = Path(d.getVar("DEPLOY_DIR_SPDX")) 899 return deploydir / arch / subdir / (name + ".spdx.json") 965 deploydir, argument 971 dest = jsonld_arch_path(d, pkg_arch, subdir, objset.doc.name, deploydir=deploydir) 980 deploydir=deploydir,
|
| H A D | spdx30_tasks.py | 469 deploydir = Path(d.getVar("SPDXDEPLOY")) 778 d, pkg_objset, "packages-staging", deploydir, create_spdx_id_links=False 809 oe.sbom30.write_recipe_jsonld_doc(d, build_objset, "recipes", deploydir) 814 deploydir = Path(d.getVar("SPDXRUNTIMEDEPLOY")) 905 oe.sbom30.write_recipe_jsonld_doc(d, pkg_objset, "packages", deploydir) 907 oe.sbom30.write_recipe_jsonld_doc(d, common_objset, "common-package", deploydir) 1038 deploydir = Path(d.getVar("SPDXROOTFSDEPLOY")) 1110 oe.sbom30.write_recipe_jsonld_doc(d, objset, "rootfs", deploydir)
|
| H A D | rootfs.py | 25 self.deploydir = self.d.getVar('IMGDEPLOYDIR')
|
| /openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | fitimage.bbclass | 366 deploydir = d.getVar('DEPLOY_DIR_IMAGE') 376 dtbpath = f'{sysroot}/boot/devicetree/{d}' if d in ext_dtbs else f'{deploydir}/{d}'
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-3.2.rst | 217 .. _migration-3.2-deploydir-clean:
|