diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2023-05-21 14:02:50 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-02 09:06:53 +0000 |
commit | 1f01bcbbffe2692e95fac591c4eaace33483f76a (patch) | |
tree | 4b04fa09eef8f2b19141a7cdcbda1866a0bab212 /recipes-core/psplash/agl-container-guest/psplash.env | |
parent | a5aefbd3bf9e6cee58ee467e164375b7abe44e63 (diff) |
Improvement to psplash recipe using service overrideoctopus_15.0.5octopus_15.0.4octopus_15.0.3octopus/15.0.5octopus/15.0.4octopus/15.0.315.0.515.0.415.0.3octopus
Last psplash patch has some HACK implementation for
drl lease support. It cause complex change to psplash
service file.
This patch fix this issue reusing
sandbox/ishii.hiroyuki/psplash-drm, that is worked by
ishii hiroyuki.
Bug-AGL: SPEC-4804
Change-Id: I4ae514293fbf1bc5a6cde4bcf96ff59ea8ba9b08
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'recipes-core/psplash/agl-container-guest/psplash.env')
-rw-r--r-- | recipes-core/psplash/agl-container-guest/psplash.env | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-core/psplash/agl-container-guest/psplash.env b/recipes-core/psplash/agl-container-guest/psplash.env deleted file mode 100644 index ed5f26212..000000000 --- a/recipes-core/psplash/agl-container-guest/psplash.env +++ /dev/null @@ -1,4 +0,0 @@ -XDG_RUNTIME_DIR=/run/user/0 -DLM_RUNTIME_PATH=/var/display/drm-lease-manager -DRM_LEASE_DEVICE=lease -WAYLAND_DISPLAY=wayland-1 |