Skip to content
Snippets Groups Projects
Commit d0dbfd52 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

binman: Collect the version number for mkeficapsule


Now that this tool has a version number, collect it.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 8436282e
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,8 @@ class Bintoolmkeficapsule(bintool.Bintool): ...@@ -33,7 +33,8 @@ class Bintoolmkeficapsule(bintool.Bintool):
commandline, or through a config file. commandline, or through a config file.
""" """
def __init__(self, name): 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, def generate_capsule(self, image_index, image_guid, hardware_instance,
payload, output_fname, priv_key, pub_key, payload, output_fname, priv_key, pub_key,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment