summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-10-14 11:26:01 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:21 -0300
commitcc3967a826805b95617346874fae1a57bbb05839 (patch)
tree418ce7e8cdbdb29fbcc496d072009fd8c4325002 /recipes-graphics/mesa
parent9a049c4f24022320c42cd50173cb4506ec9496ee (diff)
downloadmeta-freescale-cc3967a826805b95617346874fae1a57bbb05839.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>
Diffstat (limited to 'recipes-graphics/mesa')
-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 00000000..881702e0
--- /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 = "(-)"