From: Randolph Sapp <[email protected]> The weston user must be added to the render group to use dri render devices.
Signed-off-by: Randolph Sapp <[email protected]> --- .../recipes-graphics/wayland/weston_10.0.2.bbappend | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_10.0.2.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_10.0.2.bbappend index 989bc28c..edc1bebd 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston_10.0.2.bbappend +++ b/meta-arago-distro/recipes-graphics/wayland/weston_10.0.2.bbappend @@ -12,3 +12,8 @@ SRC_URI += " \ file://0001-Revert-require-GL_EXT_unpack_subimage-commit.patch \ " +# required for weston user to interact with the render devices +inherit extrausers +EXTRA_USERS_PARAMS = " \ + usermod -aG render weston; \ +" -- 2.40.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14465): https://lists.yoctoproject.org/g/meta-arago/message/14465 Mute This Topic: https://lists.yoctoproject.org/mt/99114616/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
