]> code.ossystems Code Review - openembedded-core.git/commit
u-boot-mkimage: fix nativesdk build
authorMax Krummenacher <max.oss.09@gmail.com>
Wed, 17 May 2017 20:11:34 +0000 (22:11 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 May 2017 22:35:50 +0000 (23:35 +0100)
commit5d3df78367be0afbfe001b4fa776a98a82e6ce54
tree7fcbc95c40694096957f28c3ab306b11d37aa581
parent2731d1efba7a03b2c658c8bb57629f5469184599
u-boot-mkimage: fix nativesdk build

If building for nativesdk the wrong rss sysroot is used leading the
following error message.

| ERROR: oe_runmake failed
| In file included from tools/imximage.c:13:0:
| include/image.h:1024:27: fatal error: openssl/evp.h: No such file or directory
|  # include  <openssl/evp.h>

Tools needed on the build host (script/basic/fixdep) and code compiled
for the SDK machine are both built with the build host's compiler,
leading to additinal errors.

Adding CROSS_COMPILE="${HOST_PREFIX}" and using the cross-compiler for
the SDK_ARCH fixes the build error.
The resulting binary in the SDK is working.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-bsp/u-boot/u-boot-mkimage_2017.01.bb