]> 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>
Tue, 16 Feb 2021 14:46:12 +0000 (11:46 -0300)
commit148581622b1097123f0fdb905c3167d0d6d6f5b7
tree9d1c0c12ee713ea532bc76d8bc10639746af5f8b
parent6078f458b6aa24411a733f4238ef7358183dddaf
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>
recipes-graphics/mesa/mesa_%.bbappend