summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-09 10:37:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-11 15:19:27 +0000
commit3189be6d6319d3b598beb52db0ea48fd7516b381 (patch)
tree8d5d012b18df6df52b8a6a719629ac8082ea60e6 /meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini
parent34c7222e1d8601cb459da1070bf2065a1c7707eb (diff)
downloadpoky-3189be6d6319d3b598beb52db0ea48fd7516b381.tar.gz
weston-init: Let weston run without pam on distros without pam
When pam is not part of distro, user specific XDG_* environment variables are not available since PAMName=login is in-effective and as a result weston can not start because it direly needs XDG_RUNTIME_DIR defined, therefore launching weston directly in systemd service will not work, therefore call the helper script weston-start, which is also used with sysvinit extend enabling fbdev backend fallback to all qemu machines Reported-by: Marek Vasut <marex@denx.de> (From OE-Core rev: ae66cf5e03f04361aad2bd8784fb7d42e0f0bb08) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini')
-rw-r--r--meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini b/meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini
new file mode 100644
index 0000000000..17ebd7fdab
--- /dev/null
+++ b/meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini
@@ -0,0 +1,2 @@
1[core]
2backend=fbdev-backend.so