diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-12-13 11:55:42 -0600 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-16 17:01:24 -0200 |
| commit | fcef1e7ebf293a6de76afa3c56ef41efeecbc7ff (patch) | |
| tree | dd71768dc6be84e6c03532fbc0b29fc258e5043c | |
| parent | bc377d02fb67006f32b2b89701fdc85c529e70e3 (diff) | |
| download | meta-freescale-fcef1e7ebf293a6de76afa3c56ef41efeecbc7ff.tar.gz | |
mesa: Use machine overrides extender
Redo configuration using machine overrides extender.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 2536afd66..8f5aa7516 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
| @@ -1,9 +1,7 @@ | |||
| 1 | PACKAGECONFIG_remove_mx6 = "egl gles" | 1 | PACKAGECONFIG_remove_mx6 = "egl gles" |
| 2 | 2 | ||
| 3 | PROVIDES_remove_mx6 = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl" | 3 | PROVIDES_remove_mx6 = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl" |
| 4 | PROVIDES_remove_mx6q = "virtual/libgl" | 4 | PROVIDES_remove_imxgpu3d = "virtual/libgl" |
| 5 | PROVIDES_remove_mx6dl = "virtual/libgl" | ||
| 6 | PROVIDES_remove_mx6sx = "virtual/libgl" | ||
| 7 | 5 | ||
| 8 | USE_VIV_LIBGL = "yes" | 6 | USE_VIV_LIBGL = "yes" |
| 9 | USE_VIV_LIBGL_mx6sl = "no" | 7 | USE_VIV_LIBGL_mx6sl = "no" |
