binman: Avoid requiring a home directory on startup
authorSimon Glass <sjg@chromium.org>
Fri, 10 Feb 2023 20:59:46 +0000 (13:59 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:38:48 +0000 (11:38 -0800)
commit139c464c2ac5027b200ef9b4a66024a9daa39969
tree4b9ccd07b12a7eb15f350aa04d5a3f1a3b451553
parent70ed05ce6c051e55e126e67e72ab20409134c953
binman: Avoid requiring a home directory on startup

This is needed to download tools, but we may not need to do this. At
present binman fails to start if HOME is not set.

Use the current directory as a default to avoid this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bintool.py