commit | 10f9d0066b9e9e14327922fa62c2a1b6bea50785 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:50 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:06 2019 -0600 |
tree | e8f2edff2c01e0a90f203db9fc3a5d336d15fd0c | |
parent | a004f29464d14f3535ed8db22e5dfed02c8fc9d8 [diff] |
binman: Support updating entries in an existing image While it is useful and efficient to build images in a single pass from a unified description, it is sometimes desirable to update the image later. Add support for replace an existing file with one of the same size. This avoids needing to repack the file. Support for more advanced updates will come in future patches. Signed-off-by: Simon Glass <sjg@chromium.org>