From: Tom Hochstein <[email protected]> This makes use of new imxgpu override as future i.MX8M addition requires it as i.MX8M has 3D GPU but no 2D.
Signed-off-by: Tom Hochstein <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> --- Changes in v4: - New patch Changes in v3: None Changes in v2: None recipes-graphics/mesa/mesa_%.bbappend | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 48dfa331..67e8f5ae 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,7 +1,8 @@ -PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl" -PROVIDES_remove_imxgpu3d = "virtual/libgl" +PROVIDES_remove_imxgpu = "virtual/egl" +PROVIDES_remove_imxgpu3d = "virtual/libgl virtual/libgles1 virtual/libgles2" -PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" +PACKAGECONFIG_remove_imxgpu = "egl gbm" +PACKAGECONFIG_remove_imxgpu3d = "gles" # FIXME: mesa should support 'x11-no-tls' option python () { -- 2.18.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
