Searched refs:fixed_setup (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/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 | 81 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 | runqemu.py | 57 if context.fixed_setup:
|
H A D | standard.py | 285 if args.fixed_setup: 429 … args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, n… 453 …, args.keep_temp, args.branch, True, config, basepath, workspace, args.fixed_setup, rd, tinfoil, n… 489 def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, workspace, fixed_setup, … argument 586 update_unlockedsigs(basepath, workspace, fixed_setup, [pn]) 886 … args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, n… 1021 update_unlockedsigs(basepath, workspace, args.fixed_setup, [pn]) 2363 parser_add.set_defaults(func=add, fixed_setup=context.fixed_setup) 2380 parser_modify.set_defaults(func=modify, fixed_setup=context.fixed_setup) 2390 parser_extract.set_defaults(func=extract, fixed_setup=context.fixed_setup) [all …]
|
H A D | upgrade.py | 594 …ctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, n… 612 update_unlockedsigs(basepath, workspace, args.fixed_setup, [pn]) 680 parser_upgrade.set_defaults(func=upgrade, fixed_setup=context.fixed_setup)
|
H A D | __init__.py | 337 def update_unlockedsigs(basepath, workspace, fixed_setup, extra=None): argument 341 if not fixed_setup:
|
H A D | sdk.py | 311 if context.fixed_setup:
|
/openbmc/openbmc/poky/scripts/ |
H A D | devtool | 93 if context.fixed_setup: 99 if not context.fixed_setup: 219 context = Context(fixed_setup=False) 249 context.fixed_setup = True 254 context.fixed_setup = True 259 if not context.fixed_setup: 317 if not context.fixed_setup:
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | devtool | 93 if context.fixed_setup: 99 if not context.fixed_setup: 219 context = Context(fixed_setup=False) 249 context.fixed_setup = True 254 context.fixed_setup = True 259 if not context.fixed_setup: 317 if not context.fixed_setup:
|