Files
poky/meta/recipes-bsp
Max Krummenacher a6fdea998e 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.

(From OE-Core rev: 5d3df78367be0afbfe001b4fa776a98a82e6ce54)

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-05-25 23:59:31 +01:00
..
2016-11-06 23:35:34 +00:00
2015-01-23 11:36:27 +00:00
2017-05-11 16:59:18 +01:00
2017-05-23 17:45:36 +01:00
2016-07-08 09:57:24 +01:00
2016-07-08 09:57:24 +01:00
2016-12-08 10:31:29 +00:00