[OE-core] [PATCH 0/4] Mesa and Wayland updates

Koen Kooi koen at dominion.thruhere.net
Fri May 31 07:18:49 UTC 2013


Op 30 mei 2013, om 16:00 heeft Ross Burton <ross.burton at intel.com> het volgende geschreven:

> Hi,
> 
> A short series that updates our Mesa and Wayland to the latest upstream
> releases, adds a very rudimentary init script to start Weston, and a basic image
> that boots directly into Weston on DRM.

We talked about weston off-list a few weeks ago and this seems a good time to bring it back on list :)

I'd like to get the framebuffer backend supported, so I upgraded weston to 1.0.90 and added:

+                 --enable-fbdev-compositor \

+# Needed for weston-launch
+WESTONBACKEND ??= "fbdev-backend.so"
+
+export WESTON_NATIVE_BACKEND = "${WESTONBACKEND}"
 
At the time of writing that weston didn't support runtime detection or config files entries for selecting the backend, only commandline arguments. So whatever is getting picked at build time, you're stuck with that. Does 1.1.x address that situation?

regards,

Koen


More information about the Openembedded-core mailing list