Home
last modified time | relevance | path

Searched refs:package_manifest_path (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page_artifacts.py152 package_manifest_path='/home/foo/package.manifest')
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py242 def update_target_set_package_manifest(self, target, package_manifest_path): argument
243 target.package_manifest_path = package_manifest_path
1841 package_manifest_path = os.path.join(deploy_dir_image,
1844 if os.path.exists(package_manifest_path):
1846 image_target, package_manifest_path)
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py791 package_manifest_path = models.CharField(max_length=500, null=True) variable in Target
924 self.package_manifest_path = target.package_manifest_path
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1919 file_name = Target.objects.get(build = build, pk = artifact_id).package_manifest_path