]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa-gl: Blacklist the recipe for i.MX6 SoCs with GPU
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 14 Oct 2015 14:26:01 +0000 (11:26 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:21 +0000 (15:03 -0300)
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
`----

Change-Id: I082b8f7a739e4ea3cfe5f1760c7163d118e9883c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/mesa/mesa-gl_%.bbappend [new file with mode: 0644]

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