Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/
H A Ddevtool93 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 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.py79 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 Dstandard.py278 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 Drunqemu.py57 if context.fixed_setup:
H A Dupgrade.py559 …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__.py312 def update_unlockedsigs(basepath, workspace, fixed_setup, extra=None): argument
316 if not fixed_setup:
H A Dsdk.py310 if context.fixed_setup: