Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py666 content = recipe.generate_recipe_file_contents()
672 recipef.write(recipe.generate_recipe_file_contents())
H A Dviews.py1732 file_data = recipe.generate_recipe_file_contents()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py300 recipef.write(customrecipe.generate_recipe_file_contents())
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1717 def generate_recipe_file_contents(self): member in CustomImageRecipe