Re: [U-Boot] [PATCH v2 16/17] binman: Move to use Python 3

2019-11-05 Thread sjg
On Thu, Oct 31, 2019 at 10:12:04AM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 31 Oct 2019 at 09:50, Tom Rini wrote: > > > > On Thu, Oct 31, 2019 at 09:19:50AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 31 Oct 2019 at 07:55, Tom Rini wrote: > > > > > > > > On Thu, Oct 31, 201

Re: [U-Boot] [PATCH v2 16/17] binman: Move to use Python 3

2019-11-04 Thread Tom Rini
On Thu, Oct 31, 2019 at 10:12:04AM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 31 Oct 2019 at 09:50, Tom Rini wrote: > > > > On Thu, Oct 31, 2019 at 09:19:50AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 31 Oct 2019 at 07:55, Tom Rini wrote: > > > > > > > > On Thu, Oct 31, 20

Re: [U-Boot] [PATCH v2 16/17] binman: Move to use Python 3

2019-10-31 Thread Simon Glass
Hi Tom, On Thu, 31 Oct 2019 at 09:50, Tom Rini wrote: > > On Thu, Oct 31, 2019 at 09:19:50AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 31 Oct 2019 at 07:55, Tom Rini wrote: > > > > > > On Thu, Oct 31, 2019 at 07:43:05AM -0600, Simon Glass wrote: > > > > > > > Update this tool to use

Re: [U-Boot] [PATCH v2 16/17] binman: Move to use Python 3

2019-10-31 Thread Tom Rini
On Thu, Oct 31, 2019 at 09:19:50AM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 31 Oct 2019 at 07:55, Tom Rini wrote: > > > > On Thu, Oct 31, 2019 at 07:43:05AM -0600, Simon Glass wrote: > > > > > Update this tool to use Python 3 to meet the 2020 deadline. > > > > > > Unfortunately this introd

Re: [U-Boot] [PATCH v2 16/17] binman: Move to use Python 3

2019-10-31 Thread Simon Glass
Hi Tom, On Thu, 31 Oct 2019 at 07:55, Tom Rini wrote: > > On Thu, Oct 31, 2019 at 07:43:05AM -0600, Simon Glass wrote: > > > Update this tool to use Python 3 to meet the 2020 deadline. > > > > Unfortunately this introduces a test failure due to a problem in pylibfdt > > on Python 3. I will invest

Re: [U-Boot] [PATCH v2 16/17] binman: Move to use Python 3

2019-10-31 Thread Tom Rini
On Thu, Oct 31, 2019 at 07:43:05AM -0600, Simon Glass wrote: > Update this tool to use Python 3 to meet the 2020 deadline. > > Unfortunately this introduces a test failure due to a problem in pylibfdt > on Python 3. I will investigate. > > Signed-off-by: Simon Glass > --- > > Changes in v2: >

[U-Boot] [PATCH v2 16/17] binman: Move to use Python 3

2019-10-31 Thread Simon Glass
Update this tool to use Python 3 to meet the 2020 deadline. Unfortunately this introduces a test failure due to a problem in pylibfdt on Python 3. I will investigate. Signed-off-by: Simon Glass --- Changes in v2: - Add a few more patches to correct remaining problems tools/binman/binman.py |