diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-30 17:32:32 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:14 -0300 |
| commit | b33e2a1f77655f625f3a4477a345991310af615b (patch) | |
| tree | 0d57e950596aff3e0f2f02342f366056db9fcdcf | |
| parent | fffefb6c5ce3fcbf46a97394a4531af27f2e52df (diff) | |
| download | meta-freescale-b33e2a1f77655f625f3a4477a345991310af615b.tar.gz | |
mesa: Remove virtual/libopenvg from providers list
The mesa now provide virtual/libopenvg which should be offered by the
AMD and Vivante GPU drivers. Remove it from the providers list.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index f8cf1bce9..674df7c39 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | PACKAGECONFIG_remove_mx5 = "egl gles" | 1 | PACKAGECONFIG_remove_mx5 = "egl gles" |
| 2 | PROVIDES_remove_mx5 = "virtual/libgles1 virtual/libgles2 virtual/egl" | 2 | PROVIDES_remove_mx5 = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl" |
| 3 | 3 | ||
| 4 | PACKAGECONFIG_remove_mx6q = "egl gles" | 4 | PACKAGECONFIG_remove_mx6q = "egl gles" |
| 5 | PACKAGECONFIG_remove_mx6dl = "egl gles" | 5 | PACKAGECONFIG_remove_mx6dl = "egl gles" |
| @@ -8,10 +8,10 @@ PACKAGECONFIG_remove_mx6sl = "egl gles" | |||
| 8 | 8 | ||
| 9 | # i.MX6SL uses mesa software rendering | 9 | # i.MX6SL uses mesa software rendering |
| 10 | 10 | ||
| 11 | PROVIDES_remove_mx6q = "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgl" | 11 | PROVIDES_remove_mx6q = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgl" |
| 12 | PROVIDES_remove_mx6dl = "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgl" | 12 | PROVIDES_remove_mx6dl = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgl" |
| 13 | PROVIDES_remove_mx6sx = "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgl" | 13 | PROVIDES_remove_mx6sx = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgl" |
| 14 | PROVIDES_remove_mx6sl = "virtual/libgles1 virtual/libgles2 virtual/egl" | 14 | PROVIDES_remove_mx6sl = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl" |
| 15 | 15 | ||
| 16 | USE_VIV_LIBGL = "no" | 16 | USE_VIV_LIBGL = "no" |
| 17 | USE_VIV_LIBGL_mx6q = "yes" | 17 | USE_VIV_LIBGL_mx6q = "yes" |
