Home
last modified time | relevance | path

Searched refs:base_recipe (Results 1 – 7 of 7) 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.py1652 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 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,
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_lag.c1792 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()