commit | b3a8b0a8d3d27f0b6ac61c43461fc09d24bd5c52 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:22 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:55 2023 -0400 |
tree | ff807668e59dadd7c358f9b42fa4c637b3d2361a | |
parent | 377f79aa412fcb24c1fff6d1b5da4c8e3d06d0ac [diff] |
expo: Add better error reporting When building an expo fails, show some information about which node caused the problem. Use -ENOENT consistently when the ID is missing. This makes it easier for the user to debug things. Signed-off-by: Simon Glass <sjg@chromium.org>