projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8436282
)
binman: Collect the version number for mkeficapsule
author
Simon Glass
<sjg@chromium.org>
Wed, 31 Jul 2024 14:49:01 +0000
(08:49 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 5 Aug 2024 18:15:29 +0000
(12:15 -0600)
Now that this tool has a version number, collect it.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/btool/mkeficapsule.py
patch
|
blob
|
history
diff --git
a/tools/binman/btool/mkeficapsule.py
b/tools/binman/btool/mkeficapsule.py
index ef1da638df12ba201cefee86f8d3c35031820081..f7e5a8868495f4d25cdb4989b063559bdfe810fe 100644
(file)
--- a/
tools/binman/btool/mkeficapsule.py
+++ b/
tools/binman/btool/mkeficapsule.py
@@
-33,7
+33,8
@@
class Bintoolmkeficapsule(bintool.Bintool):
commandline, or through a config file.
"""
def __init__(self, name):
- super().__init__(name, 'mkeficapsule tool for generating capsules')
+ super().__init__(name, 'mkeficapsule tool for generating capsules',
+ r'mkeficapsule version (.*)')
def generate_capsule(self, image_index, image_guid, hardware_instance,
payload, output_fname, priv_key, pub_key,