From: Quentin Schulz <quentin.sch...@theobroma-systems.com> Commit daa2da754afe ("binman: btool: gzip: fix packer name so that binary can be found") introduced some sort of work-around to make the gzip binary found by bintool. However, this work-around would need to be applied to any btool whose name is prefixed with btool_ (usually to avoid conflict with other python modules).
Instead, let's handle this specific case directly inside bintool so that the btools don't have to handle it themselves. This also reverts the now-unnecessary work-around for gzip btool. To: Simon Glass <s...@chromium.org> To: Alper Nebi Yasak <alpernebiya...@gmail.com> Cc: Quentin Schulz <foss+ub...@0leil.net> Cc: u-boot@lists.denx.de Signed-off-by: Quentin Schulz <quentin.sch...@theobroma-systems.com> --- Quentin Schulz (2): binman: bintool: remove btool_ prefix from btool names Revert "binman: btool: gzip: fix packer name so that binary can be found" tools/binman/bintool.py | 2 ++ tools/binman/btool/btool_gzip.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) --- base-commit: 97c0a9c5708dc60d82cad721a8b882f0ce37e83d change-id: 20220930-upstream-gzip-binman-v3-91b83bf16795 Best regards, -- Quentin Schulz <quentin.sch...@theobroma-systems.com>