Re: [U-Boot] [PATCH] tools: allow to override python

2017-04-13 Thread Simon Glass
On 10 April 2017 at 02:08, Stefano Babic wrote: > On 09/04/2017 21:27, Simon Glass wrote: >> On 5 April 2017 at 09:46, Stefano Babic wrote: >>> Not force to use python from PATH. Issue was noted when building with >>> Yocto, because python from the distro is always taken instead of >>> python-nat

Re: [U-Boot] [PATCH] tools: allow to override python

2017-04-10 Thread Stefano Babic
On 09/04/2017 21:27, Simon Glass wrote: > On 5 April 2017 at 09:46, Stefano Babic wrote: >> Not force to use python from PATH. Issue was noted when building with >> Yocto, because python from the distro is always taken instead of >> python-native built during Yocto process. >> >> Signed-off-by: St

Re: [U-Boot] [PATCH] tools: allow to override python

2017-04-09 Thread Simon Glass
On 5 April 2017 at 09:46, Stefano Babic wrote: > Not force to use python from PATH. Issue was noted when building with > Yocto, because python from the distro is always taken instead of > python-native built during Yocto process. > > Signed-off-by: Stefano Babic > CC: Simon Glass > --- > Makefi