From: Lauren Post Date: Fri, 31 Jul 2015 14:18:47 +0000 (-0500) Subject: imx-gpu-viv: Change compatible machine to mx6 with GPU X-Git-Tag: 2.1~425 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9c2ae6c01be60d55770e5f4d9f3feae3fe05e80c;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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" FILES_imx-gpu-viv-demos-dbg = "/opt/viv_samples/*/*/.debug" INSANE_SKIP_imx-gpu-viv-demos += "rpaths" -COMPATIBLE_MACHINE = "(mx6)" +COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx6sx|mx6sl)"