Home
last modified time | relevance | path

Searched refs:is_image (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page.py108 is_image=True
114 is_image=True
124 is_image=True
132 is_image=True
146 is_image=True
156 is_image=False
H A Dtest_builddashboard_page_artifacts.py62 Target.objects.create(is_image=False, build=build, task='',
88 target = Target.objects.create(is_image=True, build=build,
149 target = Target.objects.create(is_image=True, build=build,
H A Dtest_new_custom_image_page.py53 is_image=True
73 is_image=True
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1182 if t.is_image:
1349 if target.is_image:
1446 recipe.is_image = False
1450 recipe.is_image = True
1455 if recipe.is_image:
1458 t.is_image = True
1770 image_targets = [target for target in targets if target.is_image]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py566 Q(is_image=True) & ~Q(pk__in=custom_image_recipes))
603 self.queryset = self.queryset.filter(is_image=True)
640 self.queryset = self.queryset.filter(is_image=False)
H A Dapi.py611 is_image=True)
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py218 build_id=build['id'], is_image=1).values('id')
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py280 ro.is_image = 'image' in index.recipes[id].inherits.split()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py591 if not target.is_image:
642 Q(is_image=True)
788 is_image = models.BooleanField(default = False) variable in Target
1330 is_image = models.BooleanField(default=False) variable in Recipe
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py330 recipes = Recipe.objects.filter(Q(is_image=False))