[OE-core] [PATCH v2] u-boot: update to version 2015.01
Burton, Ross
ross.burton at intel.com
Tue Feb 10 16:48:51 UTC 2015
On 10 February 2015 at 16:38, Burton, Ross <ross.burton at intel.com> wrote:
> ? Are you saying it's meta-fsl-ppc specific issue?
>
>
> I just replicated with qemuarm and interestingly with zero tasks happening
> at the same time. I'm wondering if there's a file being written with an
> old sysroot in that isn't being deleted. I'll dig quickly now.
Passing V=1 to EXTRA_OEMAKE (should do this by default as quite logs are
useless for debugging) shows:
| gcc -Wp,-MD,tools/.mkimage.o.d -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -DCONFIG_FIT_SIGNATURE -include
./include/libfdt_env.h -idirafterinclude -idirafter./arch/sandbox/include
-I./lib/libfdt -I./tools -DCONFIG_SYS_TEXT_BASE=0 -DUSE_HOSTCC
-D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/mkimage.o tools/mkimage.c
| In file included from tools/ublimage.c:17:0:
| include/image.h:877:27: fatal error: openssl/evp.h: No such file or
directory
It's using the host's GCC but there is no pointer to the native sysroot...
Presumably the trigger here is that I don't have openssl-dev installed on
the build host.
Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150210/dc14c810/attachment-0002.html>
More information about the Openembedded-core
mailing list