From: kishore.k.bodke@intel.com
To: yocto@yoctoproject.org, tom.zanussi@intel.com
Subject: [PATCH 0/9] [meta-intel] cedartrail patches to support pvr graphics
Date: Tue, 10 Apr 2012 11:55:37 -0700 [thread overview]
Message-ID: <cover.1334083666.git.kishore.k.bodke@intel.com> (raw)
From: Kishore Bodke <kishore.k.bodke@intel.com>
These patch set adds the support for the following
pvr graphics driver
EFI support for pvr graphics version of build.
updates the SRCREVS.
Please pull into meta-intel/master.
Thanks
Kishore.
The following changes since commit b669b9363197a6af2014c5d54b2c651894e62a5e:
Romley: Add new bbappend file for 3.2 kernel (2012-04-05 16:35:11 -0700)
are available in the git repository at:
git://git.pokylinux.org/meta-intel-contrib kishore/cedartrail-pvr
http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=kishore/cedartrail-pvr
Kishore Bodke (9):
Cedartrail: Split machine.conf
Cedartrail: Update SRCREVS and add EFI Support.
Cedartrail: split xorg.conf files.
Cedartrail: Add PVR graphics support.
Cedartrail: Add Cedartrail-nopvr statement.
Cedartrail: separte machconfig in recipes-bsp.
Cedartrail: Add new recipes for audio and video samples.
Cedartrail: Add new recipe for test image.
Cedartrail: Update the README.
meta-cedartrail/README | 49 +++++++++-
meta-cedartrail/conf/machine/cedartrail-nopvr.conf | 19 ++++
meta-cedartrail/conf/machine/cedartrail.conf | 10 ++-
.../formfactor/cedartrail-nopvr/machconfig | 3 +
.../images/core-image-cdv-media-sdk.bb | 12 +++
.../images/core-image-cdv-media.bb | 13 +++
.../tasks/task-core-tools-profile.bbappend | 1 +
.../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 | 25 ++---
.../linux/linux-yocto-rt_3.0.bbappend | 8 ++
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 14 +++-
.../ogg-CC-BY-3.0-music-samples_0.1.bb | 21 ++++
.../video-samples/bigbuckbunny-ogg.bb | 22 ++++
15 files changed, 342 insertions(+), 21 deletions(-)
create mode 100644 meta-cedartrail/conf/machine/cedartrail-nopvr.conf
create mode 100644 meta-cedartrail/recipes-bsp/formfactor/formfactor/cedartrail-nopvr/machconfig
create mode 100644 meta-cedartrail/recipes-cdv-media/images/core-image-cdv-media-sdk.bb
create mode 100644 meta-cedartrail/recipes-cdv-media/images/core-image-cdv-media.bb
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
--
1.7.5.4
next reply other threads:[~2012-04-10 18:56 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-10 18:55 kishore.k.bodke [this message]
2012-04-10 18:55 ` [PATCH 1/9] [meta-intel] Cedartrail: Split machine.conf kishore.k.bodke
2012-04-10 18:55 ` [PATCH 2/9] [meta-intel] Cedartrail: Update SRCREVS and add EFI Support kishore.k.bodke
2012-04-23 17:47 ` Darren Hart
2012-04-23 18:31 ` Bodke, Kishore K
2012-04-23 19:33 ` Darren Hart
2012-04-24 4:15 ` Bodke, Kishore K
2012-04-10 18:55 ` [PATCH 3/9] [meta-intel] Cedartrail: split xorg.conf files kishore.k.bodke
2012-04-10 18:55 ` [PATCH 4/9] [meta-intel] Cedartrail: Add PVR graphics support kishore.k.bodke
2012-04-10 18:55 ` [PATCH 5/9] [meta-intel] Cedartrail: Add Cedartrail-nopvr statement kishore.k.bodke
2012-04-10 18:55 ` [PATCH 6/9] [meta-intel] Cedartrail: separte machconfig in recipes-bsp kishore.k.bodke
2012-04-10 18:55 ` [PATCH 7/9] [meta-intel] Cedartrail: Add new recipes for audio and video samples kishore.k.bodke
2012-04-10 18:55 ` [PATCH 8/9] [meta-intel] Cedartrail: Add new recipe for test image kishore.k.bodke
2012-04-10 18:55 ` [PATCH 9/9] [meta-intel] Cedartrail: Update the README kishore.k.bodke
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.1334083666.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.