All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-freescale PATCH] weston: Remove EGL support for GPU 2D-only SoCs
@ 2016-10-10 13:28 Otavio Salvador
  0 siblings, 0 replies; only message in thread
From: Otavio Salvador @ 2016-10-10 13:28 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

The i.MX SoCs which provides support for GPU 2D but lacks GPU 3D
should drop the EGL use. This fixes the i.MX6SL build errors seen in
O.S. Systems autobuilders.

Reported-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 recipes-graphics/wayland/weston_%.bbappend | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index 1b813ab..270adfa 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -13,7 +13,8 @@ PACKAGECONFIG_IMX_TO_APPEND = ""
 PACKAGECONFIG_IMX_TO_APPEND_imxgpu3d = "cairo-glesv2"
 PACKAGECONFIG_IMX_TO_REMOVE = ""
 PACKAGECONFIG_IMX_TO_REMOVE_imxpxp   = "egl"
-PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = ""
+PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = "egl"
+PACKAGECONFIG_IMX_TO_REMOVE_imxgpu3d = ""
 
 PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}"
 PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}"
-- 
2.10.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-10 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-10 13:28 [meta-freescale PATCH] weston: Remove EGL support for GPU 2D-only SoCs Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.