diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-11-21 18:02:41 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-11-22 12:23:56 +0000 |
commit | 197314474d5d9eedfefde10fe31a848a78bd8a25 (patch) | |
tree | 7ac414d82abf80440680be41dea0d556e037ba4c /meta-agl-bsp/meta-rcar-gen3/recipes-graphics | |
parent | c764d0025887f94a8f69bb118d2bb5c2e90bbf1c (diff) |
Remove remaining "display" group usage
Update the meta-rcar-gen3 driver specific bbappends to use the
"video" group instead of "display", and remove the weston-init
bbappend that was adding the "display" group when using it with
weston. The group is no longer used in meta-rcar-gen3 or in any
of the AGL layers since the rework done for SPEC-4714; these
uses were missed at that time, and were causing permission issues
with the PVR driver initialization scripts.
Bug-AGL: SPEC-4979
Change-Id: I2efc8ea6e83b86e59def8a8333c8cc3064f8a7dd
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29456
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-graphics')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-init.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-init.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-init.bbappend deleted file mode 100644 index e4f5d29f5..000000000 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-init.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -# Add display group to default list for weston user -USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input,display weston" - -GROUPADD_PARAM:${PN} = "--system display ; -r wayland" |