diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-06-27 17:17:28 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-29 14:19:24 -0300 |
commit | e3da89f212ce9c7ca9cce55610d0674adebbac28 (patch) | |
tree | 74dc6f28172a09916dea8336311288cd079dcbf2 | |
parent | 6bd4f6e8cd6e833370d529ea66762345838d3769 (diff) | |
download | meta-freescale-e3da89f212ce9c7ca9cce55610d0674adebbac28.tar.gz |
mesa: Update to use new imxgpu override
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 <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 78af77d37275994be154b730ebeb46e86ecab902)
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 48dfa3313..67e8f5ae6 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -1,7 +1,8 @@ | |||
1 | PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl" | 1 | PROVIDES_remove_imxgpu = "virtual/egl" |
2 | PROVIDES_remove_imxgpu3d = "virtual/libgl" | 2 | PROVIDES_remove_imxgpu3d = "virtual/libgl virtual/libgles1 virtual/libgles2" |
3 | 3 | ||
4 | PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" | 4 | PACKAGECONFIG_remove_imxgpu = "egl gbm" |
5 | PACKAGECONFIG_remove_imxgpu3d = "gles" | ||
5 | 6 | ||
6 | # FIXME: mesa should support 'x11-no-tls' option | 7 | # FIXME: mesa should support 'x11-no-tls' option |
7 | python () { | 8 | python () { |