| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | case.py | 199 def recipeinc(self, recipe): argument 203 def write_recipeinc(self, recipe, data): argument 210 def append_recipeinc(self, recipe, data): argument 217 def remove_recipeinc(self, recipe, data): argument 223 def delete_recipeinc(self, recipe): argument
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | layerappend.py | 23 recipe = """ variable in LayerAppendTests
|
| H A D | bblayers.py | 114 def get_recipe_basename(self, recipe): argument
|
| H A D | overlayfs.py | 129 def _test_correct_image(self, recipe, data): argument
|
| H A D | recipetool.py | 727 def _get_first_file_uri(recipe): argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | recipedetails.js | 12 var recipe = {id: $(this).data('recipe'), name: null} variable
|
| H A D | layerBtn.js | 91 var recipe = {id: $(this).data('recipe'), name: null} variable
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | image-manifest | 185 def get_recipe_info(tinfoil, recipe): argument
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-pkgdata-util | 351 def get_recipe_pkgs(pkgdata_dir, recipe, unpackaged): argument
|
| H A D | oe-pkgdata-browser | 72 def packages_in_recipe(pkgdata, recipe): argument
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 964 def _get_task_information(self, event, recipe): argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 593 def recipe(request, build_id, recipe_id, active_tab="1"): function
|
| H A D | tables.py | 668 def create_package_list(self, recipe, project_id): argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 2029 def __init__(self, realexception, recipe): argument
|