From 9c2ae6c01be60d55770e5f4d9f3feae3fe05e80c Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Fri, 31 Jul 2015 09:18:47 -0500 Subject: [PATCH] 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 --- recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.40.1