projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b4bc06
)
tools: Set an initial value for indir
author
Simon Glass
<sjg@chromium.org>
Tue, 2 Oct 2018 03:12:44 +0000
(21:12 -0600)
committer
Simon Glass
<sjg@chromium.org>
Mon, 8 Oct 2018 13:34:34 +0000
(07:34 -0600)
This variable is not documented or set up in the module. Fix this.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/tools.py
patch
|
blob
|
history
diff --git
a/tools/patman/tools.py
b/tools/patman/tools.py
index 1c9bf4e8100151141f0e9e851c91e918064ee046..bf099798e65006fcae290cc0cc95ae0244d78bd3 100644
(file)
--- a/
tools/patman/tools.py
+++ b/
tools/patman/tools.py
@@
-28,6
+28,9
@@
packages = {
'lz4': 'liblz4-tool',
}
+# List of paths to use when looking for an input file
+indir = []
+
def PrepareOutputDir(dirname, preserve=False):
"""Select an output directory, ensuring it exists.