From 72feed444d4eee9f1868a9d67506bc4d1acd7ea0 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 12 May 2022 08:16:40 +0900 Subject: Change weston setting to connect to the drm-lease-manager. Previously, weston.service is using environment specific setting, it propagated from bind mounted host side config file. . This patch remove this propagation. After this patch, these setting bring to lxc config files. Bug-AGL: SPEC-4370 Signed-off-by: Naoto Yamaguchi Change-Id: I4f73a8ca08e149a82648ac5fcdf647c97edc2429 --- meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-agl-lxc/recipes-graphics/wayland') diff --git a/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.env b/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.env index d6b1a197..9ff1be5e 100644 --- a/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.env +++ b/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.env @@ -1 +1,3 @@ -XDG_RUNTIME_DIR=/run/user/0 +XDG_RUNTIME_DIR=/run/user/0 +DLM_RUNTIME_PATH=/var/display/drm-lease-manager +DRM_LEASE_DEVICE=lease -- cgit 1.2.3-korg