Home
last modified time | relevance | path

Searched defs:recipe (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py187 def recipeinc(self, recipe): argument
191 def write_recipeinc(self, recipe, data): argument
198 def append_recipeinc(self, recipe, data): argument
205 def remove_recipeinc(self, recipe, data): argument
211 def delete_recipeinc(self, recipe): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dlayerappend.py25 recipe = """ variable in LayerAppendTests
H A Dbblayers.py128 def get_recipe_basename(self, recipe): argument
H A Doverlayfs.py132 def _test_correct_image(self, recipe, data): argument
H A Drecipetool.py1205 def _get_first_file_uri(recipe): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Drecipedetails.js12 var recipe = {id: $(this).data('recipe'), name: null} class in AnonymousFunction93f83cd10100
H A DlayerBtn.js91 var recipe = {id: $(this).data('recipe'), name: null} class in AnonymousFunctiond4ef1d940b00
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dexport.py33 def add_recipe(tar, recipe, data): argument
H A Dsdk.py253 def checkstamp(recipe): argument
/openbmc/openbmc/poky/scripts/
H A Dbblock61 def parseRecipe(tinfoil, recipe): argument
H A Doe-pkgdata-util351 def get_recipe_pkgs(pkgdata_dir, recipe, unpackaged): argument
H A Doe-pkgdata-browser77 def packages_in_recipe(pkgdata, recipe): argument
/openbmc/openbmc-tools/openbmc-autobump/
H A Dopenbmc-autobump.py68 def extract_sha_from_recipe(recipe, args): argument
/openbmc/openbmc/poky/scripts/contrib/
H A Dimage-manifest185 def get_recipe_info(tinfoil, recipe): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1110 recipe = models.ForeignKey('Recipe', on_delete=models.CASCADE, related_name='tasks') variable in Task
1155 recipe = models.ForeignKey('Recipe', on_delete=models.CASCADE, null=True) variable in Package
1358 recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE) variable in Provides
1368recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE, related_name='r_dependencies_recipe') variable in Recipe_Dependency
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py964 def _get_task_information(self, event, recipe): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py668 def create_package_list(self, recipe, project_id): argument
H A Dviews.py613 def recipe(request, build_id, recipe_id, active_tab="1"): function
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py1991 def __init__(self, realexception, recipe): argument