diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2017-11-02 15:15:22 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2017-11-29 11:32:34 +0100 |
commit | 4152b2c345f7b05e3f913886ee29e8185e3f0fb1 (patch) | |
tree | df05821756377c7ad1af412f1fdfb308f3864e81 | |
parent | a1cfeb3324c458a73507e34ffcf28c25591b8052 (diff) | |
download | meta-raspberrypi-4152b2c345f7b05e3f913886ee29e8185e3f0fb1.tar.gz |
x264: Disable asm for raspberrypi0-wifi
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@gherzan.com>
-rw-r--r-- | recipes-multimedia/x264/x264_git.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
1 | EXTRA_OECONF_append_raspberrypi = " --disable-asm" | 1 | EXTRA_OECONF_append_raspberrypi = " --disable-asm" |
2 | EXTRA_OECONF_append_raspberrypi0-wifi = " --disable-asm" | ||