]> code.ossystems Code Review - meta-freescale.git/commit
mesa: For i.MX parts without GPU use default gallium and dri
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 4 Feb 2021 18:55:22 +0000 (12:55 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 22 Feb 2021 16:06:27 +0000 (13:06 -0300)
commit9a3b55d15398927af08b148d8c667904beffc7b3
tree4dd1375c7a1d4c3a35d64029b65eb62d47d22143
parent764fcf998c5b32bc3ab381156b179a27768f880c
mesa: For i.MX parts without GPU use default gallium and dri

For NXP BSP, building graphics software for a part without GPU can fail with a
dependency issue:

```
ERROR: Nothing RPROVIDES 'libgl' (but /home/r60874/gatesgarth/sources/poky/meta/recipes-gnome/gtk+/gtk+3_3.24.22.bb, /home/r60874/gatesgarth/sources/poky/meta/recipes-graphics/cogl/cogl-1.0_1.22.8.bb RDEPENDS on or otherwise requires it)
```

This is fixed by adding a third case configuration using the default gallium and dri.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 148581622b1097123f0fdb905c3167d0d6d6f5b7)
recipes-graphics/mesa/mesa_%.bbappend