mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 15:43:44 +08:00
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>
This commit is contained in:
parent
f80a8bbee8
commit
ce267335c3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user