Home
last modified time | relevance | path

Searched refs:deploydir (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/meta-selftest/classes/
H A Dlocalpkgfeed.bbclass23 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 Dmeta_ide.py25 cls.deploydir = bb_vars['DEPLOY_DIR_IMAGE']
26 cls.environment_script_path = '%s/%s' % (cls.deploydir, cls.environment_script)
H A Dbbtests.py136 deploydir = bb_vars["DEPLOY_DIR_IMAGE"]
138 manifest = os.path.join(deploydir, imagename + ".manifest")
H A Ddevtool.py2915 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 Darm-systemready-acs.bbclass30 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__.py450 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 Dsbom30.py896 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 Dspdx30_tasks.py469 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 Drootfs.py25 self.deploydir = self.d.getVar('IMGDEPLOYDIR')
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dfitimage.bbclass366 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 Dmigration-3.2.rst217 .. _migration-3.2-deploydir-clean: