From 5d78c0d8fd862b4bc7dffdad59de7da520ab30bd Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 2 Jun 2024 21:10:11 +0900 Subject: [PATCH] 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29968 Tested-by: Jan-Simon Moeller Reviewed-by: Jan-Simon Moeller --- .../wayland/agl-compositor-init-agl-container-guest/agl-compositor.env | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.16.6