summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-11-11 16:58:44 -0500
committerSimon Glass <sjg@chromium.org>2014-11-26 20:25:39 -0700
commitce267335c31e95d69d42abf886ce7f3df1b5b2a4 (patch)
tree4f312139e15f8468936089e3fd32b4cf4f16858c /tools
parentf80a8bbee8665defb32f26029325667704bb4776 (diff)
downloadtalos-obmc-uboot-ce267335c31e95d69d42abf886ce7f3df1b5b2a4.tar.gz
talos-obmc-uboot-ce267335c31e95d69d42abf886ce7f3df1b5b2a4.zip
buildman: Save *.img files too
When saving binary files we likely want to keep any .img files that have been generated as well. Signed-off-by: Tom Rini <trini@ti.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/buildman/builderthread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/builderthread.py b/tools/buildman/builderthread.py
index a9cf68a801..bc4541cb3e 100644
--- a/tools/buildman/builderthread.py
+++ b/tools/buildman/builderthread.py
@@ -332,7 +332,7 @@ class BuilderThread(threading.Thread):
# Now write the actual build output
if keep_outputs:
- patterns = ['u-boot', '*.bin', 'u-boot.dtb', '*.map',
+ patterns = ['u-boot', '*.bin', 'u-boot.dtb', '*.map', '*.img',
'include/autoconf.mk', 'spl/u-boot-spl',
'spl/u-boot-spl.bin']
for pattern in patterns:
OpenPOWER on IntegriCloud