Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1632base_recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE, related_name='based_on_recipe') variable in CustomImageRecipe
1655 Q(target=self.base_recipe.name)).last()
1696 path_schema_one = "%s/%s" % (self.base_recipe.layer_version.local_path,
1697 self.base_recipe.file_path)
1699 path_schema_two = self.base_recipe.file_path
1701 path_schema_three = "%s/%s" % (self.base_recipe.layer_version.layer.local_source_dir,
1702 self.base_recipe.file_path)
1737 base_recipe = open(base_recipe_path, 'r').read()
1749 base_recipe,
1755 Q(layer_version=self.base_recipe.layer_version) &
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page.py119 base_recipe=self.image_recipe1,
127 base_recipe=self.image_recipe2,
141 base_recipe=self.image_recipe2,
H A Dtest_new_custom_image_page.py68 base_recipe=recipe2,
/OK3568_Linux_fs/yocto/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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py604 base_recipe=params["base"],
721 "base_recipe_id": custom_recipe.base_recipe.id,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py228 base_recipe=self.recipe1,