mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
weston-init: make sure the render group exists
Add the render group explicitly here to make sure it exists for the useradd command. (From OE-Core rev: 40007e8925ee63bddddad6e475f75b5494304903) Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 3134fca12c6f74d2b99f79fb751bc5513c5b937a) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
548b503e6d
commit
db8c2ebf18
@@ -93,5 +93,5 @@ CONFFILES:${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/default/we
|
||||
|
||||
SYSTEMD_SERVICE:${PN} = "weston.service weston.socket"
|
||||
USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input weston"
|
||||
GROUPADD_PARAM:${PN} = "-r wayland"
|
||||
GROUPADD_PARAM:${PN} = "-r wayland; -r render"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user