All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-core PATCH v6 00/14] Improve Weston and Xwayland integration
@ 2016-05-16 19:11 Otavio Salvador
  2016-05-16 19:11 ` [oe-core PATCH v6 01/14] weston: Use HTTPS for tarball download Otavio Salvador
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Otavio Salvador @ 2016-05-16 19:11 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List
  Cc: prabhu.sundararaj, Otavio Salvador, meta-freescale Mailing List

Up to now, to make Xwayland to work it required several manual hacks
and it was difficult to make an image which had support for it out of
box.

This patchset intends to set the base for it. It enables weston-init
to be extended to support Xwayland launch when needed.

While working on it, some improvements on weston and weston-init were
done.

Changes in v6:
- New patch.
- Rebase on top of 1.10
- Fix typo on commit log (rborton)
- New patch.
- New patch.
- Add xterm

Changes in v5:
- New patch.

Changes in v4:
- New patch.
- New patch.
- Use --log= for weston call

Changes in v3:
- Fix log redirection
- Fix argument pass for openvt
- New patch.

Changes in v2:
- Remove PAM requirement
- Remove PAM requirement
- Move weston-start module to weston package
- Stop using weston-launch
- Drop weston-lunch use as it requires PAM

Otavio Salvador (11):
  weston: Use HTTPS for tarball download
  weston: Fix SystemD service description
  weston: Add PACKAGECONFIG option for 'clients'
  weston: Enable XWayland when X11 and Wayland support are available
  weston: Remove XWayland dependencies on PACKAGECONFIG
  weston-init: Rework do_install to use install -D option
  weston-init: Rework init sequence to avoid code duplication
  weston: Add Xwayland initialization support using weston-start
  weston-init: Error out if loading a nested instance
  weston-init: Add module support for the weston-start helper
  core-image-weston: If X11 is enabled, add XWayland support

Tom Hochstein (3):
  weston: weston-launch: Handle invalid command line options
  weston: Provide a default version of weston-launch that doesn't
    require PAM
  weston-init: Use weston-launch when starting weston as the first
    windowing system

 meta/recipes-graphics/images/core-image-weston.bb  |   1 +
 meta/recipes-graphics/wayland/weston-init.bb       |  11 +-
 meta/recipes-graphics/wayland/weston-init/init     |   9 +-
 .../wayland/weston-init/weston-start               |  72 +++++++++
 .../wayland/weston-init/weston.service             |   7 +-
 ...ch-Provide-a-default-version-that-doesn-t.patch | 171 +++++++++++++++++++++
 ...eston-launch-exit-for-unrecognized-option.patch |  33 ++++
 .../wayland/weston/xwayland.weston-start           |   7 +
 meta/recipes-graphics/wayland/weston_1.10.0.bb     |  29 ++--
 9 files changed, 311 insertions(+), 29 deletions(-)
 create mode 100755 meta/recipes-graphics/wayland/weston-init/weston-start
 create mode 100644 meta/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch
 create mode 100644 meta/recipes-graphics/wayland/weston/make-weston-launch-exit-for-unrecognized-option.patch
 create mode 100644 meta/recipes-graphics/wayland/weston/xwayland.weston-start

-- 
2.8.2



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-05-16 19:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-16 19:11 [oe-core PATCH v6 00/14] Improve Weston and Xwayland integration Otavio Salvador
2016-05-16 19:11 ` [oe-core PATCH v6 01/14] weston: Use HTTPS for tarball download Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 02/14] weston: weston-launch: Handle invalid command line options Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 03/14] weston: Fix SystemD service description Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 04/14] weston: Add PACKAGECONFIG option for 'clients' Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 05/14] weston: Enable XWayland when X11 and Wayland support are available Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 06/14] weston: Remove XWayland dependencies on PACKAGECONFIG Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 07/14] weston: Provide a default version of weston-launch that doesn't require PAM Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 08/14] weston-init: Rework do_install to use install -D option Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 09/14] weston-init: Rework init sequence to avoid code duplication Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 10/14] weston: Add Xwayland initialization support using weston-start Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 11/14] weston-init: Error out if loading a nested instance Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 12/14] weston-init: Add module support for the weston-start helper Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 13/14] weston-init: Use weston-launch when starting weston as the first windowing system Otavio Salvador
2016-05-16 19:12 ` [oe-core PATCH v6 14/14] core-image-weston: If X11 is enabled, add XWayland support Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.