[OE-core] [PATCH] x264: SPE is not compatible with Altivec

David Nystrom david.c.nystrom at gmail.com
Fri Feb 21 19:40:06 UTC 2014


On Feb 21, 2014 7:28 PM, "Saul Wold" <sgw at linux.intel.com> wrote:
>
> On 02/21/2014 05:56 AM, David Nyström wrote:
>>
>> Signed-off-by: David Nyström <david.c.nystrom at gmail.com>
>> ---
>>   meta/recipes-multimedia/x264/x264_git.bb | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/recipes-multimedia/x264/x264_git.bbb/meta/recipes-multimedia/x264/
x264_git.bb
>> index 5ebf885..782c26e 100644
>> --- a/meta/recipes-multimedia/x264/x264_git.bb
>> +++ b/meta/recipes-multimedia/x264/x264_git.bb
>> @@ -23,6 +23,7 @@ inherit lib_package pkgconfig
>>   X264_DISABLE_ASM = ""
>>   X264_DISABLE_ASM_armv4 = "--disable-asm"
>>   X264_DISABLE_ASM_armv5 = "--disable-asm"
>> +X264_DISABLE_ASM_e500v2 = "--disable-asm"
>>
> I think that this change really belongs in the e500v2 BSP, it's not
generic enough to include in core.

Perhaps you know this already, but e500v2 is a cpu arch, same as armv5.

For future reference, should all ppc related CPU-arch specific stuff be
directed to the FSL bsp ?

Br,
David

>
> Thanks
>         Sau!
>
>
>
>>   EXTRA_OECONF = '--prefix=${prefix} \
>>                   --host=${HOST_SYS} \
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140221/9089b998/attachment-0002.html>


More information about the Openembedded-core mailing list