commit | 9a0a2e9569f0d4e89cbaace40227e18c9c37fbf4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 05 20:19:03 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 18 19:24:25 2022 -0600 |
tree | 0b71229ab382eae9428093699e27085f78aeb6ed | |
parent | ae9a45702954707619df6990bb479c98f5346408 [diff] |
binman: Change how faked blobs are created At present fake blobs are created but internally an empty blob is used. Change it to use the contents of the faked file. Also return whether the blob was faked, in case the caller needs to know that. Add a TODO to put fake blobs in their own directory. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>