Home
last modified time | relevance | path

Searched refs:betype (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dbbcontroller.py69 if be.betype == BuildEnvironment.TYPE_LOCAL:
72 raise Exception("FIXME: Implement BEC for type %s" % str(be.betype))
H A Dmodels.py36 betype = models.IntegerField(choices = TYPE) variable in BuildEnvironment
48 if self.betype == BuildEnvironment.TYPE_LOCAL:
56 if self.betype == BuildEnvironment.TYPE_LOCAL:
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Dchecksettings.py34 BuildEnvironment.objects.create(betype=BuildEnvironment.TYPE_LOCAL)
54 if be.betype == BuildEnvironment.TYPE_LOCAL:
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_new_custom_image_page.py23 betype=BuildEnvironment.TYPE_LOCAL,
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dbuildtest.py108 betype=BuildEnvironment.TYPE_LOCAL,
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py62 BuildEnvironment.objects.create(betype=BuildEnvironment.TYPE_LOCAL)