commit | 76f496da235f4bf4d6ae6afab3c3389fff4d75ce | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 06 10:36:37 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:35 2021 -0600 |
tree | c13527b8a6aecf176f48ee6c0f8f657bb4dd303a | |
parent | b87eac8fa641ed0479ff98360ec4986bee20e4d4 [diff] |
binman: Support multithreading for building images Some images may take a while to build, e.g. if they are large and use slow compression. Support compiling sections in parallel to speed things up. Signed-off-by: Simon Glass <sjg@chromium.org> (fixed to use a separate test file to fix flakiness)