diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-05-12 08:16:40 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-05-12 08:30:49 +0900 |
commit | 72feed444d4eee9f1868a9d67506bc4d1acd7ea0 (patch) | |
tree | 5ba96309eb17b25338bafdf7ce56b6df511133c1 /meta-agl-lxc/recipes-graphics | |
parent | 19b5f0a98b0d85eedde01178eebaf8f006f33b83 (diff) |
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 <naoto.yamaguchi@aisin.co.jp>
Change-Id: I4f73a8ca08e149a82648ac5fcdf647c97edc2429
Diffstat (limited to 'meta-agl-lxc/recipes-graphics')
-rw-r--r-- | meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.env | 4 |
1 files changed, 3 insertions, 1 deletions
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 |