From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: non debug package contains .debug directory
Date: Wed, 15 Jan 2014 20:34:46 +0100 [thread overview]
Message-ID: <20140115193446.GC3742@jama> (raw)
In-Reply-To: <1389812873.92918.YahooMailNeo@web164702.mail.gq1.yahoo.com>
[-- Attachment #1: Type: text/plain, Size: 1046 bytes --]
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@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2014-01-15 19:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-15 19:07 non debug package contains .debug directory kris duff
2014-01-15 19:34 ` Martin Jansa [this message]
2014-01-15 19:52 ` kris duff
-- strict thread matches above, loose matches on Subject: below --
2014-01-15 19:07 kris duff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140115193446.GC3742@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.