[yocto] INSANE_SKIP

Bodke, Kishore K kishore.k.bodke at intel.com
Mon Jul 30 15:23:45 PDT 2012



>-----Original Message-----
>From: yocto-bounces at yoctoproject.org [mailto:yocto-
>bounces at yoctoproject.org] On Behalf Of Dallas Clement
>Sent: Friday, July 20, 2012 3:07 PM
>To: yocto at yoctoproject.org
>Subject: [yocto] INSANE_SKIP
>
>Is there a way to skip a QA check for more than one package or all packages?
>
>I'd like to avoid having to add a INSANE_SKIP_${PN} += "ldflags" for
>every package that fails due to ERROR: QA Issue: No GNU_HASH in the
>elf binary.
>
>There are gobs of python and perl packages failing with this error
>when I try to build a distro.

Try exporting the below line before compiling with this works I guess.
export LD="${LD} --hash-style=gnu" 

-Kishore.

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



More information about the yocto mailing list