Searched refs:incremental (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builderthread.py | 83 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument 88 self.incremental = incremental 226 if not self.incremental:
|
| H A D | control.py | 263 incremental=options.incremental,
|
| H A D | builder.py | 214 incremental=False, per_board_out_dir=False, argument 283 t = builderthread.BuilderThread(self, i, incremental,
|
| H A D | README | 80 incremental build. Eventually the thread reaches the last commit and stops. 84 incremental build. 927 trust the build system's incremental build capabilities, you can pass the -I 934 series of changes while making small incremental modifications to the source
|