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>2015-08-04 15:33:46 -0300
commit7560fdda078150084f347830f57bb0c8e6ac79a8 (patch)
tree8a784358096d003dc7d7df1407dce9bb89b376f4 /recipes-graphics
parentbe7a9423c99b1dea5218e53956126b9e559deeb8 (diff)
downloadmeta-fsl-arm-7560fdda078150084f347830f57bb0c8e6ac79a8.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 401046f..5de8a3d 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)"