diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2022-05-12 08:16:40 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-06-09 11:02:47 +0000 |
commit | 3c5de139ba4df2bb06a5ea7573460711cc334b66 (patch) | |
tree | e37689bdaae49dc0bed4171fdd7222c65cc86a7b /meta-agl-lxc/recipes-graphics/wayland/weston-init-guest | |
parent | 9aa6af7aa4ff5761277fd04fa90be5d5962415e5 (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/wayland/weston-init-guest')
-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 |