diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2023-05-21 14:04:04 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2023-06-01 05:56:00 +0900 |
commit | 0b77534d91ce0cfaf5fe1dbfbc64912d64e2b29b (patch) | |
tree | 91bd4c893915e203ce1fa3403cf74c74aa1c2314 /meta-agl-drm-lease/recipes-core/psplash/files | |
parent | 0f2a0480c17a2bab7692a7ce56c34ccb5201854a (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.3
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: Ie98b8fb73534c3d1114580ea1d6ca238e62e6c7a
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'meta-agl-drm-lease/recipes-core/psplash/files')
-rw-r--r-- | meta-agl-drm-lease/recipes-core/psplash/files/psplash-drmlease.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-drm-lease/recipes-core/psplash/files/psplash-drmlease.conf b/meta-agl-drm-lease/recipes-core/psplash/files/psplash-drmlease.conf new file mode 100644 index 00000000..28bf19c4 --- /dev/null +++ b/meta-agl-drm-lease/recipes-core/psplash/files/psplash-drmlease.conf @@ -0,0 +1,3 @@ +[Service] +Environment=PSPLASH_ARGS='--drm --drm-lease lease' +Environment=DLM_RUNTIME_PATH=/var/display/drm-lease-manager |