[yocto] [meta-raspberrypi][PATCH 1/5] x264: Disable asm for raspberrypi0-wifi

Andrei Gherzan andrei at gherzan.com
Thu Nov 2 08:57:00 PDT 2017


Hi all,

On Thu, Nov 2, 2017 at 3:51 PM, Andrei Gherzan <andrei at gherzan.com> wrote:

> This used to work in the past because this machine was based on raspberrypi
> one. Now that they are separate, we need a configuration for it too
> otherwise:
>
> | common/arm/quant-a.S: Assembler messages:
> | common/arm/quant-a.S:362: Error: selected processor does not support
> `rbit
> r1,r1' in ARM mode
> | common/arm/quant-a.S:363: Error: selected processor does not support
> `rbit
> r1,r1' in ARM mode
>
> Signed-off-by: Andrei Gherzan <andrei at gherzan.com>
> ---
>  recipes-multimedia/x264/x264_git.bbappend | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-multimedia/x264/x264_git.bbappend
> b/recipes-multimedia/x264/x264_git.bbappend
> index c1cb3bc..505719e 100644
> --- a/recipes-multimedia/x264/x264_git.bbappend
> +++ b/recipes-multimedia/x264/x264_git.bbappend
> @@ -1 +1,2 @@
>  EXTRA_OECONF_append_raspberrypi = " --disable-asm"
> +EXTRA_OECONF_append_raspberrypi0-wifi = " --disable-asm"
> --
> 2.7.4
>
>
Pushed a PR to github too:
https://github.com/agherzan/meta-raspberrypi/pull/149 in which I fixed the
two typos in this series: "firmware.in" and "zzImage".

Andrei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20171102/f1c26b99/attachment.html>


More information about the yocto mailing list