]> git.sur5r.net Git - u-boot/commit
buildman: Keep more outputs with the --keep-outputs flag
authorTom Rini <trini@konsulko.com>
Fri, 20 Mar 2015 14:50:38 +0000 (10:50 -0400)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 22:24:25 +0000 (16:24 -0600)
commit0eb4c045038e5fdbbab342b226c79445faf5116c
treebf052d48a5fef10fdd40e9b5c297b9c9033bc047
parent843312dcdd942dc1d7d9009863b04340287326e0
buildman: Keep more outputs with the --keep-outputs flag

When told to keep outputs, be much more liberal in what files we keep.
In addition to adding 'MLO', keep anything that matches u-boot-spl.* (so
that we keep the map file as well) and anything we generate about
'u-boot itself.  A large number of bootable formats now match this and
thus it's easier to build many targets and then boot them afterwards
using buildman.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py