[U-Boot] [PATCH v9 11/14] buildman: Add an option to show which boards caused which errors

Tom Rini trini at ti.com
Mon Aug 25 21:14:38 CEST 2014


On Mon, Aug 25, 2014 at 09:58:32AM -0600, Simon Glass wrote:
> 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 at chromium.org>

Doing buildman ... ; buildman ... -svl (since I want to spit out the
summary at once due to how LSF mangles output to file), I don't see
anything for what caused powerpc failures say (where there's lot of
things complaining about generic board).  So something isn't right, is
this something you can reproduce locally?  I'm going to make sure that
-e really is implied like the doc says.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140825/7aafa960/attachment.pgp>


More information about the U-Boot mailing list