]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:05 +0000 (22:29 +0200)
commit1e6e117bab374d60d31049cd6a64e28057cf22af
tree6d85c53702868713ee2c5a223d79b4f5edd7a1b3
parent95924e95cf1bdc82ca2ba7d9585f3dd7b6f066ed
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