]> git.sur5r.net Git - u-boot/commit
patman: Add a tools library for using temporary files
authorSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 00:59:08 +0000 (18:59 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Sep 2016 03:04:38 +0000 (21:04 -0600)
commit1f1864b408b74fe04d787d9f8941f7b18b9ded66
treed6955892ae08be92787a11429bf1296ba9f708ed
parentf7a2aeeeb8d4bbbb9bfd788903942062c8535efb
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>
tools/patman/tools.py [new file with mode: 0644]