[OE-core] [PATCH 3/4] weston: Remove machine specific append

Mark Hatle mark.hatle at windriver.com
Wed Oct 24 10:13:12 UTC 2018


On 10/19/18 11:51 AM, Burton, Ross wrote:
> On Thu, 18 Oct 2018 at 16:39, Mark Hatle <mark.hatle at windriver.com> wrote:
>>> Two questions:
>>> 1) does qemu still need fbdev or does virtio/drm work now?  (iirc, we
>>> still have a crippled qemu here)
>>> 2) Can this be overridden in a config file instead
>>
>> I did not understand how to do this.  The alternative I see then is to make this
>> a machine_arch package.. since the configuration can change?
>>
>> (I'm not very familiar with this part of the system.)
> 
> Looks like Weston supports this in the config file:
> 
> [core]
> backend = fbdev-backend.so
> 
> Should be easy enough to ship a weston.ini for qemu machines.
> 
> Ross
> 

I've been fighting this, and (assumign the above is correct), I can't figure out
how to get weston to actually load the ini file.  I suspect the problem is
simply I don't know what path to put the config file in.... but since it runs on
boot, I don't have any way to intercept it and strace or similar to see if it's
actually trying to load things.

I'll continue working on them, but if anyone can help tell me where the ini file
belongs or how to debug this -- that would help a lot.

(I've tried putting the file directly in the sysconf [/etc] directory, as well
as /etc/xdg which was mentioned by the man page.)

--Mark



More information about the Openembedded-core mailing list