Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meta-raspberrypi: use `_%` suffix instead of specific versions for bbappends | Hugo Hromic | 2018-06-27 | 1 | -0/+0 |
| | | | | | | Keep naming consistency and ensure they are still applied when the upstream recipes are updated. Signed-off-by: Hugo Hromic <hhromic@gmail.com> | ||||
* | x264: Disable asm for raspberrypi0-wifi | Andrei Gherzan | 2017-11-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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> | ||||
* | x264: Fix build for armv6 RaspberryPi boards | Andrei Gherzan | 2017-04-17 | 1 | -0/+1 |
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. Signed-off-by: Andrei Gherzan <andrei@resin.io> |