[PATCH 1/6] binman: Put compressed data into separate files

Simon Glass sjg at chromium.org
Thu Jul 22 04:12:01 CEST 2021


At present compression uses the same temporary file for all invocations.
With multithreading this causes the data to become corrupted. Use a
different filename each time.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/patman/tools.py | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list