Searched refs:fixed_setup (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | devtool | 93 if context.fixed_setup: 99 if not context.fixed_setup: 209 context = Context(fixed_setup=False) 239 context.fixed_setup = True 244 context.fixed_setup = True 249 if not context.fixed_setup: 306 if not context.fixed_setup:
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | search.py | 80 if args.fixed_setup and 'nativesdk' in recipe.inherits(): 109 parser_search.set_defaults(func=search, no_workspace=True, fixed_setup=context.fixed_setup)
|
| H A D | menuconfig.py | 79 parser_menuconfig.set_defaults(func=menuconfig,fixed_setup=context.fixed_setup)
|
| H A D | build_sdk.py | 50 if context.fixed_setup:
|
| H A D | package.py | 44 if context.fixed_setup:
|
| H A D | standard.py | 278 if args.fixed_setup: 422 … args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, n… 446 …, args.keep_temp, args.branch, True, config, basepath, workspace, args.fixed_setup, rd, tinfoil, n… 486 def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, workspace, fixed_setup, … argument 580 update_unlockedsigs(basepath, workspace, fixed_setup, [pn]) 879 … args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, n… 985 update_unlockedsigs(basepath, workspace, args.fixed_setup, [pn]) 2260 parser_add.set_defaults(func=add, fixed_setup=context.fixed_setup) 2277 parser_modify.set_defaults(func=modify, fixed_setup=context.fixed_setup) 2287 parser_extract.set_defaults(func=extract, fixed_setup=context.fixed_setup) [all …]
|
| H A D | runqemu.py | 57 if context.fixed_setup:
|
| H A D | upgrade.py | 559 …ctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, n… 577 update_unlockedsigs(basepath, workspace, args.fixed_setup, [pn]) 645 parser_upgrade.set_defaults(func=upgrade, fixed_setup=context.fixed_setup)
|
| H A D | __init__.py | 312 def update_unlockedsigs(basepath, workspace, fixed_setup, extra=None): argument 316 if not fixed_setup:
|
| H A D | sdk.py | 310 if context.fixed_setup:
|