Searched refs:check_workspace_recipe (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | package.py | 13 from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, DevtoolError 19 check_workspace_recipe(workspace, args.recipename)
|
| H A D | menuconfig.py | 28 from devtool import check_workspace_recipe 45 check_workspace_recipe(workspace, args.component)
|
| H A D | build.py | 14 from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, DevtoolError 46 workspacepn = check_workspace_recipe(workspace, args.recipename, bbclassextend=True)
|
| H A D | utilcmds.py | 18 from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, DevtoolError 58 check_workspace_recipe(workspace, args.recipename)
|
| H A D | deploy.py | 19 from devtool import exec_fakeroot, setup_tinfoil, check_workspace_recipe, DevtoolError 144 check_workspace_recipe(workspace, args.recipename, checksrc=False)
|
| H A D | __init__.py | 142 def check_workspace_recipe(workspace, pn, checksrc=True, bbclassextend=False): function
|
| H A D | standard.py | 23 from devtool import exec_build_env_command, setup_tinfoil, check_workspace_recipe, use_external_bui… 1002 check_workspace_recipe(workspace, args.recipename) 1854 check_workspace_recipe(workspace, args.recipename) 2008 check_workspace_recipe(workspace, recipe, checksrc=False) 2052 check_workspace_recipe(workspace, args.recipename)
|