Skip to content

Commit

Permalink
binman: Collect the version number for mkeficapsule
Browse files Browse the repository at this point in the history
Now that this tool has a version number, collect it.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 authored and trini committed Aug 5, 2024
1 parent 8436282 commit d0dbfd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/binman/btool/mkeficapsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d0dbfd5

Please sign in to comment.