[yocto] Files/directories were installed but not shipped

Burton, Ross ross.burton at intel.com
Tue May 19 12:40:22 PDT 2015


On 19 May 2015 at 20:31, Cai, Juliet Z <juliet.z.cai at intel.com> wrote:

> I am getting “ERROR:  QA Issue:  Files/directories were installed but not
> shipped” when I try to build my custom layer.  It then list bunch of
> directories and files under
>
>
>
> /usr/src
>
> /usr/src/debug
>
>>
>
>
> My do_install looks something like this
>
> do_install () {
>
>                Install –d ${D}${libdir}
>
>                Install –c –m 555  {S}/path-to-files/libmy.so
>
> }
>
>
>
> Nowhere in my do_install function did I try to install files to /usr/src.
> Where does this come from? And how can I get rid of it?
>

That's the debug source/symbols splitting happening.  That directory is
usually packaged into FILES_${PN}-debug (see meta/conf/bitbake.conf), so
you must be overriding either that value, or PACKAGES so as to not have a
PN-debug package.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150519/fdbebd7c/attachment.html>


More information about the yocto mailing list