[oe] non debug package contains .debug directory

kris duff t_dufff at yahoo.ca
Wed Jan 15 19:52:10 UTC 2014


Thank you Martin for your help,

I had to remove the directory : FILES_${PN} += "/usr" and add your solution.

Thank you a lot !

I appreciate

Kris




On Wednesday, January 15, 2014 2:34:46 PM, Martin Jansa <martin.jansa at gmail.com> wrote:
 
On Wed, Jan 15, 2014 at 11:07:53AM -0800, kris duff wrote:
> Hello,
> 
> I'm working to port a custom software.
> 
> bitbake complain about :
> 
> NOTE: Checking Package: fcgi
> ERROR: QA Issue: non debug package contains .debug directory: fcgi path /work/armv7a-vfp-neon-poky-linux-gnueabi/fcgi-0.25-r0/packages-split/fcgi/usr/bin/.debug/fast.fcgi
> ERROR: QA run found fatal errors. Please consider fixing them.
> 
> In my recipe I added : 
> FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug"
> FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug/*"
> 
> I also tried : 
> FILES_${PN}-dbg += "${D}/usr/bin/.debug"
> FILES_${PN}-dbg += "${D}/usr/bin/.debug/*"

Don't use ${D} or ${WORKDIR} prefix, it's path like on target so just:

FILES_${PN}-dbg += "${bindir}/.debug"


> no luck for now. I tried few other things and I don't understand how to do that.
> 
> Any help would be highly appreciated!

There is plenty of examples in layers, git grep is often best friend.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel at lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list