summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-demo/momiplay
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2023-05-05 11:03:42 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2023-05-09 08:13:10 +0900
commit84a2fd1c5363b66ae898c1377db0b5ad17c59fcf (patch)
tree2b962aff3552202f5bff620f6ed45c075dcecc30 /meta-agl-ic-container/recipes-demo/momiplay
parent839dcdeb3073c094bf171d7107d81955feeb3dea (diff)
Reworking environment variable setting for guest
After the drm-lease-manager update, the drm-lease socket file setting is move on each environment variable setting. On the other hand, previous setting was not remove from system.conf for each guest. This patch remove drm-lease-manager and qt environment variable setting from system.conf for each guest. Bug-AGL: SPEC-4777 Change-Id: I972ee51f593ab305e0ffa548083cff11cf0014d5 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'meta-agl-ic-container/recipes-demo/momiplay')
-rw-r--r--meta-agl-ic-container/recipes-demo/momiplay/momiplay/momiplay3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-ic-container/recipes-demo/momiplay/momiplay/momiplay b/meta-agl-ic-container/recipes-demo/momiplay/momiplay/momiplay
index be5a97a1..62c21af9 100644
--- a/meta-agl-ic-container/recipes-demo/momiplay/momiplay/momiplay
+++ b/meta-agl-ic-container/recipes-demo/momiplay/momiplay/momiplay
@@ -1,8 +1,11 @@
XDG_RUNTIME_DIR=/run/user/0
QT_QPA_PLATFORM=wayland-egl
+QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/plugins/
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
QT_QPA_FONTDIR=/usr/share/fonts/truetype
QT_IVI_SURFACE_ID=2011
QT_WAYLAND_SHELL_INTEGRATION=ivi-shell
+QML_IMPORT_PATH=/usr/lib/qml/
+QML2_IMPORT_PATH=/usr/lib/qml/
WAYLAND_DISPLAY=wayland-1
HOME=/home/root