On Mon, Sep 26, 2016 at 11:39 AM, sujith h wrote:
> Hi,
>
> Let me know if this patch is ok. Else I can help make this patch better.
>
oops, sorry for my earlier mail. This patch is merged :
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=aa7f7b63485b8c4d33491b9cd467fc4487a281c7
>
> T
Hi,
Let me know if this patch is ok. Else I can help make this patch better.
Thanks,
Sujith H
On Wed, Sep 21, 2016 at 3:12 PM, Sujith H wrote:
> From: Fahad Usman
>
> Tried by adding CFLAGS_append = " -fpic " to
> the recipe. But that couldn't help resolve the
> warning message:
>
> x264/r249
From: Fahad Usman
Tried by adding CFLAGS_append = " -fpic " to
the recipe. But that couldn't help resolve the
warning message:
x264/r2491+gitAUTOINC+c8a773ebfc-r0/packages-split/x264/usr/lib/libx264.so.144'
has relocations in .text [textrel]
It was found that this warning is emitted because of
On Wed, 2016-09-21 at 13:44 +0530, sujith h wrote:
>
> The above mentioned functions are part of .S files.
OK. In that case, please just mention in the commit message that you
can't easily get rid of the TEXTRELs because they are coming from
assembler source files that would (I assume) need sign
On Thu, Sep 15, 2016 at 3:37 PM, Phil Blundell wrote:
> On Thu, 2016-09-15 at 12:22 +0530, Sujith H wrote:
> > From: Fahad Usman
> >
> > This change help fix the warning message:
> >
> > x264/r2491+gitAUTOINC+c8a773ebfc-r0/packages-
> > split/x264/usr/lib/libx264.so.144' has relocations in .text
On Thu, 2016-09-15 at 12:22 +0530, Sujith H wrote:
> From: Fahad Usman
>
> This change help fix the warning message:
>
> x264/r2491+gitAUTOINC+c8a773ebfc-r0/packages-
> split/x264/usr/lib/libx264.so.144' has relocations in .text [textrel]
>
> Adding textrel to INSANE_SKIP resolves this issue.
On Thu, Sep 15, 2016 at 12:15 PM, sujith h wrote:
>
>
> On Thu, Sep 15, 2016 at 10:13 AM, sujith h wrote:
>
>>
>>
>> On Thu, Sep 15, 2016 at 4:41 AM, Burton, Ross
>> wrote:
>>
>>>
>>> On 12 September 2016 at 07:13, Sujith H wrote:
>>>
+# PIC can't be enabled for 32-bit x86 and cyclone5
>>
From: Fahad Usman
This change help fix the warning message:
x264/r2491+gitAUTOINC+c8a773ebfc-r0/packages-split/x264/usr/lib/libx264.so.144'
has relocations in .text [textrel]
Adding textrel to INSANE_SKIP resolves this issue.
This issue was observed in cyclone5 and imx6qsabresd BSP's.
So gener
On Thu, Sep 15, 2016 at 10:13 AM, sujith h wrote:
>
>
> On Thu, Sep 15, 2016 at 4:41 AM, Burton, Ross
> wrote:
>
>>
>> On 12 September 2016 at 07:13, Sujith H wrote:
>>
>>> +# PIC can't be enabled for 32-bit x86 and cyclone5
>>> INSANE_SKIP_${PN}_append_x86 = " textrel"
>>> +INSANE_SKIP_${PN}_
On Thu, Sep 15, 2016 at 4:41 AM, Burton, Ross wrote:
>
> On 12 September 2016 at 07:13, Sujith H wrote:
>
>> +# PIC can't be enabled for 32-bit x86 and cyclone5
>> INSANE_SKIP_${PN}_append_x86 = " textrel"
>> +INSANE_SKIP_${PN}_append_cyclone5 = " textrel"
>>
>
> Can this be generalised or is i
On 12 September 2016 at 07:13, Sujith H wrote:
> +# PIC can't be enabled for 32-bit x86 and cyclone5
> INSANE_SKIP_${PN}_append_x86 = " textrel"
> +INSANE_SKIP_${PN}_append_cyclone5 = " textrel"
>
Can this be generalised or is it absolutely specific to cyclone5? If it
can't be generalised then
From: Fahad Usman
This change help fix the warning message:
x264/r2491+gitAUTOINC+c8a773ebfc-r0/packages-split/x264/usr/lib/libx264.so.144'
has relocations in .text [textrel]
Adding textrel to INSANE_SKIP resolves this issue.
Signed-off-by: Fahad Usman
---
meta/recipes-multimedia/x264/x264_
12 matches
Mail list logo