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

2019-04-17 Thread Joshua Watt
The PYTHON variable is already being passed to u-boot in EXTRA_OEMAKE ("PYTHON=nativepython"), perhaps is should be changed to pass PYTHON2 instead of patching u-boot? On Wed, 2019-04-17 at 04:56 +, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- >

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

2019-04-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- ...rt-pylibfdt-Use-Python-2-in-Makefile.patch | 37 +++ meta/recipes-bsp/u-boot/u-boot-common.inc | 4 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644