[U-Boot] [PATCH] buildman: Save *.img files too

Tom Rini trini at ti.com
Tue Nov 11 22:58:44 CET 2014


When saving binary files we likely want to keep any .img files that have
been generated as well.

Signed-off-by: Tom Rini <trini at ti.com>
---
 tools/buildman/builderthread.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/buildman/builderthread.py b/tools/buildman/builderthread.py
index a9cf68a..bc4541c 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:
-- 
1.7.9.5



More information about the U-Boot mailing list