-
- Downloads
buildman: Add an option to show which boards caused which errors
Add a -l option to display a list of offending boards against each
error/warning line. The information will be shown in brackets as below:
02: wip
sandbox: + sandbox
arm: + seaboard
+(sandbox) arch/sandbox/cpu/cpu.c: In function 'timer_get_us':
+(sandbox) arch/sandbox/cpu/cpu.c:40:9: warning: unused variable 'i' [-Wunused-variable]
+(seaboard) board/nvidia/seaboard/seaboard.c: In function 'pin_mux_mmc':
+(seaboard) board/nvidia/seaboard/seaboard.c:36:9: warning: unused variable 'fred' [-Wunused-variable]
+(seaboard) int fred;
+(seaboard) ^
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- tools/buildman/README 4 additions, 3 deletionstools/buildman/README
- tools/buildman/builder.py 42 additions, 9 deletionstools/buildman/builder.py
- tools/buildman/buildman.py 2 additions, 0 deletionstools/buildman/buildman.py
- tools/buildman/control.py 2 additions, 1 deletiontools/buildman/control.py
Loading
Please register or sign in to comment