All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC PATCH/next 0/2] Add Cage and wlroots packages
@ 2019-05-16 22:08 Adrian Perez de Castro
  2019-05-16 22:08 ` [Buildroot] [RFC PATCH/next 1/2] package/wlroots: new package Adrian Perez de Castro
  2019-05-16 22:08 ` [Buildroot] [RFC PATCH/next 2/2] package/cage: " Adrian Perez de Castro
  0 siblings, 2 replies; 9+ messages in thread
From: Adrian Perez de Castro @ 2019-05-16 22:08 UTC (permalink / raw)
  To: buildroot

Hello,

This is a RFC patch series which adds the Cage Wayland compositor, and the
wlroots library which is a dependency.

I find Cage well suited for kiosks and in general "single-application,
fullscreen" use cases. I find it particularly suitable to use in combination
with Cog (the WPE WebKit launcher), for many cases in which a full-fledged
compositor like Weston is not really needed.  A typical example is generating
a small image to run a single Web application from a Raspberry Pi right after
bootup.

I am considering adding one additional patch which enables installation of
a systemd unit for Cage, if there is interest in that.

Cheers,
?Adri?n


Adrian Perez de Castro (2):
  package/wlroots: new package
  package/cage: new package

 package/Config.in                             |   2 +
 .../cage/0001-Updates-for-wlroots-0.6.0.patch | 264 ++++++++++++++++++
 package/cage/Config.in                        |  24 ++
 package/cage/cage.hash                        |   5 +
 package/cage/cage.mk                          |  19 ++
 package/wlroots/Config.in                     |  65 +++++
 package/wlroots/wlroots.hash                  |   5 +
 package/wlroots/wlroots.mk                    |  80 ++++++
 8 files changed, 464 insertions(+)
 create mode 100644 package/cage/0001-Updates-for-wlroots-0.6.0.patch
 create mode 100644 package/cage/Config.in
 create mode 100644 package/cage/cage.hash
 create mode 100644 package/cage/cage.mk
 create mode 100644 package/wlroots/Config.in
 create mode 100644 package/wlroots/wlroots.hash
 create mode 100644 package/wlroots/wlroots.mk

-- 
2.21.0

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

end of thread, other threads:[~2019-06-12 23:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-16 22:08 [Buildroot] [RFC PATCH/next 0/2] Add Cage and wlroots packages Adrian Perez de Castro
2019-05-16 22:08 ` [Buildroot] [RFC PATCH/next 1/2] package/wlroots: new package Adrian Perez de Castro
2019-05-17  7:48   ` Thomas Petazzoni
2019-06-12 23:41     ` Adrian Perez de Castro
2019-05-18 15:47   ` François Perrad
2019-06-12 23:31     ` Adrian Perez de Castro
2019-05-16 22:08 ` [Buildroot] [RFC PATCH/next 2/2] package/cage: " Adrian Perez de Castro
2019-05-17  9:21   ` Thomas Petazzoni
2019-06-12 22:43     ` Adrian Perez de Castro

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.