All of lore.kernel.org
 help / color / mirror / Atom feed
From: kishore.k.bodke@intel.com
To: tom.zanussi@intel.com, yocto@yoctoproject.org
Subject: [PATCH 0/7] [meta-intel] Cedartrail BSP updates with pvr Graphics driver
Date: Tue,  3 Apr 2012 16:43:56 -0700	[thread overview]
Message-ID: <cover.1333496206.git.kishore.k.bodke@intel.com> (raw)

From: Kishore Bodke <kishore.k.bodke@intel.com>

These patches are for adding the PVR graphics driver, EFI Support, 
and to add Cedartrail Audio and Video files .

These also updates the SRCREVS for build with pvr and no-pvr versions.

Please pull into meta-intel/master.

Thanks
Kishore.

The following changes since commit f89405e115d73426c8a6450b6e795b5885d6bdf3:

  MAINTAINERS: Add FRI2 maintainer (2012-03-23 09:46:15 -0700)

are available in the git repository at:
  git://git.pokylinux.org/meta-intel-contrib kishore/cedartrail-pvr-updates
  http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=kishore/cedartrail-pvr-updates

Kishore Bodke (7):
  Cedartrail: Add PVR graphics support.
  Cedartrail: Update SRCREVS and add EFI Support.
  Cedartrail: Add new recipes for audio and video samples.
  Cedartrail: Add bbappend files to install Audio and Video files.
  Cedartrail: Separte out machine.conf files.
  Cedartrail: Add a new recipe for Audio.
  Cedartrail: Update the README.

 conf/machine/include/ia32-base.inc                 |    2 +
 meta-cedartrail/README                             |   41 ++++++++-
 meta-cedartrail/conf/machine/cedartrail-nopvr.conf |   21 ++++
 meta-cedartrail/conf/machine/cedartrail.conf       |   13 ++-
 .../cedartrail-audio/cedartrail-audio.bb           |   30 ++++++
 .../cedartrail-audio/cedartrail-audio              |   42 ++++++++
 .../formfactor/cedartrail-nopvr/machconfig         |    3 +
 .../tasks/task-core-tools-profile.bbappend         |    2 +-
 .../xorg-driver/cdv-pvr-driver.inc                 |   39 ++++++++
 .../xorg-driver/cdv-pvr-driver_1.0.bb              |  101 ++++++++++++++++++++
 .../xserver-xf86-config/cedartrail-nopvr/xorg.conf |   26 +++++
 .../xserver-xf86-config/cedartrail/xorg.conf       |   24 ++---
 .../linux/linux-yocto-rt_3.0.bbappend              |    8 ++
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |   16 +++-
 .../ogg-CC-BY-3.0-music-samples_0.1.bb             |   23 +++++
 .../video-samples/bigbuckbunny-ogg.bb              |   24 +++++
 .../images/core-image-sato-dev.bbappend            |    2 +
 .../images/core-image-sato-sdk.bbappend            |    2 +
 .../recipes-sato/images/core-image-sato.bbappend   |    1 +
 19 files changed, 396 insertions(+), 24 deletions(-)
 create mode 100644 meta-cedartrail/conf/machine/cedartrail-nopvr.conf
 create mode 100644 meta-cedartrail/recipes-bsp/cedartrail-audio/cedartrail-audio.bb
 create mode 100644 meta-cedartrail/recipes-bsp/cedartrail-audio/cedartrail-audio/cedartrail-audio
 create mode 100644 meta-cedartrail/recipes-bsp/formfactor/formfactor/cedartrail-nopvr/machconfig
 create mode 100644 meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver.inc
 create mode 100644 meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.bb
 create mode 100644 meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail-nopvr/xorg.conf
 create mode 100644 meta-cedartrail/recipes-mediasamples/music-samples/ogg-CC-BY-3.0-music-samples_0.1.bb
 create mode 100644 meta-cedartrail/recipes-mediasamples/video-samples/bigbuckbunny-ogg.bb
 create mode 100644 meta-cedartrail/recipes-sato/images/core-image-sato-dev.bbappend
 create mode 100644 meta-cedartrail/recipes-sato/images/core-image-sato-sdk.bbappend
 create mode 100644 meta-cedartrail/recipes-sato/images/core-image-sato.bbappend

-- 
1.7.5.4



             reply	other threads:[~2012-04-03 23:45 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-03 23:43 kishore.k.bodke [this message]
2012-04-03 23:43 ` [PATCH 1/7] Cedartrail: Add PVR graphics support kishore.k.bodke
2012-04-09 17:56   ` Tom Zanussi
2012-04-09 18:22     ` Bodke, Kishore K
2012-04-03 23:43 ` [PATCH 2/7] Cedartrail: Update SRCREVS and add EFI Support kishore.k.bodke
2012-04-03 23:43 ` [PATCH 3/7] Cedartrail: Add new recipes for audio and video samples kishore.k.bodke
2012-04-09 17:57   ` Tom Zanussi
2012-04-09 18:25     ` Bodke, Kishore K
2012-04-03 23:43 ` [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files kishore.k.bodke
2012-04-09 18:00   ` Tom Zanussi
2012-04-09 18:29     ` Bodke, Kishore K
2012-04-09 18:41       ` Tom Zanussi
2012-04-09 18:57         ` Bodke, Kishore K
2012-04-03 23:43 ` [PATCH 5/7] Cedartrail: Separte out machine.conf files kishore.k.bodke
2012-04-03 23:43 ` [PATCH 6/7] Cedartrail: Add a new recipe for Audio kishore.k.bodke
2012-04-09 18:04   ` Tom Zanussi
2012-04-09 18:31     ` Bodke, Kishore K
2012-04-03 23:43 ` [PATCH 7/7] Cedartrail: Update the README kishore.k.bodke
2012-04-09 18:06   ` Tom Zanussi
2012-04-09 18:35     ` Bodke, Kishore K
2012-04-09 17:46 ` [PATCH 0/7] [meta-intel] Cedartrail BSP updates with pvr Graphics driver Tom Zanussi
2012-04-09 18:17   ` Bodke, Kishore K

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.1333496206.git.kishore.k.bodke@intel.com \
    --to=kishore.k.bodke@intel.com \
    --cc=tom.zanussi@intel.com \
    --cc=yocto@yoctoproject.org \
    /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 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.