Searched refs:base_recipe (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_builddashboard_page.py | 123 base_recipe=self.image_recipe1, 131 base_recipe=self.image_recipe2, 145 base_recipe=self.image_recipe2,
|
H A D | test_new_custom_image_page.py | 77 base_recipe=recipe2,
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1652 Q(target=self.base_recipe.name)).last() 1693 path_schema_one = "%s/%s" % (self.base_recipe.layer_version.local_path, 1694 self.base_recipe.file_path) 1696 path_schema_two = self.base_recipe.file_path 1699 self.base_recipe.file_path) 1734 base_recipe = open(base_recipe_path, 'r').read() 1746 base_recipe, 1752 Q(layer_version=self.base_recipe.layer_version) & 1757 base_recipe = base_recipe.replace(req_search.group(0), 1762 "base_recipe": base_recipe, [all …]
|
/openbmc/openbmc/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()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | api.py | 608 base_recipe=params["base"], 725 "base_recipe_id": custom_recipe.base_recipe.id,
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/ |
H A D | test_views.py | 244 base_recipe=self.recipe1,
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_lag.c | 1792 const u8 *base_recipe, u8 prio) in ice_create_lag_recipe() argument 1805 memcpy(new_rcp, base_recipe, ICE_RECIPE_LEN); in ice_create_lag_recipe()
|