All of lore.kernel.org
 help / color / mirror / Atom feed
From: tom.zanussi@intel.com
To: yocto@yoctoproject.org
Subject: [PATCH 0/6] meta-intel: emgd updrade
Date: Wed,  1 Jun 2011 14:55:54 -0500	[thread overview]
Message-ID: <cover.1306958045.git.tom.zanussi@intel.com> (raw)

From: Tom Zanussi <tom.zanussi@intel.com>

This patchset upgrades emgd to 1.6 Gold.

The following changes since commit e94dba8309874a82a570db60223d18b2c723c3a5:
  Darren Hart (1):
        linux-yocto*: correct FILESEXTRAPATHS assignment in all layers

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/emgd-1.6-upgrade
  http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/emgd-1.6-upgrade

Tom Zanussi (6):
  meta-crownbay: new recipe for emgd 1.6 driver binaries
  meta-intel: add xserver-xf86-dri-lite_1.9.3 to common
  meta-crownbay: add common to BBFILES
  meta-crownbay: update crownbay.conf
  meta-crownbay: remove obsolete graphics recipes
  meta-crownbay: update README with new build instructions.

 .../cache-xkbcomp-output-for-fast-start-up.patch   |  358 ++++++++++++++++++++
 .../xserver-xf86-dri-lite/crosscompile.patch       |   20 ++
 .../xserver-xf86-dri-lite/doublefix.patch          |   13 +
 .../xserver-xf86-dri-lite/drmfix.patch             |   13 +
 .../xserver-xf86-dri-lite/fix_macros.patch         |   17 +-
 .../xserver-xf86-dri-lite/fix_macros1.patch        |   22 ++
 .../fix_open_max_preprocessor_error.patch          |    0
 .../libdri-xinerama-symbol.patch                   |   50 +++
 .../xserver-xf86-dri-lite/macro_tweak.patch        |   28 ++
 .../xserver-xf86-dri-lite}/nodolt.patch            |    0
 .../xorg-server-disable-dri_sarea.patch            |   12 +
 .../xorg-server-enable-dri2.patch                  |   23 ++
 .../xserver-1.5.0-bg-none-root.patch               |  156 +++++++++
 .../xserver-DRI2Swapbuffer.patch                   |  179 ++++++++++
 .../xserver-xf86-dri-lite/xserver-boottime.patch   |   38 ++
 .../xserver-xf86-dri-lite/xserver-no-root-2.patch  |  105 ++++++
 .../xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb    |   19 +
 meta-crownbay/README                               |   95 +++++-
 meta-crownbay/conf/layer.conf                      |    4 +-
 meta-crownbay/conf/machine/crownbay.conf           |   12 +-
 .../xorg-xserver/emgd-driver-bin_1.6.bb            |   25 ++
 .../xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb |   90 -----
 .../xserver-xf86-emgd/crosscompile.patch           |   19 -
 .../xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb     |   25 --
 24 files changed, 1157 insertions(+), 166 deletions(-)
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/cache-xkbcomp-output-for-fast-start-up.patch
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/crosscompile.patch
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/doublefix.patch
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/drmfix.patch
 rename meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/macro_tweak.patch => common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/fix_macros.patch (56%)
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/fix_macros1.patch
 rename {meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd => common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite}/fix_open_max_preprocessor_error.patch (100%)
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/libdri-xinerama-symbol.patch
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/macro_tweak.patch
 rename {meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd => common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite}/nodolt.patch (100%)
 create mode 100755 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/xorg-server-disable-dri_sarea.patch
 create mode 100755 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/xorg-server-enable-dri2.patch
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/xserver-1.5.0-bg-none-root.patch
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/xserver-DRI2Swapbuffer.patch
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/xserver-boottime.patch
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/xserver-no-root-2.patch
 create mode 100644 common/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bb
 create mode 100644 meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin-1.6/.gitignore
 create mode 100644 meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb
 delete mode 100644 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb
 delete mode 100644 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/crosscompile.patch
 delete mode 100644 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb



             reply	other threads:[~2011-06-01 19:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-01 19:55 tom.zanussi [this message]
2011-06-01 19:55 ` [PATCH 1/6] meta-crownbay: new recipe for emgd 1.6 driver binaries tom.zanussi
2011-06-01 19:55 ` [PATCH 2/6] meta-intel: add xserver-xf86-dri-lite_1.9.3 to common tom.zanussi
2011-06-01 20:21   ` Darren Hart
2011-06-01 19:55 ` [PATCH 3/6] meta-crownbay: add common to BBFILES tom.zanussi
2011-06-01 19:56 ` [PATCH 4/6] meta-crownbay: update crownbay.conf tom.zanussi
2011-06-01 19:56 ` [PATCH 5/6] meta-crownbay: remove obsolete graphics recipes tom.zanussi
2011-06-01 19:56 ` [PATCH 6/6] meta-crownbay: update README with new build instructions tom.zanussi
2011-06-01 20:26   ` Darren Hart
2011-06-01 20:27 ` [PATCH 0/6] meta-intel: emgd updrade Darren Hart
2011-06-02 13:26   ` Tom Zanussi

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.1306958045.git.tom.zanussi@intel.com \
    --to=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.