[meta-freescale] [PATCH 1/3] mesa-gl: Blacklist the recipe for i.MX6 SoCs with GPU

Otavio Salvador otavio at ossystems.com.br
Wed Oct 14 11:26:11 PDT 2015


The mesa-gl is not in sure for the i.MX6 SoC from Quad, DualLite,
SoloX and SoloLite families. The full featured, but trimmed, mesa is
used instead.

This fixes following warning:

,----
| NOTE: multiple providers are available for runtime libgl-mesa-dev (mesa, mesa-gl)
| NOTE: consider defining a PREFERRED_PROVIDER entry to match libgl-mesa-dev
| NOTE: multiple providers are available for runtime mesa-driver-swrast (mesa, mesa-gl)
| NOTE: consider defining a PREFERRED_PROVIDER entry to match mesa-driver-swrast
`----

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 recipes-graphics/mesa/mesa-gl_%.bbappend | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 recipes-graphics/mesa/mesa-gl_%.bbappend

diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend b/recipes-graphics/mesa/mesa-gl_%.bbappend
new file mode 100644
index 0000000..881702e
--- /dev/null
+++ b/recipes-graphics/mesa/mesa-gl_%.bbappend
@@ -0,0 +1,4 @@
+COMPATIBLE_MACHINE_mx6q  = "(-)"
+COMPATIBLE_MACHINE_mx6dl = "(-)"
+COMPATIBLE_MACHINE_mx6sx = "(-)"
+COMPATIBLE_MACHINE_mx6sl = "(-)"
-- 
2.6.1



More information about the meta-freescale mailing list