summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2017-11-02 15:15:22 +0000
committerAndrei Gherzan <andrei@gherzan.com>2017-11-08 10:20:08 +0000
commit536c15bab90c7f39f921b4311a79b5e67e8a5223 (patch)
treed2b55e720fad5775e3134d7a2f5b3905e72e529f
parent76f5a7df711b12165a01f933b6a9cb2793940e88 (diff)
downloadmeta-raspberrypi-536c15bab90c7f39f921b4311a79b5e67e8a5223.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.bbappend1
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 @@
1EXTRA_OECONF_append_raspberrypi = " --disable-asm" 1EXTRA_OECONF_append_raspberrypi = " --disable-asm"
2EXTRA_OECONF_append_raspberrypi0-wifi = " --disable-asm"