All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] Add GLSDK accelerated MM and GFX support
@ 2014-05-19 19:19 Chase Maupin
  2014-05-19 19:19 ` [PATCH 01/19] libdce: Add libdce version 2.0 support from glsdk Chase Maupin
                   ` (18 more replies)
  0 siblings, 19 replies; 33+ messages in thread
From: Chase Maupin @ 2014-05-19 19:19 UTC (permalink / raw)
  To: meta-arago

The following patch set will add the MM and GFX support from the GLSDK
to meta-arago.  It depends on the corresponding patch set sent to
meta-ti which provides many of the drivers and dependencies used by
these recipes.

These patches were ported from meta-arago-glsdk and authorship was
preserved where possible.

Chase Maupin (8):
  ipc-test-fw: Update to not conflict with ipumm-fw
  packagegroup-arago-base-tiskd: Add base nfs-utils
  packagegroup-arago-gst: Add accelerated MM packages
  packagegroup-arago-tisdk-graphics: Add SGX and BLTsville packages
  packagegroup-arago-tisdk-addons: Add libdrm components
  packagegroup-arago-tisdk-multimedia: Add accelerator firmwares
  packagegroup-arago-test: Add drm and bltsville tests
  arago-prefs: Use omap5-sgx package for libgles dependencies

Mrinmayee Hingolikar (11):
  libdce: Add libdce version 2.0 support from glsdk
  gstreamer: Add append to use TI version
  gst-plugins-bad: Append with TI version of plugins
  gst-plugins-good: Add TI version of gst-plugins-good
  gst-plugins-base: Add TI version with bbappend
  gst-plugins-ducati: Add GStreamer elements that use ducati
  gst-plugins-vpe: Add TI VPE GStreamer plugins
  bvtest: Add bltsville test application
  omapdrmtest: Test application for OMAP DRM interface
  libgbm: Add TI specific version of libgbm
  kmscube: Add kmscube demo application

 .../conf/distro/include/arago-prefs.inc            |    4 +++
 .../ipc-test-fw/ipc-test-fw_3.21.00.02.bb          |   14 ++++++---
 .../packagegroups/packagegroup-arago-base-tisdk.bb |    3 +-
 .../packagegroups/packagegroup-arago-gst.bb        |    7 ++++-
 .../packagegroups/packagegroup-arago-test.bb       |    4 ++-
 .../packagegroup-arago-tisdk-addons-sdk-target.bb  |    4 +--
 .../packagegroup-arago-tisdk-addons.bb             |    1 +
 ...packagegroup-arago-tisdk-graphics-sdk-target.bb |   11 ++++++-
 .../packagegroup-arago-tisdk-graphics.bb           |   14 +++++++++
 .../packagegroup-arago-tisdk-multimedia.bb         |   17 ++++++++++-
 .../recipes-graphics/bvtest/bvtest_git.bb          |   30 ++++++++++++++++++++
 .../recipes-graphics/gbm/libgbm_9.0.0.bb           |   15 ++++++++++
 .../recipes-graphics/kmscube/kmscube_1.0.0.bb      |   19 +++++++++++++
 .../omapdrmtest/omapdrmtest_1.0.0.bb               |   16 +++++++++++
 .../gst-plugins-ti/gst-plugins-ducati_git.bb       |   10 +++++++
 .../gst-plugins-ti/gst-plugins-ti.inc              |   19 +++++++++++++
 .../gst-plugins-ti/gst-plugins-vpe_git.bb          |   11 +++++++
 .../gstreamer/gst-plugins-bad_0.10.23.bbappend     |   22 ++++++++++++++
 .../gstreamer/gst-plugins-base_0.10.36.bbappend    |   20 +++++++++++++
 .../gstreamer/gst-plugins-good_0.10.31.bbappend    |   23 +++++++++++++++
 .../gstreamer/gstreamer_0.10.36.bbappend           |   14 +++++++++
 .../recipes-multimedia/libdce/libdce_git.bb        |   16 +++++++++++
 22 files changed, 283 insertions(+), 11 deletions(-)
 create mode 100644 meta-arago-extras/recipes-graphics/bvtest/bvtest_git.bb
 create mode 100644 meta-arago-extras/recipes-graphics/gbm/libgbm_9.0.0.bb
 create mode 100644 meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb
 create mode 100644 meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
 create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-ducati_git.bb
 create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-ti.inc
 create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-vpe_git.bb
 create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
 create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bbappend
 create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bbappend
 create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer_0.10.36.bbappend
 create mode 100644 meta-arago-extras/recipes-multimedia/libdce/libdce_git.bb

