commit | e64a0921967df68e79fb6f058aae23324103cd51 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 06 15:21:31 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 20 19:14:22 2018 -0700 |
tree | 93fbc5417b83429aef496b9aeae5e45b647a2349 | |
parent | e107bcdf1bfc6022eaaeb7172fc54fd8d63a4a51 [diff] |
binman: Add a way to enable debugging from the build When the build fails due to something wrong in binman it is sometimes useful to get a full backtrace showing the location of the failure. Add a BINMAN_DEBUG environment variable to support this along with some documentation. Signed-off-by: Simon Glass <sjg@chromium.org>