summaryrefslogtreecommitdiff
path: root/recipes-graphics/wayland
AgeCommit message (Collapse)Author
2024-04-11weston-init: only modify systemd service if it existsMax Krummenacher
weston.service and weston.socket are now only deployed if systemd is in distro features. (OE commit 00e3eb3893 ("weston-init: guard against systemd configs") Make their modification also conditionally on the feature. Fixes Toradex Easy Installer build which doesn't use systemd as the init manager. Related-to: TEI-1063 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-02-27weston-init: add verdin-am62 specific modificationMax Krummenacher
Verdin AM62 uses regular weston also with the downstream kernel, thus set no idle timeout also without the upstream override. Related-to: ELB-5064 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 3dc7e8a2fdfabc9a1c9c3a718acf6ceebb7a1a24)
2022-10-02weston-init: fix socketuser vs socketgroup typoPhilippe Schenker
Related-to: ELB-4800 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 9d61de2a84b78852c74ad0b50910ffd219af621a)
2022-05-16weston-init: import weston.sh from meta-freescale-distroMax Krummenacher
Import the file `profile` and rename it directly to its final name `weston.sh` from meta-freescale-distro. This allows to use it in a Toradex Easy Installer setup and it simplifies the bbappend which does not add the freescale-distro layer. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-04-01weston-init: move in weston-init recipe from meta-toradex-nxpMing Liu
Also fix several issues as follows: - Drop INI_UNCOMMENT_ASSIGNMENTS append, the correct fix has been merged to meta-freescale by commit: 6be9870b505. - Replace configure_noidle by no-idle-timeout PACKAGECONFIG. - Replace configure_pixman by use-pixman PACKAGECONFIG. - Install weston env setup profile. - Run weston systemd service as root user, this ensures input devices and GPU acceleration hardwares, reference: https://source.codeaurora.org/external/imx/meta-imx/commit/?h=hardknott-5.10.72-2.2.0&id=9e08be758765d4a991e0a440f8abef225be094e3 Related-to: ELB-3477 Signed-off-by: Ming Liu <ming.liu@toradex.com>