Re: [PATCH 09/45] CI: Install pyelftools for builds

2022-09-30 Thread Simon Glass
Hi Tom, On Fri, 30 Sept 2022 at 06:56, Tom Rini wrote: > > On Thu, Sep 29, 2022 at 05:55:54PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 29 Sept 2022 at 09:05, Tom Rini wrote: > > > > > > On Wed, Sep 28, 2022 at 04:20:41AM -0600, Simon Glass wrote: > > > > Hi Heinrich, > > > > > > > >

Re: [PATCH 09/45] CI: Install pyelftools for builds

2022-09-30 Thread Tom Rini
On Thu, Sep 29, 2022 at 05:55:54PM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 29 Sept 2022 at 09:05, Tom Rini wrote: > > > > On Wed, Sep 28, 2022 at 04:20:41AM -0600, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Mon, 26 Sept 2022 at 00:35, Heinrich Schuchardt > > > wrote: > > > > >

Re: [PATCH 09/45] CI: Install pyelftools for builds

2022-09-29 Thread Simon Glass
Hi Tom, On Thu, 29 Sept 2022 at 09:05, Tom Rini wrote: > > On Wed, Sep 28, 2022 at 04:20:41AM -0600, Simon Glass wrote: > > Hi Heinrich, > > > > On Mon, 26 Sept 2022 at 00:35, Heinrich Schuchardt > > wrote: > > > > > > On 9/25/22 17:02, Simon Glass wrote: > > > > Binman needs this module to bui

Re: [PATCH 09/45] CI: Install pyelftools for builds

2022-09-29 Thread Tom Rini
On Wed, Sep 28, 2022 at 04:20:41AM -0600, Simon Glass wrote: > Hi Heinrich, > > On Mon, 26 Sept 2022 at 00:35, Heinrich Schuchardt wrote: > > > > On 9/25/22 17:02, Simon Glass wrote: > > > Binman needs this module to build sandbox_vpl so install it in the > > > before_script and in the world buil

Re: [PATCH 09/45] CI: Install pyelftools for builds

2022-09-28 Thread Simon Glass
Hi Heinrich, On Mon, 26 Sept 2022 at 00:35, Heinrich Schuchardt wrote: > > On 9/25/22 17:02, Simon Glass wrote: > > Binman needs this module to build sandbox_vpl so install it in the > > before_script and in the world build. The existing pip install is too > > late for the buildman invocation. >

Re: [PATCH 09/45] CI: Install pyelftools for builds

2022-09-25 Thread Heinrich Schuchardt
On 9/25/22 17:02, Simon Glass wrote: Binman needs this module to build sandbox_vpl so install it in the before_script and in the world build. The existing pip install is too late for the buildman invocation. Add it to the docker file for the future. Signed-off-by: Simon Glass --- .gitlab-ci

[PATCH 09/45] CI: Install pyelftools for builds

2022-09-25 Thread Simon Glass
Binman needs this module to build sandbox_vpl so install it in the before_script and in the world build. The existing pip install is too late for the buildman invocation. Add it to the docker file for the future. Signed-off-by: Simon Glass --- .gitlab-ci.yml | 2 ++ tools/docker/Docke