[yocto] Yocto toolchain build question

Khem Raj raj.khem at gmail.com
Thu Oct 31 09:11:54 PDT 2013


On Thu, Oct 31, 2013 at 7:54 AM, jan alexandru vaduva
<vaduva.jan.alexandru at gmail.com> wrote:
> I am trying something like this, but I have some annoying QA issues:
> QA Issue: Files/directories were installed but not shipped
>
> Hope to make them dissapear. I tried  adding:
> FILES_${PN} += ..
>  or
> install -D -m 0755 ${S}/... ${D}/...
>
> but with no succes.
> Do you have any ideeas regarding this.

No ideas unless you show which files are being flagged like that.
either you delete them
during do_install or you package them up using FILES into some package

>
> Thanks.
>
>
>
>
> On Thu, Oct 31, 2013 at 4:44 PM, Khem Raj <raj.khem at gmail.com> wrote:
>>
>> On Thu, Oct 31, 2013 at 1:38 AM, jan alexandru vaduva
>> <vaduva.jan.alexandru at gmail.com> wrote:
>> > Thanks for the information. That is what I was looking for. I was asking
>> > of
>> > the canadian build possibilities for a toolchian and I found the answer
>> > to
>> > that question.
>> >
>> > If I may ask. There was a thread:
>> > "
>> >
>> >>* I have a cross-toolchain supplied by an ARM SoC vendor which I need
>> >> to*>*
>> >> use to build my distro.  What is required to use a toolchain like
>> >> this*>*
>> >> instead of one of the yocto cross-toolchain tarballs?*>**
>> > I answered this question just today for another mail thread please
>> > search the ml for the same.
>> >>* Thanks*
>> >
>> > "
>> > I can`t find the answer to this question, can you help with a link?
>>
>> you can plugin that toolchain as external-toolchain like sourcery
>> toolchain is done. You can use that as example.
>>
>> look at
>>
>> ./meta/conf/distro/include/tcmode-external-sourcery.inc
>> ./meta/recipes-core/meta/external-sourcery-toolchain.bb
>
>



More information about the yocto mailing list