summaryrefslogtreecommitdiff
path: root/recipes-graphics/wayland
AgeCommit message (Collapse)Author
2022-03-14weston-init: drop some deprecated codeMing Liu
The commit 4efdcc1090 in OE: [ weston: Use systemd notify, ] has been reverted, so we can drop the reverting code from bbappend. Reference: https://github.com/openembedded/openembedded-core/commit/dabd41819563ec63fc5bd5fd0f4af64230e58130 https://github.com/Freescale/meta-freescale/issues/901 Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2022-02-26meta: use tdx overrides for Toradex specific changesMing Liu
Toradex NXP layer could be used by other external projects, so we should make sure Toradex specific changes dont impact them. Use 'tdx' overrides to ensure Toradex specific changes only valid for Toradex distros. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2021-11-03weston: revert use systemd notifyMax Krummenacher
Commit 4efdcc1090 ("weston: Use systemd notify,") in openembedded-core introduced systemd notify for weston. This seems, at least in our configuration, not to work, both with openembedded weston 8.0.0 and NXP's fork weston 9.0.0.imx. Weston starts but systemd does kill it after a timeout as it does not receive a notification from the spawned deamon. Comment the relevant lines in the service file, so that systemd does not expect any notification. Compare also with https://github.com/Freescale/meta-freescale/issues/901 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-08-19weston-init: customizeMax Krummenacher
For upstream weston (i.e. not the imx fork) the following two settings are missing in the default weston.ini. Add them. - Set idle-time=0 to prevent weston from entering a screensaver mode on idle. - Set use-pixman=true for modules without a GPU to prevent weston from using a CPU to nearly 100% and having a very slow screen update rate, e.g. a not smoothly moving cursor. (downstream already has idle-time=0 set and performs well without use-pixman=true) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-01-30weston: update to 9.0.0.imxMax Krummenacher
NXP release imx_5.4.70_2.3.0. 0001-weston-launch-Provide-a-default-version-that-doesn-t.patch update taken from NXP BSP. This includes all fixes from our weston bbappend, thus drop that. Related-to: ELB-3327 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-08-20weston 8: update to hash of nxp bsp 5.4.24-2.1.0Max Krummenacher
This also builds against the newer vivante components, so drop the patch needed for the older BSP. Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-18weston: patch weston imx for older nxp bspMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-18weston: use meta-freescale 8.0.imxMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-09weston.ini: use g2d for soc which support g2dMax Krummenacher
For apalis-imx8 this makes gst-play and the gstreamer playbin plugin automatically convert the tiling output of the vpu decoder to the video sink plugins requirement. Related-to: ELB-2351 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit b5fd4d1e039ff265cdeb1f401d5c34a7110e31bd) (cherry picked from commit 0ab9b1dab586cb237a1f973abedc1edbb48202c8)
2020-06-09weston: imx: update to latest 5.0.0 from 4.14.98 2.3.0Max Krummenacher
Related-to: ELB-2351 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 6f8ddd3c3a256bbc450660c67b917a0baf87167e) (cherry picked from commit e129dd7c0e810aea09c2c7134bfbe533501cb941)
2019-10-09imx graphics: revert out of tree updatesMax Krummenacher
meta-freescale master (for zeus) now updates to these recipes versions. Drop these here. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-09remove upgrades which are now in meta-freescaleMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-21weston: update to 4.14.98 2.0.0Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-13imx: update to 4.14.78_1.0.0_ga bspMax Krummenacher
Update the components which NXP forked or provides to the version used in the 4.14.78_1.0.0_ga BSP. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>