From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alper Nebi Yasak Date: Sun, 6 Sep 2020 02:16:06 +0300 Subject: [PATCH 3/3] binman: Allow resolving host-specific tools from env vars In-Reply-To: References: <20200905144400.11782-1-alpernebiyasak@gmail.com> <20200905144400.11782-4-alpernebiyasak@gmail.com> Message-ID: <63ebdc77-bf4a-8f34-a859-bfb97ec8f5e1@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/09/2020 19:37, Simon Glass wrote: > Please see below. > > Also please add a mention of the CROSS_COMPILE thing in binman's README. > >> +def GetHostCompileTool(name): >> + """Get the host-specific version for a compile tool >> + >> + This checks the environment variables that specify which version of >> + the tool should be used. > > Can you please expand the comment to mention the environment variables > it checks? OK, will send a v2 after doing these with the fixes for the first patch (unless you point out until then something new that I should fix).