Home
last modified time | relevance | path

Searched defs:recipe_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dc_cpp.py15 def _qemu_usermode(self, recipe_name): argument
20 def _qemu_usermode_failing(self, recipe_name): argument
H A Ddevtool.py2434 def _workspace_scripts_dir(self, recipe_name): argument
2440 def _workspace_gdbinit_dir(self, recipe_name): argument
2446 def _devtool_ide_sdk_recipe(self, recipe_name, build_file, testimage): argument
2481 def _get_recipe_ids(self, recipe_name): argument
2488 def _verify_install_script_code(self, tempdir, recipe_name): argument
2513 def _devtool_ide_sdk_qemu(self, tempdir, qemu, recipe_name, example_exe): argument
2590 def _gdb_cross_debugging(self, qemu, recipe_name, example_exe, magic_string): argument
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py246 def update_task_object(self, build, task_name, recipe_name, task_stats): argument