]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Allow extracting to current directory
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:24:51 +0000 (20:24 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commit862ddf91002c31dcca7bd8f2712a98b71de01de8
tree6f1b71d6a542645ca8c84fc31db7ec7e9c48ce9b
parent98ed0ae2cc12d4e7f5895673264f99de2e28317e
binman: Allow extracting to current directory

Extracting files to the current directory is not normally a very friendly
thing to do, but it can be warranted, e.g. in a new temporary dir. At
present binman reports an error when such an attempt is made. Fix it.

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