All of lore.kernel.org
 help / color / mirror / Atom feed
From: tom.zanussi@intel.com
To: yocto@yoctoproject.org
Subject: [PATCH 00/10] meta-intel: EMGD 1.8 and 3.0 kernel upgrade, v4
Date: Thu, 25 Aug 2011 22:59:04 -0500	[thread overview]
Message-ID: <cover.1314330614.git.tom.zanussi@intel.com> (raw)

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

This patchset switches crownbay to the 3.0 kernel and upgrades emgd
to 1.8.  Both crownbay and crownbay-noemgd were successfully built and
boot tested into sato.

It also does the same for fri2, after adding a new fri2 machine config
and renaming the current one to fri2-noemgd.  Both fri2 and fri2-noemgd
were successfully built and boot tested into sato.

Changes since v2:

  - reworked the emgd-driver-bin 1.8 recipe to require manual setup
  - removed EMGD_LICENSE and anything license-related
  - updated READMEs to re-add manual instructions
  - updated to use new kernel wildcard scheme

The following changes since commit fb15cc4e1c4be75c81acaf6a1dd33675a9142975:
  Bruce Ashfield (1):
        meta-tlk: initial creation

are available in the git repository at:

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

Tom Zanussi (10):
  meta-crownbay: switch to linux-yocto 3.0 kernel
  meta-crownbay: new recipe for emgd 1.8 driver binaries
  meta-crownbay: select emgd 1.8
  meta-crownbay: xorg.conf changes
  meta-fri2: add EMGD 1.8 capabilities to fri2
  meta-intel: move emgd-driver-bin_1.8 to common
  meta-fri2: add common/recipes-graphics to BBFILES
  meta-intel: update meta-crownbay kernel SRCREVs
  meta-crownbay: update README
  meta-fri2: update README

 .../xorg-xserver/emgd-driver-bin_1.8.bb            |   35 ++++
 meta-crownbay/README                               |  181 ++++----------------
 meta-crownbay/conf/machine/crownbay-noemgd.conf    |    2 +
 meta-crownbay/conf/machine/crownbay.conf           |    4 +-
 .../xserver-xf86-config/crownbay/xorg.conf         |    3 +-
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    1 +
 .../linux/linux-yocto-rt_3.0.bbappend              |   10 -
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |   15 ++
 meta-fri2/README                                   |  108 ++++++++++--
 meta-fri2/conf/layer.conf                          |    4 +-
 meta-fri2/conf/machine/fri2-noemgd.conf            |   36 ++++
 meta-fri2/conf/machine/fri2.conf                   |    5 +-
 .../formfactor/formfactor/fri2-noemgd/machconfig   |    3 +
 .../recipes-core/tasks/task-core-tools.bbappend    |    1 +
 .../xserver-xf86-config/fri2-noemgd/xorg.conf      |   26 +++
 .../xserver-xf86-config/fri2/xorg.conf             |   48 ++++--
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |   13 ++-
 17 files changed, 302 insertions(+), 193 deletions(-)
 create mode 100644 common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8/.gitignore
 create mode 100644 common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.8.bb
 delete mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
 create mode 100644 meta-fri2/conf/machine/fri2-noemgd.conf
 create mode 100644 meta-fri2/recipes-bsp/formfactor/formfactor/fri2-noemgd/machconfig
 create mode 100644 meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf



             reply	other threads:[~2011-08-26  3:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-26  3:59 tom.zanussi [this message]
2011-08-26  3:58 ` [PATCH 01/10] meta-crownbay: switch to linux-yocto 3.0 kernel tom.zanussi
2011-08-26  3:59 ` [PATCH 02/10] meta-crownbay: new recipe for emgd 1.8 driver binaries tom.zanussi
2011-08-26  3:59 ` [PATCH 03/10] meta-crownbay: select emgd 1.8 tom.zanussi
2011-08-26  3:59 ` [PATCH 04/10] meta-crownbay: xorg.conf changes tom.zanussi
2011-08-26  3:59 ` [PATCH 05/10] meta-fri2: add EMGD 1.8 capabilities to fri2 tom.zanussi
2011-08-26  3:59 ` [PATCH 06/10] meta-intel: move emgd-driver-bin_1.8 to common tom.zanussi
2011-08-26  3:59 ` [PATCH 07/10] meta-fri2: add common/recipes-graphics to BBFILES tom.zanussi
2011-08-26  3:59 ` [PATCH 08/10] meta-intel: update meta-crownbay kernel SRCREVs tom.zanussi
2011-08-26  3:59 ` [PATCH 09/10] meta-crownbay: update README tom.zanussi
2011-08-26  3:59 ` [PATCH 10/10] meta-fri2: " 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.1314330614.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.