diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-03-12 16:02:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-13 11:32:10 +0000 |
commit | ce000c5270e6c2ca66595f4f924a8e79aa6490b5 (patch) | |
tree | bfd87a42a5e903f851905ddd273d3f94a03eb5ae /meta/recipes-graphics/wayland/weston-init/weston-start | |
parent | 7e9fdd755d2234a3894f15704a6172bab4f5d0d4 (diff) | |
download | poky-ce000c5270e6c2ca66595f4f924a8e79aa6490b5.tar.gz |
weston-init: Launch weston with WESTON_DISABLE_ATOMIC on musl/x86
Since we enabled drm/kms backend for qemux86, it does not work with musl
fdbdev worked ok, we see this error
[18:58:45.628] launching '/usr/libexec/weston-desktop-shell'
[18:58:45.737] atomic: couldn't commit new state: Invalid argument
[18:58:45.737] repaint-flush failed: Invalid argument
There seems to be some problem with atomics in libdrm, until that gets
diagnosed, simple solution is to not use it on musl when drm backend is used
thats why WESTON_DISABLE_ATOMIC=Y is set in environment file for such
cases
(From OE-Core rev: e571ef707d76cf3aceb0d56fd588b37f9b5092ff)
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/weston-start')
0 files changed, 0 insertions, 0 deletions