From f1d3961d6c86983fab125897c2db8892100d2c12 Mon Sep 17 00:00:00 2001 From: Mihail Grigorov Date: Fri, 13 Oct 2017 11:24:56 +0300 Subject: meta-agl-bsp: imx6: Add EGL support for iMX6 in Weston 2.0 In Weston 2.0, the EGL support was dropped from the fbdev-backend, as that was not the correct way to initialize EGL. However, the vendor support patches in Weston 1.11 still require that functionality. Restore the EGL support in the fbdev-backend, until the issue is resolved, by either adding a standalone backend, or switching to etnaviv. Bug-AGL: SPEC-905 Change-Id: I9fc00e35c2eefee07998053e1fccec6265ac3b9e Signed-off-by: Mihail Grigorov Signed-off-by: Georgi Vlaev Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11305 Reviewed-by: Leon Anavi Reviewed-by: Thomas Rini Reviewed-by: Matt Porter Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- .../meta-freescale-layer/recipes-graphics/wayland/weston-init.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-init.bbappend (limited to 'meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-init.bbappend') diff --git a/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-init.bbappend b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-init.bbappend new file mode 100644 index 000000000..2e1c950ec --- /dev/null +++ b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-init.bbappend @@ -0,0 +1 @@ +WESTONARGS_append_imxgpu3d = " --use-gl" -- cgit 1.2.3-korg