]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
weston-init: make sure the render group exists
authorRandolph Sapp <rs@ti.com>
Sat, 10 Jun 2023 01:13:34 +0000 (20:13 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Jun 2023 21:10:29 +0000 (22:10 +0100)
Add the render group explicitly here to make sure it exists for the
useradd command.

Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-graphics/wayland/weston-init.bb

index a7adce7fda8eeb0c36b5ec2c5607d599412a9070..b637fa6a4a5889668a74d0b9ae25cf8822ff9d5f 100644 (file)
@@ -94,5 +94,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"