On Thu, Aug 13, 2015 at 1:56 PM, Richard Cagley <rcag...@gmail.com> wrote:
> When I try to bitbake core-image-minimal-dev I get an error involving
> cpio when I include qt4-embedded in my CORE_IMAGE_EXTRA_INSTALL list.
>
> I looked in the log file and I see a bunch of "PT_INTERP segment not
> corresponding to .interp section" and "STT_GNU_IFUNC not handled on
> ARM yet" errors and then a final failure about rootfs creation due to
> cpio.

these are prelink errors. Which release are you on ?

>
> Is there something special I need to do to include qt4-embedded for an
> arm target?

No. Although as a workaround you can disable cross prelink by removing
it from USER_CLASSES
in local.conf and see if that works then we know its a prelinking issue.

> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to