mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
When the riscv vector extension is enabled for pixman, it assumes that the kernel headers also support riscv vector. Apply a patch that disables riscv vector in pixman if the Linux headers do not support COMPAT_HWCAP_ISA_V which pixman requires for vector runtime detection. This issue exists since pixman 0.44.0, which Buildroot started using in commitba2fb599cd. Fixes: http://autobuild.buildroot.net/results/4ecdf5320716ec8b39f09fde3fcbbdcdb557f8ab/ Signed-off-by: Charlie Jenkins <charlie@rivosinc.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitffc154197d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>