commit | 778ab84e22a71fd014e73ea7d3dc8916239672bb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:25 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 28 11:09:01 2018 -0600 |
tree | 87601182b585a6df18c8910a7cc3be87cef7991c | |
parent | e219aa4f7464a4573784e49028b8aaae9bd58ccf [diff] |
patman: Detect missing tools and report them When tools are needed but not present, at present we just get an error which can be confusing for the user. Try to be helpful by reporting the tool as missing and suggesting a possible remedy. Also update the Run() method to support this. Signed-off-by: Simon Glass <sjg@chromium.org>