summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-10-14 11:26:01 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-10-15 15:26:48 -0300
commit90b39bf15034bffa6d2e2671e364a93ce6a82c1a (patch)
treed908ed83cfa0ae5d4bd5011a14823f94d82ad78a
parentd4da62e1972d78a0ebfa51e6bad232732144e4b2 (diff)
downloadmeta-fsl-arm-90b39bf15034bffa6d2e2671e364a93ce6a82c1a.tar.gz
mesa-gl: Blacklist the recipe for i.MX6 SoCs with GPU
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>
-rw-r--r--recipes-graphics/mesa/mesa-gl_%.bbappend4
1 files changed, 4 insertions, 0 deletions
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 @@
1COMPATIBLE_MACHINE_mx6q = "(-)"
2COMPATIBLE_MACHINE_mx6dl = "(-)"
3COMPATIBLE_MACHINE_mx6sx = "(-)"
4COMPATIBLE_MACHINE_mx6sl = "(-)"