Re: [meta-freescale] [Documentation][PATCH] scripts: Migrate code to run with Python 3 and Bitbake 1.31.1

2016-09-28 Thread Daiane Angolini
On Tue, Sep 27, 2016 at 7:01 PM, Otavio Salvador wrote: > Hello Fabio, > Hello Daiane, > > Fabio, thanks for looking into this issue; this was a blocker for our > release and it is finally being worked on. > > On Tue, Sep 27, 2016 at 3:21 PM, Fabio Berton > wrote: >> - The urllib2 module has been

Re: [meta-freescale] [Documentation][PATCH] scripts: Migrate code to run with Python 3 and Bitbake 1.31.1

2016-09-27 Thread Otavio Salvador
Hello Fabio, Hello Daiane, Fabio, thanks for looking into this issue; this was a blocker for our release and it is finally being worked on. On Tue, Sep 27, 2016 at 3:21 PM, Fabio Berton wrote: > - The urllib2 module has been split across several modules in Python > 3.0 named urllib.request and

[meta-freescale] [Documentation][PATCH] scripts: Migrate code to run with Python 3 and Bitbake 1.31.1

2016-09-27 Thread Fabio Berton
- The urllib2 module has been split across several modules in Python 3.0 named urllib.request and urllib.error. Adapt code to use urllib.request. - Remove deprecated Python 2 function appy(). Use 2to3 script to generate new code. - Adapt code to use bitbake with multi-config support. This