[PATCH v3 0/2] automatically stip btool_ from btool names

Quentin Schulz foss+uboot at 0leil.net
Fri Sep 30 16:36:32 CEST 2022


From: Quentin Schulz <quentin.schulz at 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 <sjg at chromium.org>
To: Alper Nebi Yasak <alpernebiyasak at gmail.com>
Cc: Quentin Schulz <foss+uboot at 0leil.net>
Cc: u-boot at lists.denx.de
Signed-off-by: Quentin Schulz <quentin.schulz at 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.schulz at theobroma-systems.com>


More information about the U-Boot mailing list