
This series makes the directory used for downloaded bintools configurable and changes the default to something that is unlikely to be unintentionally on the user's path. See [1] for discussion relating to this.
[1] https://patchwork.ozlabs.org/project/uboot/patch/20230210135941.1.I81a5b410c...
Simon Glass (5): binman: Correct an 'aot' typo binman: Update bintools documentation binman: Move the tools directory into the Bintool class binman: Use a private directory for bintools binman: Make the tooldir configurable
tools/binman/binman.rst | 19 ++++++++-- tools/binman/bintool.py | 15 +++++--- tools/binman/bintool_test.py | 15 +++++--- tools/binman/bintools.rst | 70 ++++++++++++++++++++++++++++++++++++ tools/binman/cmdline.py | 6 +++- tools/binman/control.py | 10 ++++-- tools/binman/ftest.py | 21 +++++++++-- 7 files changed, 139 insertions(+), 17 deletions(-)