Home
last modified time | relevance | path

Searched refs:customrecipe (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py230 customrecipe = CustomImageRecipe.objects.get(
235 customrecipe, layers)
252 def setup_custom_image_recipe(self, customrecipe, layers): argument
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()
298 customrecipe.name)
300 recipef.write(customrecipe.generate_recipe_file_contents())
303 customrecipe.layer_version.dirpath = layerpath
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py414 customrecipe = CustomImageRecipe.objects.filter(
417 if customrecipe:
420 layercommit=customrecipe.layer_version,