summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2024-06-02 12:01:08 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2024-06-02 17:38:46 +0900
commit68afef5399e9acbd13a1ba75b9b63be1d36d744b (patch)
tree3d5bdc5ab32452783eb8b5963eba00e8705e6588
parent6224ef6288ca0c51f5292181b4b10d6684cc49d8 (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: Ie12a65ae4f2737565bbc7cc1f6e44728a7ccdec0 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
-rw-r--r--meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.env2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.env b/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.env
index ed5f2621..7df25aa2 100644
--- a/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.env
+++ b/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.env
@@ -2,3 +2,5 @@ XDG_RUNTIME_DIR=/run/user/0
DLM_RUNTIME_PATH=/var/display/drm-lease-manager
DRM_LEASE_DEVICE=lease
WAYLAND_DISPLAY=wayland-1
+LIBSEAT_BACKEND=builtin
+SEATD_VTBOUND=0