mbox series

[U-Boot,v2,0/4] env: fix build error for envtools

Message ID 1566817578-16750-1-git-send-email-pjtexier@koncepto.io
Headers show
Series env: fix build error for envtools | expand

Message

Pierre-Jean Texier Aug. 26, 2019, 11:06 a.m. UTC
Here is a set of patches that fixes envtools breakage
introduced after v2019.10-rc2.

This serie also adds envtools to travis CI and gitlab-ci.

This was tested on WaRP7.

Before this serie: 
 - https://travis-ci.com/texierp/u-boot/jobs/227669967
After this serie: 
 - https://travis-ci.com/texierp/u-boot/jobs/227761236

Pierre-Jean Texier (4):
  fw_env: remove duplicated definitions
  fw_env: fix build error
  env: add missing <compiler.h> header file
  ci: add envtools support

 .gitlab-ci.yml     |  7 +++++++
 .travis.yml        |  4 ++++
 include/env.h      |  1 +
 tools/env/fw_env.c | 10 ++--------
 4 files changed, 14 insertions(+), 8 deletions(-)

Comments

Pierre-Jean Texier Sept. 16, 2019, 7:09 p.m. UTC | #1
Hello Tom,

Le 26/08/2019 à 13:06, Pierre-Jean Texier a écrit :
> Here is a set of patches that fixes envtools breakage
> introduced after v2019.10-rc2.
> 
> This serie also adds envtools to travis CI and gitlab-ci.
> 
> This was tested on WaRP7.
> 
> Before this serie:
>   - https://travis-ci.com/texierp/u-boot/jobs/227669967
> After this serie:
>   - https://travis-ci.com/texierp/u-boot/jobs/227761236
> 
> Pierre-Jean Texier (4):
>    fw_env: remove duplicated definitions
>    fw_env: fix build error
>    env: add missing <compiler.h> header file
>    ci: add envtools support
> 
>   .gitlab-ci.yml     |  7 +++++++
>   .travis.yml        |  4 ++++
>   include/env.h      |  1 +
>   tools/env/fw_env.c | 10 ++--------
>   4 files changed, 14 insertions(+), 8 deletions(-)
> 

Gentle ping for this series:
  - http://patchwork.ozlabs.org/patch/1153103/
  - http://patchwork.ozlabs.org/patch/1153106/
  - http://patchwork.ozlabs.org/patch/1153105/
  - http://patchwork.ozlabs.org/patch/1153104/

With this, envtools compiles again.

Thanks,
Pierre-Jean
Joris OFFOUGA Sept. 23, 2019, 9:09 a.m. UTC | #2
Hi Tom,

Can you consider the series of Pierre-Jean that fixes the build of envtools

Gentle ping for this series:
  - http://patchwork.ozlabs.org/patch/1153103/
  - http://patchwork.ozlabs.org/patch/1153106/
  - http://patchwork.ozlabs.org/patch/1153105/
  - http://patchwork.ozlabs.org/patch/1153104/

Best Regards,

Joris Offouga

Le 16/09/2019 à 21:09, Pierre-Jean Texier a écrit :
> Hello Tom,
>
> Le 26/08/2019 à 13:06, Pierre-Jean Texier a écrit :
>> Here is a set of patches that fixes envtools breakage
>> introduced after v2019.10-rc2.
>>
>> This serie also adds envtools to travis CI and gitlab-ci.
>>
>> This was tested on WaRP7.
>>
>> Before this serie:
>>   - https://travis-ci.com/texierp/u-boot/jobs/227669967
>> After this serie:
>>   - https://travis-ci.com/texierp/u-boot/jobs/227761236
>>
>> Pierre-Jean Texier (4):
>>    fw_env: remove duplicated definitions
>>    fw_env: fix build error
>>    env: add missing <compiler.h> header file
>>    ci: add envtools support
>>
>>   .gitlab-ci.yml     |  7 +++++++
>>   .travis.yml        |  4 ++++
>>   include/env.h      |  1 +
>>   tools/env/fw_env.c | 10 ++--------
>>   4 files changed, 14 insertions(+), 8 deletions(-)
>>
>
> Gentle ping for this series:
>  - http://patchwork.ozlabs.org/patch/1153103/
>  - http://patchwork.ozlabs.org/patch/1153106/
>  - http://patchwork.ozlabs.org/patch/1153105/
>  - http://patchwork.ozlabs.org/patch/1153104/
>
> With this, envtools compiles again.
>
> Thanks,
> Pierre-Jean
>
Tom Rini Sept. 23, 2019, 11:26 a.m. UTC | #3
On Mon, Sep 23, 2019 at 11:09:08AM +0200, Joris Offouga wrote:
> Hi Tom,
> 
> Can you consider the series of Pierre-Jean that fixes the build of envtools
> 
> Gentle ping for this series:
>  - http://patchwork.ozlabs.org/patch/1153103/
>  - http://patchwork.ozlabs.org/patch/1153106/
>  - http://patchwork.ozlabs.org/patch/1153105/
>  - http://patchwork.ozlabs.org/patch/1153104/

Joe?  Thanks!

> 
> Best Regards,
> 
> Joris Offouga
> 
> Le 16/09/2019 à 21:09, Pierre-Jean Texier a écrit :
> >Hello Tom,
> >
> >Le 26/08/2019 à 13:06, Pierre-Jean Texier a écrit :
> >>Here is a set of patches that fixes envtools breakage
> >>introduced after v2019.10-rc2.
> >>
> >>This serie also adds envtools to travis CI and gitlab-ci.
> >>
> >>This was tested on WaRP7.
> >>
> >>Before this serie:
> >>  - https://travis-ci.com/texierp/u-boot/jobs/227669967
> >>After this serie:
> >>  - https://travis-ci.com/texierp/u-boot/jobs/227761236
> >>
> >>Pierre-Jean Texier (4):
> >>   fw_env: remove duplicated definitions
> >>   fw_env: fix build error
> >>   env: add missing <compiler.h> header file
> >>   ci: add envtools support
> >>
> >>  .gitlab-ci.yml     |  7 +++++++
> >>  .travis.yml        |  4 ++++
> >>  include/env.h      |  1 +
> >>  tools/env/fw_env.c | 10 ++--------
> >>  4 files changed, 14 insertions(+), 8 deletions(-)
> >>
> >
> >Gentle ping for this series:
> > - http://patchwork.ozlabs.org/patch/1153103/
> > - http://patchwork.ozlabs.org/patch/1153106/
> > - http://patchwork.ozlabs.org/patch/1153105/
> > - http://patchwork.ozlabs.org/patch/1153104/
> >
> >With this, envtools compiles again.
> >
> >Thanks,
> >Pierre-Jean
> >