On Thu, Oct 31, 2013 at 9:19 AM, jan alexandru vaduva
wrote:
> I have attached the log file.
You need to package them up correctly in packages
Look at the external sourcery toolchain recipes for help
>
>
> On Thu, Oct 31, 2013 at 6:11 PM, Khem Raj wrote:
>>
>> On Thu, Oct 31, 2013 at 7:54 AM, j
On Thu, Oct 31, 2013 at 7:54 AM, jan alexandru vaduva
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}/...
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.
Than
On Thu, Oct 31, 2013 at 1:38 AM, jan alexandru vaduva
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-to
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 di
On Wed, Oct 23, 2013 at 6:19 AM, jan alexandru vaduva
wrote:
> Hello,
>
> I have a curiosity:
> Take a toolchain that builds for a 32-bits architecture, but breaks for a
> 64-bits one.
> Is there a way to ensure that when builded with Yocto that toolchain will be
> generated and used to build targ
Hello,
I have a curiosity:
Take a toolchain that builds for a 32-bits architecture, but breaks for a
64-bits one.
Is there a way to ensure that when builded with Yocto that toolchain will
be generated and used to build target specific recipes.
Thanks,
Alex
__