commit | 6bce5dc659f00e117581092ce4210c2f73e68797 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 09 19:14:42 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 22 15:13:34 2022 -0700 |
tree | 3a93d7a4d18329d34be85fb1459c09e2e3d52aeb | |
parent | 61888dda9f6fa72325e96e09bad3e4f83c420841 [diff] |
binman: Use an exit code when blobs are missing At present binman returns success when told to handle missing/faked blobs or missing bintools. This is confusing since in fact the resulting image cannot work. Use exit code 103 to signal this problem, with a -W option to convert it to a warning. Rename the flag to --ignore-missing since it controls bintools also. Add documentation about exit codes while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>