]> git.baikalelectronics.ru Git - uboot.git/commit
binman: btool: gzip: fix packer name so that binary can be found
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Wed, 31 Aug 2022 15:55:14 +0000 (17:55 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Sep 2022 17:36:36 +0000 (11:36 -0600)
commit47edef18b15d8a95a5a3ad6fe112971f1ee8aade
tree36bf61b15f83e0004657fc478f655bea614ccff0
parent3bff5d7f40d37e757ff7b5455c566c03ff5c14d2
binman: btool: gzip: fix packer name so that binary can be found

The binary is looked on the system by the suffix of the packer class.
This means binman was looking for btool_gzip on the system and not gzip.

Therefore, let's pass "gzip" as the name so that it can be found and
used.

Fixes: 2b76f3ac814f ("binman: Add gzip bintool")
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/btool/btool_gzip.py