Home
last modified time | relevance | path

Searched refs:fixed_setup (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dsearch.py80 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 Dmenuconfig.py81 parser_menuconfig.set_defaults(func=menuconfig,fixed_setup=context.fixed_setup)
H A Dbuild_sdk.py50 if context.fixed_setup:
H A Dpackage.py44 if context.fixed_setup:
H A Drunqemu.py57 if context.fixed_setup:
H A Dstandard.py285 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 Dupgrade.py594 …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__.py337 def update_unlockedsigs(basepath, workspace, fixed_setup, extra=None): argument
341 if not fixed_setup:
H A Dsdk.py311 if context.fixed_setup:
/openbmc/openbmc/poky/scripts/
H A Ddevtool93 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 Ddevtool93 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: