Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request v3] Pull request for branch yem/rpi-wayland
@ 2013-10-10 21:05 Yann E. MORIN
  2013-10-10 21:05 ` [Buildroot] [PATCH 1/8] package/wayland: bump version Yann E. MORIN
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Yann E. MORIN @ 2013-10-10 21:05 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

This series makes it possible to run weston on the raspberrypi.

The series:
  - bumps wayland and weston (patches 1 and 2)
  - installs wayland-scanner to $(HOST) (patch 3)
  - fixes weston configure.ac with patches from upstream (patches 4 and 5)
  - modifies weston to build more than one compositor (patch 6)
  - fixes rpi-userland (patch 7)
  - actualy enables the rpi compoisotor in weston (path 8)

Please pay special attention to commit logs of patches 4 and 7, they are
tricky. I can add more details, or reworks them, if need be.

Changes v2 -> v3:
  - drop patch 9 due to it being dead code for now  (Thomas)
  - fix weston build without EGL  (Peter)
  - fix rpi-compositor missing dependency

Changes v1 -> v2:
  - drop host-wayland, isntall manually-built wayland-scanner to $(HOST)
    (Thomas)
  - drop applied patches  (Peter)
  - fix typoes in commit logs

Regards,
Yann E. MORIN.


The following changes since commit 92af118d82a6031c7d9750959d6dc07a82a54ac4:

  vde2: needs mmu (2013-10-09 23:40:29 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem/rpi-wayland

for you to fetch changes up to 76866368cc2a600d5878de11146201ee7bc3b1a6:

  package/weston: add RPi compositor (2013-10-10 21:54:43 +0200)

----------------------------------------------------------------
Yann E. MORIN (8):
      package/wayland: bump version
      package/weston: bump version
      package/wayland: install wayland-scanner to $(HOST)
      package/weston: fix configure.ac to check for wayland-scanner
      package/weston: fix configure.ac for fbdev compositor
      package/weston: introduce infrastructure to select other compositors
      package/rpi-userland: add patch to remove faulty assert()
      package/weston: add RPi compositor

 .../rpi-userland-002-remove-faulty-assert.patch    | 21 +++++++++++++++++
 package/wayland/wayland.mk                         |  5 +++--
 package/weston/Config.in                           | 20 +++++++++++++++--
 ...02-fix-configure.ac-check-wayland-scanner.patch | 26 ++++++++++++++++++++++
 ...ompositor-fbdev-drop-dependency-on-libdrm.patch | 22 ++++++++++++++++++
 package/weston/weston.mk                           | 21 +++++++++++++++--
 6 files changed, 109 insertions(+), 6 deletions(-)
 create mode 100644 package/rpi-userland/rpi-userland-002-remove-faulty-assert.patch
 create mode 100644 package/weston/weston-0002-fix-configure.ac-check-wayland-scanner.patch
 create mode 100644 package/weston/weston-0003-compositor-fbdev-drop-dependency-on-libdrm.patch

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2013-10-11  7:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 21:05 [Buildroot] [pull request v3] Pull request for branch yem/rpi-wayland Yann E. MORIN
2013-10-10 21:05 ` [Buildroot] [PATCH 1/8] package/wayland: bump version Yann E. MORIN
2013-10-10 21:05 ` [Buildroot] [PATCH 2/8] package/weston: " Yann E. MORIN
2013-10-10 21:05 ` [Buildroot] [PATCH 3/8] package/wayland: install wayland-scanner to $(HOST) Yann E. MORIN
2013-10-10 21:05 ` [Buildroot] [PATCH 4/8] package/weston: fix configure.ac to check for wayland-scanner Yann E. MORIN
2013-10-10 21:05 ` [Buildroot] [PATCH 5/8] package/weston: fix configure.ac for fbdev compositor Yann E. MORIN
2013-10-10 21:05 ` [Buildroot] [PATCH 6/8] package/weston: introduce infrastructure to select other compositors Yann E. MORIN
2013-10-10 21:05 ` [Buildroot] [PATCH 7/8] package/rpi-userland: add patch to remove faulty assert() Yann E. MORIN
2013-10-10 21:05 ` [Buildroot] [PATCH 8/8] package/weston: add RPi compositor Yann E. MORIN
2013-10-11  7:44 ` [Buildroot] [pull request v3] Pull request for branch yem/rpi-wayland Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox