]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add a way to obtain the version
authorSimon Glass <sjg@chromium.org>
Tue, 23 Nov 2021 18:03:42 +0000 (11:03 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Dec 2021 16:16:30 +0000 (09:16 -0700)
commit3549f9be788eab110460be8f7ed8370b266bf24f
tree144b0e99f9493e18c23a081397b624812af6e6db
parent5c06169a366a1a560ae6ca2036278a2ec3d9b1b6
binman: Add a way to obtain the version

Add a -V option which shows the version number of binman. For now this
just uses a local 'version' file. Once the tool is packaged in some way
we can figure out an approach that suits.

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