[yocto] [meta-raspberrypi][PATCH 2/2] x264: Fix build for armv6 RaspberryPi boards

Khem Raj raj.khem at gmail.com
Sun Apr 16 19:00:20 PDT 2017


On Sun, Apr 16, 2017 at 6:14 PM Andrei Gherzan <andrei at resin.io> wrote:

> quant-a.S uses rbit thumb instruction unconditionally even though only
> from ARMV6T2 this is available (which is not the case for RPI1, RPI0
> etc). Avoid this by disabling asm.


It would be bette to control it in component's own build system how much do
we lose in performance if any do you know

>
>
> Signed-off-by: Andrei Gherzan <andrei at resin.io>
> ---
>  recipes-multimedia/x264/x264_git.bbappend | 1 +
>  1 file changed, 1 insertion(+)
>  create mode 100644 recipes-multimedia/x264/x264_git.bbappend
>
> diff --git a/recipes-multimedia/x264/x264_git.bbappend
> b/recipes-multimedia/x264/x264_git.bbappend
> new file mode 100644
> index 0000000..c1cb3bc
> --- /dev/null
> +++ b/recipes-multimedia/x264/x264_git.bbappend
> @@ -0,0 +1 @@
> +EXTRA_OECONF_append_raspberrypi = " --disable-asm"
> --
> 2.12.2
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170417/699c9acc/attachment.html>


More information about the yocto mailing list