projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478332a
)
Revert "binman: btool: gzip: fix packer name so that binary can be found"
author
Quentin Schulz
<quentin.schulz@theobroma-systems.com>
Mon, 7 Nov 2022 12:54:56 +0000
(13:54 +0100)
committer
Simon Glass
<sjg@chromium.org>
Tue, 22 Nov 2022 22:13:34 +0000
(15:13 -0700)
This reverts commit
daa2da754afe1bac777f6cb0f05233e0de7b325d
.
This commit is not needed anymore since the btool_ prefix is
automatically stripped by bintool.
Cc: Quentin Schulz <foss+uboot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/btool/btool_gzip.py
patch
|
blob
|
history
diff --git
a/tools/binman/btool/btool_gzip.py
b/tools/binman/btool/btool_gzip.py
index a7ce6411cdb5ad792ee5abb70e2b930f9b713ad7..0d75028120fe2d4822ee919cabd1b06843a59e7f 100644
(file)
--- a/
tools/binman/btool/btool_gzip.py
+++ b/
tools/binman/btool/btool_gzip.py
@@
-27,5
+27,5
@@
class Bintoolgzip(bintool.BintoolPacker):
man gzip
"""
def __init__(self, name):
- super().__init__(
"gzip"
, compress_args=[],
+ super().__init__(
name
, compress_args=[],
version_regex=r'gzip ([0-9.]+)')