[yocto] [PATCH 0/9] meta-intel: EMGD 1.8 and 3.0 kernel upgrade, v3

2011-08-20 Thread tom . zanussi
From: Tom Zanussi 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.

[yocto] [PATCH 1/9] meta-crownbay: switch to linux-yocto 3.0 kernel

2011-08-20 Thread tom . zanussi
From: Tom Zanussi Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay-noemgd.conf|2 ++ meta-crownbay/conf/machine/crownbay.conf |2 ++ .../recipes-kernel/linux/

[yocto] [PATCH 2/9] meta-crownbay: new recipe for emgd 1.8 driver binaries

2011-08-20 Thread tom . zanussi
From: Tom Zanussi This adds a new recipe for the emgd 1.8 driver binaries. The emgd-driver-bin recipe now automatically downloads and installs EMGD using the new click-through-free tarball, but since the binaries still fall under a non-free license, we need to prevent it from being accidentally

[yocto] [PATCH 4/9] meta-crownbay: xorg.conf changes

2011-08-20 Thread tom . zanussi
From: Tom Zanussi Update to the ced-generated xorg.conf for 1.8. Signed-off-by: Tom Zanussi --- .../xserver-xf86-config/crownbay/xorg.conf |3 ++- .../xorg-xserver/xserver-xf86-config_0.1.bbappend |1 + 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta-crown

[yocto] [PATCH 3/9] meta-crownbay: select emgd 1.8

2011-08-20 Thread tom . zanussi
From: Tom Zanussi Change preferred version of emgd binaries to 1.8. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.

[yocto] [PATCH 5/9] meta-crownbay: update README

2011-08-20 Thread tom . zanussi
From: Tom Zanussi With the new emgd-driver-bin recipe, the extensive instructions on how to manually download and set up EMGD for the build are no longer necessary. Those instructions have been replaced with the simpler set of instructions now needed to build crownbay with EMGD. Changes to refl

[yocto] [PATCH 6/9] meta-fri2: add EMGD 1.8 capabilities to fri2

2011-08-20 Thread tom . zanussi
From: Tom Zanussi This patch essentially adds a new EMGD-capable 'fri2' machine to meta-fri2. The current version with vesa graphics will become fri2-noemgd; fri2 will become the version with EMGD graphics. This patch does the fri2->fri2-noemgd renaming and adds the new files for fri2, and upda

[yocto] [PATCH 7/9] meta-intel: move emgd-driver-bin_1.8 to common

2011-08-20 Thread tom . zanussi
From: Tom Zanussi emgd-driver-bin will be shared by multiple BSPs, crownbay and fri2 to start with, so move them into /common. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-bin_1.8.bb|0 1 files changed, 0 insertions(+), 0 deletions(-) rename {meta-crownbay => c

[yocto] [PATCH 8/9] meta-fri2: add common/recipes-graphics to BBFILES

2011-08-20 Thread tom . zanussi
From: Tom Zanussi Add common/recipes-graphics so fri2 can pick up the EMGD bits in emgd-driver-bin. Signed-off-by: Tom Zanussi --- meta-fri2/conf/layer.conf |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf index b

[yocto] [PATCH 9/9] meta-fri2: update README

2011-08-20 Thread tom . zanussi
From: Tom Zanussi Update the meta-fri2 README to reflect the addtion of the EMGD capabilities and new machine. Changes were also made to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi --- meta-fri2/README | 95 ++

Re: [yocto] [PATCH 2/9] meta-crownbay: new recipe for emgd 1.8 driver binaries

2011-08-20 Thread Saul Wold
On 08/20/2011 08:26 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi This adds a new recipe for the emgd 1.8 driver binaries. The emgd-driver-bin recipe now automatically downloads and installs EMGD using the new click-through-free tarball, but since the binaries still fall under a non-free l

Re: [yocto] [PATCH 2/9] meta-crownbay: new recipe for emgd 1.8 driver binaries

2011-08-20 Thread Tom Zanussi
On Sat, 2011-08-20 at 10:45 -0700, Saul Wold wrote: > On 08/20/2011 08:26 AM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > This adds a new recipe for the emgd 1.8 driver binaries. > > > > The emgd-driver-bin recipe now automatically downloads and installs > > EMGD using the new click-

Re: [yocto] [PATCH 1/9] meta-crownbay: switch to linux-yocto 3.0 kernel

2011-08-20 Thread Bruce Ashfield
On 11-08-20 11:26 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay-noemgd.conf|2 ++ meta-crownbay/conf/machine/crownba

Re: [yocto] [PATCH] meta: add APM Emulation option to beagleboard

2011-08-20 Thread Bruce Ashfield
On 11-08-19 5:43 AM, walimis wrote: From: Liming Wang apmd daemon needs this option to work, so add this to beagleboard kernel config file. Merged into the 3.x and 2.6.37 meta branches. I'll push this out early next week. Bruce Signed-off-by: Liming Wang --- .../kernel-cache/bsp/beaglebo

Re: [yocto] linux-yocto 3.0.1 upgrade broke PREFERRED_VERSION setting in BSPs

2011-08-20 Thread Bruce Ashfield
On 11-08-19 2:00 AM, Khem Raj wrote: On 8/17/2011 8:23 PM, Darren Hart wrote: We have just rolled out PREFERRED_VERSION="3.0+git%", and these now fail with messages like: NOTE: preferred version 3.0+git% of linux-yocto not available (for item virtual/kernel) I could patch everything really qui