diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-06-02 21:10:11 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-24 13:04:21 +0000 |
commit | 5d78c0d8fd862b4bc7dffdad59de7da520ab30bd (patch) | |
tree | 2a85857e97d56f8116e6e1dd961ffedd51364408 /recipes-graphics/wayland/agl-compositor-init-agl-container-guest | |
parent | e14d6f4b1b25af2fce6af1245b1b6dbc650d3931 (diff) |
Avoid seatd error in guest container
After the scarthgap update, the weson couldn't handle input device
in guest container. It causes by libseat error that use by weston 13.
This patch add environment variable to avoid seatd error.
Bug-AGL: SPEC-5158
Change-Id: If7f88b9381e1f6af13e8f80275fda7b20ee1aa78
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29968
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-graphics/wayland/agl-compositor-init-agl-container-guest')
-rw-r--r-- | recipes-graphics/wayland/agl-compositor-init-agl-container-guest/agl-compositor.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/agl-compositor-init-agl-container-guest/agl-compositor.env b/recipes-graphics/wayland/agl-compositor-init-agl-container-guest/agl-compositor.env index d817effa6..6d3b6947d 100644 --- a/recipes-graphics/wayland/agl-compositor-init-agl-container-guest/agl-compositor.env +++ b/recipes-graphics/wayland/agl-compositor-init-agl-container-guest/agl-compositor.env @@ -1,2 +1,4 @@ DLM_RUNTIME_PATH=/var/display/drm-lease-manager DRM_LEASE_DEVICE=lease +LIBSEAT_BACKEND=builtin +SEATD_VTBOUND=0 |