Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Poky <poky@yoctoproject.org>,
	openembedded-core@lists.openembedded.org,
	Tom Zanussi <tom.zanussi@intel.com>
Cc: yunguo.wei@windriver.com, Darren Hart <dvhart@linux.intel.com>
Subject: [PATCH 0/4] Updates in support of genericx86*
Date: Wed,  4 Sep 2013 17:18:37 -0700	[thread overview]
Message-ID: <cover.1378339881.git.dvhart@linux.intel.com> (raw)

As this series bridges both oe-core and poky and is best viewed as one series, I
opted to send the series to both lists.

These patches address bugs/feature requests for additional support of
linux-firmware and xorg-video-* drivers for the new meta-yocto-bsp genericx86
and genericx86-64 machines.

Some of the oe-core changes could be contained in the meta-yocto-bsp layer, but
as these changes come from meta-intel, they are needed by multiple layers, and I
felt it might make more sense in oe-core. If people object to the mga or intel
xserver video drivers, I can respin those for meta-yocto-bsp.

The following changes since commit f41b7a7d4d0463a0dfafe6621d01680b81798019:

  bitbake: hob: remove PACKAGE_INSTALL variable setting from hob (2013-09-04 14:18:49 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib dvhart/genericx86
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dvhart/genericx86

Darren Hart (4):
  linux-firmware: Update SRCREV, pull in iwlwifi-7260 support
  xorg-driver-common: Add configure and install appends from meta-intel
  xf86-video-mga: Pull in Matrox MGA support from meta-intel
  genericx86: Create a x86-common.inc base for the x86 BSPs

 meta-yocto-bsp/conf/machine/genericx86-64.conf     |   29 +-----------------
 meta-yocto-bsp/conf/machine/genericx86.conf        |   31 +-------------------
 meta-yocto-bsp/conf/machine/include/x86-common.inc |   26 ++++++++++++++++
 meta/conf/machine/include/ia32-base.inc            |    2 ++
 .../xorg-driver/xf86-video-mga_1.6.2.bb            |   20 +++++++++++++
 .../xorg-driver/xorg-driver-common.inc             |   17 ++++++++++-
 .../linux-firmware/linux-firmware_git.bb           |   10 ++++---
 7 files changed, 72 insertions(+), 63 deletions(-)
 create mode 100644 meta-yocto-bsp/conf/machine/include/x86-common.inc
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb

-- 
1.7.9.5



             reply	other threads:[~2013-09-05  0:14 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-05  0:18 Darren Hart [this message]
2013-09-05  0:18 ` [PATCH 1/4] linux-firmware: Update SRCREV, pull in iwlwifi-7260 support Darren Hart
2013-09-05  1:04   ` Otavio Salvador
2013-09-05  3:34     ` Darren Hart
2013-09-05  6:57       ` [poky] " Saul Wold
2013-09-05  8:50         ` Richard Purdie
2013-09-05 14:49           ` Darren Hart
2013-09-05  0:18 ` [PATCH 2/4] xorg-driver-common: Add configure and install appends from meta-intel Darren Hart
2013-09-05  0:54   ` Otavio Salvador
2013-09-05  3:33     ` Darren Hart
2013-09-05  9:53   ` Burton, Ross
2013-09-05 11:37     ` Otavio Salvador
2013-09-05 11:40       ` Burton, Ross
2013-09-05 12:14         ` Richard Purdie
2013-09-05 12:23           ` Phil Blundell
2013-09-05 13:48             ` Burton, Ross
2013-09-05 15:32             ` Richard Purdie
2013-09-05 16:23               ` Burton, Ross
2013-09-05 15:00     ` Darren Hart
2013-09-05  0:18 ` [PATCH 3/4] xf86-video-mga: Pull in Matrox MGA support " Darren Hart
2013-09-05  9:57   ` Burton, Ross
2013-09-05 13:04     ` Tom Zanussi
2013-09-05 14:52     ` Darren Hart
2013-09-05 15:11       ` Burton, Ross
2013-09-05 15:21         ` Burton, Ross
     [not found]       ` <5229303F.1090209@windriver.com>
2013-09-10  2:37         ` Darren Hart
     [not found]           ` <522E9996.8000107@windriver.com>
2013-09-10 17:54             ` Darren Hart
2013-09-05  0:18 ` [PATCH 4/4] genericx86: Create a x86-common.inc base for the x86 BSPs Darren Hart
2013-09-05  1:16 ` [PATCH 0/4] Updates in support of genericx86* Otavio Salvador
2013-09-05  3:35   ` Darren Hart
2013-09-05  9:47     ` [poky] " Burton, Ross
2013-09-05 11:06       ` Richard Purdie
2013-09-05 11:40         ` Otavio Salvador

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.1378339881.git.dvhart@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=poky@yoctoproject.org \
    --cc=tom.zanussi@intel.com \
    --cc=yunguo.wei@windriver.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox