summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2023-06-09 20:13:35 -0500
committerSteve Sakoman <steve@sakoman.com>2023-07-04 05:32:29 -1000
commite03896ffc7438ff97b59c7704480e8cbf62d7c2b (patch)
tree49b662d5626cf951a59202f5cd9937ce2c4f2988 /meta/recipes-graphics
parentdb8c2ebf18a622c190f1fa106c0da17e8fd48d02 (diff)
downloadpoky-e03896ffc7438ff97b59c7704480e8cbf62d7c2b.tar.gz
weston-init: add weston user to the render group
The weston user must be in the render group in order to access render device nodes for standard user-space graphics. (From OE-Core rev: 814ee7ad4f54f5a17e0822f06059a2fe95bebfc4) Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 1cba8aa3c5e0635d7b89222d9ccaf889954fe0c9) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/wayland/weston-init.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index 2b32bc4a08..82dd9a47f0 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -92,6 +92,6 @@ FILES:${PN} += "\
92CONFFILES:${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/default/weston" 92CONFFILES:${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/default/weston"
93 93
94SYSTEMD_SERVICE:${PN} = "weston.service weston.socket" 94SYSTEMD_SERVICE:${PN} = "weston.service weston.socket"
95USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input weston" 95USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input,render weston"
96GROUPADD_PARAM:${PN} = "-r wayland; -r render" 96GROUPADD_PARAM:${PN} = "-r wayland; -r render"
97 97