]> 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:41 +0000 (13:06 -0300)
commitf20facb231c83a8328bdfdfb5ac90cb3b439473b
tree6e168b7cbcf26fd65ef91a81edcdeb160b759028
parent11170950b155168ec414bbde48e3a4427fcac4bd
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