Message ID | 20241127005121.683644-2-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/2] seatd: Create seat user and package systemd service | expand |
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 3de697ec34e..52ffba336aa 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb @@ -102,6 +102,5 @@ FILES:${PN} += "\ CONFFILES:${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/default/weston" SYSTEMD_SERVICE:${PN} = "weston.service weston.socket" -USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input,render,wayland weston" +USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input,render,seat,wayland weston" GROUPADD_PARAM:${PN} = "-r wayland; -r render" -
This enables weston launch to access the seatd socket /run/seatd.sock to communicate properly to acquire seat Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-graphics/wayland/weston-init.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)