diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2019-05-23 23:39:59 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-12 14:45:07 -0300 |
commit | 6e4e8df8e92d4b276239206980d776b3ed2ad3ef (patch) | |
tree | 9adfc94ae406db1c9ba38d66af59f4c9b09fde85 /recipes-graphics/mesa | |
parent | 874f8424b72859646ea698e08fdca5005cb235a6 (diff) | |
download | meta-freescale-6e4e8df8e92d4b276239206980d776b3ed2ad3ef.tar.gz |
mesa-gl: Fix GPU compatibility using imxgpu override
The override imxgpu was added some time ago since it is
possible to have 3D support without 2D support.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa-gl_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend b/recipes-graphics/mesa/mesa-gl_%.bbappend index 465c8932..ca1c8f46 100644 --- a/recipes-graphics/mesa/mesa-gl_%.bbappend +++ b/recipes-graphics/mesa/mesa-gl_%.bbappend | |||
@@ -1 +1 @@ | |||
COMPATIBLE_MACHINE_imxgpu2d = "(-)" | COMPATIBLE_MACHINE_imxgpu = "(-)" | ||