-- 
1.7.9.5



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

end of thread, other threads:[~2014-06-02 13:11 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-19 19:19 [PATCH 00/19] Add GLSDK accelerated MM and GFX support Chase Maupin
2014-05-19 19:19 ` [PATCH 01/19] libdce: Add libdce version 2.0 support from glsdk Chase Maupin
2014-05-19 19:19 ` [PATCH 02/19] gstreamer: Add append to use TI version Chase Maupin
2014-05-19 19:19 ` [PATCH 03/19] gst-plugins-bad: Append with TI version of plugins Chase Maupin
2014-05-19 19:31   ` Denys Dmytriyenko
2014-05-19 20:14     ` Maupin, Chase
2014-05-19 19:19 ` [PATCH 04/19] gst-plugins-good: Add TI version of gst-plugins-good Chase Maupin
2014-05-19 19:19 ` [PATCH 05/19] gst-plugins-base: Add TI version with bbappend Chase Maupin
2014-05-30 13:06   ` Cooper Jr., Franklin
2014-05-30 14:00     ` Denys Dmytriyenko
2014-06-02 13:11       ` Cooper Jr., Franklin
2014-05-19 19:19 ` [PATCH 06/19] gst-plugins-ducati: Add GStreamer elements that use ducati Chase Maupin
2014-05-19 19:19 ` [PATCH 07/19] gst-plugins-vpe: Add TI VPE GStreamer plugins Chase Maupin
2014-05-19 19:19 ` [PATCH 08/19] ipc-test-fw: Update to not conflict with ipumm-fw Chase Maupin
2014-05-19 19:19 ` [PATCH 09/19] bvtest: Add bltsville test application Chase Maupin
2014-05-19 19:19 ` [PATCH 10/19] omapdrmtest: Test application for OMAP DRM interface Chase Maupin
2014-05-19 19:19 ` [PATCH 11/19] libgbm: Add TI specific version of libgbm Chase Maupin
2014-05-19 19:20 ` [PATCH 12/19] kmscube: Add kmscube demo application Chase Maupin
2014-05-19 19:20 ` [PATCH 13/19] packagegroup-arago-base-tiskd: Add base nfs-utils Chase Maupin
2014-05-19 19:29   ` Denys Dmytriyenko
2014-05-19 20:11     ` Maupin, Chase
2014-05-19 20:28       ` Carlos Hernandez
2014-05-20 10:03         ` Balasubramanian, Aparna
2014-05-20 14:57           ` Maupin, Chase
2014-05-21 13:58           ` Denys Dmytriyenko
2014-05-21 14:02             ` Balasubramanian, Aparna
2014-05-21 14:03               ` Maupin, Chase
2014-05-19 19:20 ` [PATCH 14/19] packagegroup-arago-gst: Add accelerated MM packages Chase Maupin
2014-05-19 19:20 ` [PATCH 15/19] packagegroup-arago-tisdk-graphics: Add SGX and BLTsville packages Chase Maupin
2014-05-19 19:20 ` [PATCH 16/19] packagegroup-arago-tisdk-addons: Add libdrm components Chase Maupin
2014-05-19 19:20 ` [PATCH 17/19] packagegroup-arago-tisdk-multimedia: Add accelerator firmwares Chase Maupin
2014-05-19 19:20 ` [PATCH 18/19] packagegroup-arago-test: Add drm and bltsville tests Chase Maupin
2014-05-19 19:20 ` [PATCH 19/19] arago-prefs: Use omap5-sgx package for libgles dependencies Chase Maupin

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.