Wayland: Difference between revisions

From Yocto Project
Jump to navigationJump to search
(Created page with "== Current Status == In <code>poky-contrib:ross/wayland</code>: * Wayland protocol * If "wayland" distro feature, Mesa builds the wayland-egl platform * Weston compositor. If wa...")
 
No edit summary
Line 6: Line 6:
* Weston compositor. If wayland disto feature, build with KMS. If x11 distro feature, builds with X11.
* Weston compositor. If wayland disto feature, build with KMS. If x11 distro feature, builds with X11.


To run Weston inside X11, simply adding weston to the image will be sufficient.
To run Weston inside X11, simply adding weston to the image will be sufficient. Under Sato there will be a Weston launcher in the Utility category. 


Adding the "wayland" distribution feature will enable Wayland on bare metal.  Currently there are no init scripts or images to do this automatically.
Adding the "wayland" distribution feature will enable Wayland on bare metal.  Currently there are no init scripts or images to do this automatically.

Revision as of 15:55, 16 January 2013

Current Status

In poky-contrib:ross/wayland:

  • Wayland protocol
  • If "wayland" distro feature, Mesa builds the wayland-egl platform
  • Weston compositor. If wayland disto feature, build with KMS. If x11 distro feature, builds with X11.

To run Weston inside X11, simply adding weston to the image will be sufficient. Under Sato there will be a Weston launcher in the Utility category.

Adding the "wayland" distribution feature will enable Wayland on bare metal. Currently there are no init scripts or images to do this automatically.

Plan

  • Merge into master
  • Image that boots Weston on KMS
  • Enable GTK+ 3 Wayland support
  • Enable Qt Wayland support