[yocto] Cross building question

Burton, Ross ross.burton at intel.com
Wed Jun 19 08:32:59 PDT 2013


On 19 June 2013 16:25, Gary Thomas <gary at mlbassoc.com> wrote:
>
>   FILES_${PN} += "/usr/lib \
>                   /usr/local \
>   "
>   INSANE_SKIP_${PN} += "dev-so"
>
> Now I get errors like these (they might have been there before):
>   ERROR: QA Issue: non debug package contains .debug directory: amanda path
> /work/ppce500v2-amltd-linux-gnuspe/amanda/3.3.3-r0/packages-split/amanda/usr/local/share/perl5/auto/Amanda/Xfer/.debug/libXfer.so
>   ERROR: QA Issue: non debug package contains .debug directory: amanda path
> /work/ppce500v2-amltd-linux-gnuspe/amanda/3.3.3-r0/packages-split/amanda/usr/lib/amanda/amanda/.debug/chunker

You'll want to put those directories into FILES_$PN-dbg, as otherwise
they end up in PN and you rightly get warnings.

Ross



More information about the yocto mailing list