commit | 1f1864b408b74fe04d787d9f8941f7b18b9ded66 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 25 18:59:08 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 18 21:04:38 2016 -0600 |
tree | d6955892ae08be92787a11429bf1296ba9f708ed | |
parent | f7a2aeeeb8d4bbbb9bfd788903942062c8535efb [diff] |
patman: Add a tools library for using temporary files For tools which want to use input files and temporary output, it is useful to have the handling of these dealt with in one place. Add a new library which allows input files to be read, and output files to be written, all based on a common directory structure. Signed-off-by: Simon Glass <sjg@chromium.org>