All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/8] Use gbm API features
@ 2021-09-21 13:03 Kamel Bouhara
  2021-09-21 13:03 ` [Buildroot] [PATCH 1/8] package/opengl/libgbm: new virtual package Kamel Bouhara
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Kamel Bouhara @ 2021-09-21 13:03 UTC (permalink / raw)
  To: buildroot; +Cc: Kamel Bouhara

Hello,

This series introduce a virtual/package for the libgbm.

We also introduce two gbm features so that packages depending on it
can select which version of the api is required.

Note that we only added sunxi, gcnano and mesa3d api but other
implementations can be added later based on this series.

Cheers,
Kamel


Bernd Kuhls (2):
  package/opengl/libgbm: new virtual package
  package/mesa3d: add gbm api features

Kamel Bouhara (3):
  package/opengl/libgbm: introduce api features
  package/sunxi-mali-mainline: provides libgbm
  package/gcnano-binaries: provides libgbm

Thomas Petazzoni (3):
  package/sunxi-mali-mainline: bump version
  package/sunxi-mali-mainline: add support for different outputs
  package/kmscube: use libgbm virtual package

 package/gcnano-binaries/Config.in             |  6 ++++
 package/gcnano-binaries/gcnano-binaries.mk    |  2 +-
 package/kmscube/Config.in                     | 18 +++++++---
 package/kmscube/kmscube.mk                    |  3 +-
 package/mesa3d/Config.in                      |  6 ++++
 package/opengl/Config.in                      |  1 +
 package/opengl/libgbm/Config.in               | 18 ++++++++++
 package/opengl/libgbm/libgbm.mk               |  7 ++++
 package/sunxi-mali-mainline/Config.in         | 32 ++++++++++++++++++
 package/sunxi-mali-mainline/gbm.pc            | 12 +++++++
 .../sunxi-mali-mainline.mk                    | 33 ++++++++++++++++---
 11 files changed, 128 insertions(+), 10 deletions(-)
 create mode 100644 package/opengl/libgbm/Config.in
 create mode 100644 package/opengl/libgbm/libgbm.mk
 create mode 100644 package/sunxi-mali-mainline/gbm.pc

-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-22  9:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 13:03 [Buildroot] [PATCH 0/8] Use gbm API features Kamel Bouhara
2021-09-21 13:03 ` [Buildroot] [PATCH 1/8] package/opengl/libgbm: new virtual package Kamel Bouhara
2021-09-21 13:31   ` Thomas Petazzoni
2021-09-21 13:03 ` [Buildroot] [PATCH 2/8] package/opengl/libgbm: introduce api features Kamel Bouhara
2021-09-21 14:10   ` Thomas Petazzoni
2021-09-21 13:03 ` [Buildroot] [PATCH 3/8] package/mesa3d: add gbm " Kamel Bouhara
2021-09-21 13:03 ` [Buildroot] [PATCH 4/8] package/sunxi-mali-mainline: bump version Kamel Bouhara
2021-09-21 13:31   ` Thomas Petazzoni
2021-09-21 15:43   ` Giulio Benetti
2021-09-21 13:03 ` [Buildroot] [PATCH 5/8] package/sunxi-mali-mainline: add support for different outputs Kamel Bouhara
2021-09-21 15:39   ` Giulio Benetti
2021-09-21 13:03 ` [Buildroot] [PATCH 6/8] package/sunxi-mali-mainline: provides libgbm Kamel Bouhara
2021-09-21 14:13   ` Thomas Petazzoni
2021-09-22  9:29     ` Kamel Bouhara
2021-09-21 13:03 ` [Buildroot] [PATCH 7/8] package/kmscube: use libgbm virtual package Kamel Bouhara
2021-09-21 14:16   ` Thomas Petazzoni
2021-09-22  9:26     ` Kamel Bouhara
2021-09-21 13:03 ` [Buildroot] [PATCH 8/8] package/gcnano-binaries: provides libgbm Kamel Bouhara

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.