From: Tom Rini Date: Tue, 11 Nov 2014 21:58:44 +0000 (-0500) Subject: buildman: Save *.img files too X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce267335c31e95d69d42abf886ce7f3df1b5b2a4;p=people%2Fms%2Fu-boot.git 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 Acked-by: Simon Glass --- 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: