Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page.py123 base_recipe=self.image_recipe1,
131 base_recipe=self.image_recipe2,
145 base_recipe=self.image_recipe2,
H A Dtest_new_custom_image_page.py77 base_recipe=recipe2,
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1628base_recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE, related_name='based_on_recipe') variable in CustomImageRecipe
1651 Q(target=self.base_recipe.name)).last()
1692 path_schema_one = "%s/%s" % (self.base_recipe.layer_version.local_path,
1693 self.base_recipe.file_path)
1695 path_schema_two = self.base_recipe.file_path
1697 path_schema_three = "%s/%s" % (self.base_recipe.layer_version.layer.local_source_dir,
1698 self.base_recipe.file_path)
1733 base_recipe = open(base_recipe_path, 'r').read()
1745 base_recipe,
1751 Q(layer_version=self.base_recipe.layer_version) &
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py273 layer_version=customrecipe.base_recipe.layer_version)
290 customrecipe.base_recipe.layer_version.dirpath)
292 customrecipe.base_recipe.layer_version.dirpath = br_layer_base_dirpath
294 customrecipe.base_recipe.layer_version.save()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py608 base_recipe=params["base"],
725 "base_recipe_id": custom_recipe.base_recipe.id,
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py244 base_recipe=self.recipe1,