Searched refs:no_clean (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 1928 def _reset(recipes, no_clean, remove_work, config, basepath, workspace): argument 1952 if recipes and not no_clean: 2052 _reset(recipes, args.no_clean, args.remove_work, config, basepath, workspace) 2103 no_clean = args.no_clean 2185 no_clean = True 2256 …_reset([args.recipename], no_clean=no_clean, remove_work=remove_work, config=config, basepath=base…
|