Re: [OE-core] [PATCH v2] u-boot: Fix missing Python.h build failure

2019-04-22 Thread Tom Rini
On Thu, Apr 18, 2019 at 07:37:27AM -0700, Alistair Francis wrote: > On Thu, Apr 18, 2019 at 7:29 AM Joshua Watt wrote: > > > > On Thu, 2019-04-18 at 14:16 +0200, Alexander Kanavin wrote: > > > Can we take this opportunity to teach u-boot to use Python 3.x > > > instead? oe-core is trying to

Re: [OE-core] [PATCH v2] u-boot: Fix missing Python.h build failure

2019-04-18 Thread Alistair Francis
On Thu, Apr 18, 2019 at 7:29 AM Joshua Watt wrote: > > On Thu, 2019-04-18 at 14:16 +0200, Alexander Kanavin wrote: > > Can we take this opportunity to teach u-boot to use Python 3.x > > instead? oe-core is trying to eliminate Python 2.x dependencies > > everywhere. > > It looks like the libfdt

Re: [OE-core] [PATCH v2] u-boot: Fix missing Python.h build failure

2019-04-18 Thread Joshua Watt
On Thu, 2019-04-18 at 14:16 +0200, Alexander Kanavin wrote: > Can we take this opportunity to teach u-boot to use Python 3.x > instead? oe-core is trying to eliminate Python 2.x dependencies > everywhere. It looks like the libfdt code in u-boot currently requires Python 2, so it would be an

Re: [OE-core] [PATCH v2] u-boot: Fix missing Python.h build failure

2019-04-18 Thread Alexander Kanavin
Can we take this opportunity to teach u-boot to use Python 3.x instead? oe-core is trying to eliminate Python 2.x dependencies everywhere. Alex On Thu, 18 Apr 2019 at 13:38, Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > meta/recipes-bsp/u-boot/u-boot.inc | 2 +- > 1 file