summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-31 09:18:47 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:14 -0300
commit9c2ae6c01be60d55770e5f4d9f3feae3fe05e80c (patch)
treee5a5e36d94cd98d4ea6ab8e088532734b4d607de /recipes-graphics
parentd660e2b79675a65dbf0adf233bb0c70d291d164d (diff)
downloadmeta-freescale-9c2ae6c01be60d55770e5f4d9f3feae3fe05e80c.tar.gz
imx-gpu-viv: Change compatible machine to mx6 with GPU
Fix to support future mx6 i.MX 6UltraLite which does not have a GPU. This SoC will use mesa so mesa changes before should be more SoC specific to allow future mx6 SoC without GPU to use software rendering. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
index 401046fb..5de8a3d8 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
@@ -346,4 +346,4 @@ FILES_imx-gpu-viv-demos = "/opt"
346FILES_imx-gpu-viv-demos-dbg = "/opt/viv_samples/*/*/.debug" 346FILES_imx-gpu-viv-demos-dbg = "/opt/viv_samples/*/*/.debug"
347INSANE_SKIP_imx-gpu-viv-demos += "rpaths" 347INSANE_SKIP_imx-gpu-viv-demos += "rpaths"
348 348
349COMPATIBLE_MACHINE = "(mx6)" 349COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx6sx|mx6sl)"