mbox series

[v1,0/2] mesa: fix build-time issues in Whinlatter and master

Message ID 20260109123232.1199822-1-joaomarcos.costa@bootlin.com
Headers show
Series mesa: fix build-time issues in Whinlatter and master | expand

Message

João Marcos Costa Jan. 9, 2026, 12:32 p.m. UTC
Hello,

This series contains a couple fixes for build-time issues I found while building
with 'MACHINE = "qemuriscv64".

The first patch is a backport for a Whinlatter-specific issue. Pior to that, I
believe LLVM was not recent enough. On the other hand, in master branch, the
mesa's version used already contains the fix.

The second patch fixes a QA error found while building mesa-gl.

Best regards,

João Marcos Costa (2):
  mesa: fix build error with llvmpipe gallium driver
  mesa-gl: fix QA issue in do_package

 .../files/0001-gallivm-support-LLVM-21.patch  | 56 +++++++++++++++++++
 meta/recipes-graphics/mesa/mesa.inc           |  3 +-
 2 files changed, 58 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-graphics/mesa/files/0001-gallivm-support-LLVM-21.patch