summaryrefslogtreecommitdiff
path: root/recipes-graphics/wayland/weston/0001-libweston-backend-fbdev-fbdev.c-don-t-destroy-output.patch
AgeCommit message (Collapse)Author
2022-08-27weston: remove bbappendMax Krummenacher
meta-freescale updated to weston_10.0.0.imx. The packageconfig fixes are for some time in the meta-freescale recipe and thus no longer needed. The patches address hickups seen with machines without a GPU which we now only support with imx-mainline-bsp, i.e. with upstream weston.. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-02-22weston: imx: fix use with fbdev/pixmanMax Krummenacher
If the imx fork is used on a i.MX 6ULL stopping weston may result in a segfault due to using already freed memory. Make sure to only call pixman_renderer_output_destroy() once and harden pixman_renderer_output_destroy() to not segfault should it be called twice. Related-to: ELB-3532 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 942c1d04fb1c57e0698620adc03fbd476c8fbe93)