]> code.ossystems Code Review - openembedded-core.git/commit
u-boot: Fix pylibfdt generation
authorJoshua Watt <jpewhacker@gmail.com>
Tue, 31 Jul 2018 17:19:13 +0000 (12:19 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Aug 2018 08:30:06 +0000 (09:30 +0100)
commit3b0b16300b351878790729d6270cd113bca73eff
treed6d07d93cfc44fc83e46f11861c925327a118ab5
parent96ccdadb8473daa3c9c2e1cb42fbdff1edd270d6
u-boot: Fix pylibfdt generation

u-boot attempts to build a Python library called pylibfdt. By default,
u-boot would attempt to use the build host's Python interpreter, which
causes numerous problems, not least of which is that it fails if the
host doesn't have the Python development package installed (complaining
about not being able to find Python.h)

Rectify this situation by including the proper build time dependencies
for pylibfdt and passing the proper arguments to make.

[YOCTO #12867]

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot.inc