Re: [PATCH] binman: btool: gzip: fix packer name so that binary can be found

2022-09-07 Thread Simon Glass
Hi Quentin, Am 01.09.2022 um 16:34 schrieb Quentin Schulz: > Hi Stefan, > > On 9/1/22 08:12, Stefan Herbrechtsmeier wrote: >> Hi Quentin, >> >> Am 31.08.2022 um 19:44 schrieb Simon Glass: >>> On Wed, 31 Aug 2022 at 09:55, Quentin Schulz >>> wrote: From: Quentin Schulz The

Re: [PATCH] binman: btool: gzip: fix packer name so that binary can be found

2022-09-01 Thread Stefan Herbrechtsmeier
Hi Quentin, Am 01.09.2022 um 16:34 schrieb Quentin Schulz: Hi Stefan, On 9/1/22 08:12, Stefan Herbrechtsmeier wrote: Hi Quentin, Am 31.08.2022 um 19:44 schrieb Simon Glass: On Wed, 31 Aug 2022 at 09:55, Quentin Schulz wrote: From: Quentin Schulz The binary is looked on the system by

Re: [PATCH] binman: btool: gzip: fix packer name so that binary can be found

2022-09-01 Thread Simon Glass
Hi Stefan, On Thu, 1 Sept 2022 at 00:12, Stefan Herbrechtsmeier wrote: > > Hi Quentin, > > Am 31.08.2022 um 19:44 schrieb Simon Glass: > > On Wed, 31 Aug 2022 at 09:55, Quentin Schulz wrote: > >> > >> From: Quentin Schulz > >> > >> The binary is looked on the system by the suffix of the packer

Re: [PATCH] binman: btool: gzip: fix packer name so that binary can be found

2022-09-01 Thread Quentin Schulz
Hi Stefan, On 9/1/22 08:12, Stefan Herbrechtsmeier wrote: Hi Quentin, Am 31.08.2022 um 19:44 schrieb Simon Glass: On Wed, 31 Aug 2022 at 09:55, Quentin Schulz wrote: From: Quentin Schulz The binary is looked on the system by the suffix of the packer class. This means binman was looking

Re: [PATCH] binman: btool: gzip: fix packer name so that binary can be found

2022-09-01 Thread Stefan Herbrechtsmeier
Hi Quentin, Am 31.08.2022 um 19:44 schrieb Simon Glass: On Wed, 31 Aug 2022 at 09:55, Quentin Schulz wrote: From: Quentin Schulz 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. Are you sure? I

Re: [PATCH] binman: btool: gzip: fix packer name so that binary can be found

2022-08-31 Thread Simon Glass
On Wed, 31 Aug 2022 at 09:55, Quentin Schulz wrote: > > From: Quentin Schulz > > 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

[PATCH] binman: btool: gzip: fix packer name so that binary can be found

2022-08-31 Thread Quentin Schulz
From: Quentin Schulz 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: 0f369d79925a ("binman: Add gzip bintool")