Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page_artifacts.py151 license_manifest_path='/home/foo/license.manifest',
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py238 def update_target_set_license_manifest(self, target, license_manifest_path): argument
239 target.license_manifest_path = license_manifest_path
1833 license_manifest_path = os.path.join(license_directory,
1837 image_target, license_manifest_path)
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py790 license_manifest_path = models.CharField(max_length=500, null=True) variable in Target
923 self.license_manifest_path = target.license_manifest_path
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1916 file_name = Target.objects.get(build = build, pk = artifact_id).license_manifest_path