Searched refs:base_recipe (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 1632 … base_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 D | test_builddashboard_page.py | 119 base_recipe=self.image_recipe1, 127 base_recipe=self.image_recipe2, 141 base_recipe=self.image_recipe2,
|
| H A D | test_new_custom_image_page.py | 68 base_recipe=recipe2,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | localhostbecontroller.py | 273 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 D | api.py | 604 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 D | test_views.py | 228 base_recipe=self.recipe1,
|