Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py26 build = Build.objects.create(project=project, build_name='fakebuild',
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py172 build_name='')
936 if not build.build_name:
937 build_name = self.server.runCommand(["getVariable", "BUILDNAME"])[0]
941 if build_name is not None:
942 build_info['build_name'] = build_name
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py479 build_name = models.CharField(max_length=100, default='') variable in Build
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1285 build_stat['name'] = build.build_name