Searched refs:no_clean (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 1995 def _reset(recipes, no_clean, remove_work, config, basepath, workspace): argument 2019 if recipes and not no_clean: 2119 _reset(recipes, args.no_clean, args.remove_work, config, basepath, workspace) 2170 no_clean = args.no_clean 2252 no_clean = True 2323 …_reset([args.recipename], no_clean=no_clean, remove_work=remove_work, config=config, basepath=base…
|