diff options
Diffstat (limited to 'scripts/contrib/devtool-stress.py')
| -rwxr-xr-x | scripts/contrib/devtool-stress.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/contrib/devtool-stress.py b/scripts/contrib/devtool-stress.py index 2723491b4a..ab77a2d1f6 100755 --- a/scripts/contrib/devtool-stress.py +++ b/scripts/contrib/devtool-stress.py | |||
| @@ -213,6 +213,7 @@ def main(): | |||
| 213 | parser.add_argument('-s', '--skip', help='Skip specified recipes (comma-separated without spaces, wildcards allowed)', metavar='PNLIST') | 213 | parser.add_argument('-s', '--skip', help='Skip specified recipes (comma-separated without spaces, wildcards allowed)', metavar='PNLIST') |
| 214 | parser.add_argument('-c', '--skip-classes', help='Skip recipes inheriting specified classes (comma-separated) - default %(default)s', metavar='CLASSLIST', default='native,nativesdk,cross,cross-canadian,image,populate_sdk,meta,packagegroup') | 214 | parser.add_argument('-c', '--skip-classes', help='Skip recipes inheriting specified classes (comma-separated) - default %(default)s', metavar='CLASSLIST', default='native,nativesdk,cross,cross-canadian,image,populate_sdk,meta,packagegroup') |
| 215 | subparsers = parser.add_subparsers(title='subcommands', metavar='<subcommand>') | 215 | subparsers = parser.add_subparsers(title='subcommands', metavar='<subcommand>') |
| 216 | subparsers.required = True | ||
| 216 | 217 | ||
| 217 | parser_modify = subparsers.add_parser('modify', | 218 | parser_modify = subparsers.add_parser('modify', |
| 218 | help='Run "devtool modify" followed by a build with bitbake on matching recipes', | 219 | help='Run "devtool modify" followed by a build with bitbake on matching recipes', |
