]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Collect the version number for mkeficapsule
authorSimon Glass <sjg@chromium.org>
Wed, 31 Jul 2024 14:49:01 +0000 (08:49 -0600)
committerTom 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

index ef1da638df12ba201cefee86f8d3c35031820081..f7e5a8868495f4d25cdb4989b063559bdfe810fe 100644 (file)
@@ -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,