Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page.py104 is_image=True
110 is_image=True
120 is_image=True
128 is_image=True
142 is_image=True
152 is_image=False
H A Dtest_builddashboard_page_artifacts.py60 Target.objects.create(is_image=False, build=build, task='',
86 target = Target.objects.create(is_image=True, build=build,
147 target = Target.objects.create(is_image=True, build=build,
H A Dtest_new_custom_image_page.py47 is_image=True
64 is_image=True
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1179 if t.is_image:
1346 if target.is_image:
1443 recipe.is_image = False
1447 recipe.is_image = True
1452 if recipe.is_image:
1455 t.is_image = True
1768 image_targets = [target for target in targets if target.is_image]
/OK3568_Linux_fs/yocto/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.py607 is_image=True)
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py280 ro.is_image = 'image' in index.recipes[id].inherits.split()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py227 build_id=build['id'], is_image=1).values('id')
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py314 recipes = Recipe.objects.filter(Q(is_image=False))