From: Naoto Yamaguchi Date: Sun, 2 Jun 2024 12:10:11 +0000 (+0900) Subject: Avoid seatd error in guest container X-Git-Tag: 17.92.0~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=5d78c0d8fd862b4bc7dffdad59de7da520ab30bd;p=AGL%2Fmeta-agl-demo.git 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 --- 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