Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request v2] Pull request for branch yem/rpi-wayland
Date: Wed,  9 Oct 2013 23:44:16 +0200	[thread overview]
Message-ID: <cover.1381354867.git.yann.morin.1998@free.fr> (raw)

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)
  - prepares EGL support for compositors (patch 9)

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

Regards,
Yann E. MORIN.

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


The following changes since commit f8a7c46ea3beca928705f01b31b75017ba8484ac:

  qt5: remove configure options from module packages (2013-10-09 23:13:59 +0200)

are available in the git repository at:

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

for you to fetch changes up to 7e31b6ba4a2f05ab5ba1b1114863e7d102fa5a17:

  package/weston: add option to enable EGL (2013-10-09 23:40:11 +0200)

----------------------------------------------------------------
Yann E. MORIN (9):
      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
      package/weston: add option to enable EGL

 .../rpi-userland-002-remove-faulty-assert.patch    | 21 +++++++++++++++++
 package/wayland/wayland.mk                         |  5 +++--
 package/weston/Config.in                           | 23 +++++++++++++++++--
 ...02-fix-configure.ac-check-wayland-scanner.patch | 26 ++++++++++++++++++++++
 ...ompositor-fbdev-drop-dependency-on-libdrm.patch | 22 ++++++++++++++++++
 package/weston/weston.mk                           | 26 ++++++++++++++++++++--
 6 files changed, 117 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.  |
'------------------------------^-------^------------------^--------------------'

             reply	other threads:[~2013-10-09 21:44 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-09 21:44 Yann E. MORIN [this message]
2013-10-09 21:44 ` [Buildroot] [PATCH 1/9] package/wayland: bump version Yann E. MORIN
2013-10-09 21:44 ` [Buildroot] [PATCH 2/9] package/weston: " Yann E. MORIN
2013-10-09 21:44 ` [Buildroot] [PATCH 3/9] package/wayland: install wayland-scanner to $(HOST) Yann E. MORIN
2013-10-10  7:05   ` Thomas Petazzoni
2013-10-10 17:20     ` Yann E. MORIN
2013-10-09 21:44 ` [Buildroot] [PATCH 4/9] package/weston: fix configure.ac to check for wayland-scanner Yann E. MORIN
2013-10-09 21:44 ` [Buildroot] [PATCH 5/9] package/weston: fix configure.ac for fbdev compositor Yann E. MORIN
2013-10-10 11:28   ` Peter Korsgaard
2013-10-10 12:02     ` Yann E. MORIN
2013-10-10 17:52     ` Yann E. MORIN
2013-10-09 21:44 ` [Buildroot] [PATCH 6/9] package/weston: introduce infrastructure to select other compositors Yann E. MORIN
2013-10-09 21:44 ` [Buildroot] [PATCH 7/9] package/rpi-userland: add patch to remove faulty assert() Yann E. MORIN
2013-10-09 21:44 ` [Buildroot] [PATCH 8/9] package/weston: add RPi compositor Yann E. MORIN
2013-10-09 22:16   ` [Buildroot] [PATCH] " Yann E. MORIN
2013-10-09 22:19   ` [Buildroot] [PATCH 8/9] " Yann E. MORIN
2013-10-09 21:44 ` [Buildroot] [PATCH 9/9] package/weston: add option to enable EGL Yann E. MORIN
2013-10-10  7:07   ` Thomas Petazzoni
2013-10-10 17:22     ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1381354867.git.yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox