/openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
H A D | case.py | 187 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 D | layerappend.py | 25 recipe = """ variable in LayerAppendTests
|
H A D | bblayers.py | 128 def get_recipe_basename(self, recipe): argument
|
H A D | overlayfs.py | 132 def _test_correct_image(self, recipe, data): argument
|
H A D | recipetool.py | 1205 def _get_first_file_uri(recipe): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | recipedetails.js | 12 var recipe = {id: $(this).data('recipe'), name: null} class in AnonymousFunction93f83cd10100
|
H A D | layerBtn.js | 91 var recipe = {id: $(this).data('recipe'), name: null} class in AnonymousFunctiond4ef1d940b00
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | export.py | 33 def add_recipe(tar, recipe, data): argument
|
H A D | sdk.py | 253 def checkstamp(recipe): argument
|
/openbmc/openbmc/poky/scripts/ |
H A D | bblock | 61 def parseRecipe(tinfoil, recipe): argument
|
H A D | oe-pkgdata-util | 351 def get_recipe_pkgs(pkgdata_dir, recipe, unpackaged): argument
|
H A D | oe-pkgdata-browser | 77 def packages_in_recipe(pkgdata, recipe): argument
|
/openbmc/openbmc-tools/openbmc-autobump/ |
H A D | openbmc-autobump.py | 68 def extract_sha_from_recipe(recipe, args): argument
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | image-manifest | 185 def get_recipe_info(tinfoil, recipe): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1110 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 1368 … recipe = 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 D | buildinfohelper.py | 964 def _get_task_information(self, event, recipe): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | tables.py | 668 def create_package_list(self, recipe, project_id): argument
|
H A D | views.py | 613 def recipe(request, build_id, recipe_id, active_tab="1"): function
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cooker.py | 1991 def __init__(self, realexception, recipe): argument
|