Home
last modified time | relevance | path

Searched refs:generate_recipe_file_contents (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py670 content = recipe.generate_recipe_file_contents()
676 recipef.write(recipe.generate_recipe_file_contents())
H A Dviews.py1756 file_data = recipe.generate_recipe_file_contents()
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py300 recipef.write(customrecipe.generate_recipe_file_contents())
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1714 def generate_recipe_file_contents(self): member in CustomImageRecipe