[yocto] [PATCH 0/2] meta-intel: sugarbay, jasperforest updates

2011-08-04 Thread tom . zanussi
From: Tom Zanussi A couple updates for meta-sugarbay and meta-jasperforest dealing with the new live image changes. Boot tested successfully with the jasperforest live minimal image. The following changes since commit c5f2339533ec9daf14e00db67fa75ed89bbdda13: Paul Eggleton (1): meta

[yocto] [PATCH 1/2] meta-sugarbay: add live fstype

2011-08-04 Thread tom . zanussi
From: Tom Zanussi Most of the time, we want a -live image, so add it to the IMAGE_FSTYPES by default. Signed-off-by: Tom Zanussi --- meta-sugarbay/conf/machine/sugarbay.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b

[yocto] [PATCH 0/3] meta-intel: fishriver update

2011-08-09 Thread tom . zanussi
From: Tom Zanussi A few updates for meta-fishriver dealing with the new tune file and live image changes. This also moves the kernel to 3.0. Boot tested successfully with the fishriver live sato image (on emenlow since my fishriver is currently broken). The following changes since commit

[yocto] [PATCH 1/3] meta-fishriver: remove tune-related assignments from machine conf

2011-08-09 Thread tom . zanussi
From: Tom Zanussi These are all now handled or obsoleted by tune-atom.inc, so remove them here. --- meta-fishriver/conf/machine/fishriver.conf |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine

[yocto] [PATCH 2/3] meta-fishriver: add live fstype

2011-08-09 Thread tom . zanussi
From: Tom Zanussi Most of the time, we want a -live image, so add it to the IMAGE_FSTYPES by default. Signed-off-by: Tom Zanussi --- meta-fishriver/conf/machine/fishriver.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-fishriver/conf/machine/fishriver.conf

[yocto] [PATCH 3/3] meta-fishriver: switch to linux-yocto 3.0 kernel

2011-08-09 Thread tom . zanussi
From: Tom Zanussi Switch fishriver to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi --- meta-fishriver/conf/machine/fishriver.conf |2 ++ .../recipes-kernel/linux/linux-yocto_3.0.bbappend |6 ++ 2 files changed, 8 insertions(+), 0

[yocto] [PATCH 0/3][KERNEL] yocto/emgd: add emgd 1.8

2011-08-12 Thread tom . zanussi
From: Tom Zanussi This patchset adds emgd 1.8 to yocto/emgd. Please pull into linux-yocto-3.0/yocto/emgd. Thanks, Tom The following changes are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/emgd-linux-yocto-3.0 http

[yocto] [PATCH 1/3][KERNEL] yocto/emgd: emgd 1.8 driver

2011-08-12 Thread tom . zanussi
From: Tom Zanussi The starting-point code that subsequent patches will modify. This is a straight copy of the code in the emgd 1.8 emgd driver, specifically IEMGD_HEAD_Linux/common/drm/emgd_drm.tgz from Lin_EMGD_1_8_RC_2032.tgz, the 'Linux Tar Ball' release downloaded from http://edc

[yocto] [PATCH 2/3][KERNEL] yocto/emgd: build fixups

2011-08-12 Thread tom . zanussi
From: Tom Zanussi Add emgd config option (DRM_EGD) and modify Makefiles for in-tree builds. Signed-off-by: Tom Zanussi --- drivers/gpu/drm/Kconfig |9 + drivers/gpu/drm/Makefile |1 + drivers/gpu/drm/emgd/Makefile | 40 3

[yocto] [PATCH 3/3][KERNEL] yocto/emgd: 3.0 fixes

2011-08-12 Thread tom . zanussi
From: Tom Zanussi Fixes required for migration to Linux 3.0. Signed-off-by: Tom Zanussi --- .../gpu/drm/emgd/emgd/display/mode/plb/mode_plb.c |2 +- .../gpu/drm/emgd/emgd/display/mode/tnc/mode_tnc.c |2 +- drivers/gpu/drm/emgd/emgd/drm/emgd_drv.c | 12

[yocto] [PATCH][KERNEL] meta/crownbay: use hpet

2011-08-12 Thread tom . zanussi
From: Tom Zanussi This enables hpet for crownbay. Please pull into linux-yocto-3.0/meta. Thanks, Tom The following changes are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/crownbay-updates-linux-yocto-3.0 http

[yocto] [PATCH][KERNEL] meta/crownbay: enable hpet

2011-08-12 Thread tom . zanussi
From: Tom Zanussi The crownbay reference board has HPET hardware - enable it. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc b/meta/cfg

[yocto] [PATCH 0/6] meta-intel: crownbay 1.8 emgd and 3.0 kernel upgrade

2011-08-12 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-emgd were successfully built and boot tested. One major change coming out of this patchset is that the emgd binary bits no longer have to be downloaded and extracted

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

2011-08-12 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/6] meta-crownbay: new recipe for emgd 1.8 driver binaries

2011-08-12 Thread tom . zanussi
From: Tom Zanussi This adds a new recipe for the emgd 1.8 driver binaries. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-bin_1.8.bb| 36 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 meta-crownbay/recipes-graphics/xorg

[yocto] [PATCH 4/6] meta-crownbay: make the use of emgd-driver-bin COMMERCIAL

2011-08-12 Thread tom . zanussi
From: Tom Zanussi 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 installed in an image. We therefore make sure it&#

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

2011-08-12 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

[yocto] [PATCH 5/6] meta-crownbay: xorg.conf changes

2011-08-12 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

[yocto] [PATCH 6/6] meta-crownbay: update README

2011-08-12 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

[yocto] [PATCH 1/2][KERNEL] bsp/fri2: merge emgd branch

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Add scc commands to merge the yocto/emgd branch into the fri2 BSP. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fri2/fri2.scc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel

[yocto] [PATCH 2/2][KERNEL] bsp/fri2: use EMGD feature

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Add kernel options needed for enabling EMGD. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fri2/fri2.scc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc

[yocto] [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support

2011-08-17 Thread tom . zanussi
From: Tom Zanussi This patchset makes fri2 use emgd. Please pull into linux-yocto-3.0/meta. Thanks, Tom The following changes are available in the git repository at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/meta-fri2-emgd-linux-yocto-3.0 http

[yocto] [PATCH 01/12] meta-crownbay: switch to linux-yocto 3.0 kernel

2011-08-17 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 02/12] meta-crownbay: new recipe for emgd 1.8 driver binaries

2011-08-17 Thread tom . zanussi
From: Tom Zanussi This adds a new recipe for the emgd 1.8 driver binaries. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-bin_1.8.bb| 36 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 meta-crownbay/recipes-graphics/xorg

[yocto] [PATCH 03/12] meta-crownbay: select emgd 1.8

2011-08-17 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

[yocto] [PATCH 04/12] meta-crownbay: make the use of emgd-driver-bin COMMERCIAL

2011-08-17 Thread tom . zanussi
From: Tom Zanussi 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 installed in an image. We therefore make sure it&#

[yocto] [PATCH 05/12] meta-crownbay: xorg.conf changes

2011-08-17 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

[yocto] [PATCH 06/12] meta-crownbay: update README

2011-08-17 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

[yocto] [PATCH 00/12] meta-intel: EMGD 1.8 and 3.0 kernel upgrade, v2

2011-08-17 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 09/12] meta-fri2: add common/recipes-graphics to BBFILES

2011-08-17 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

[yocto] [PATCH 10/12] meta-fri2: make the use of emgd-driver-bin COMMERCIAL

2011-08-17 Thread tom . zanussi
From: Tom Zanussi 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 installed in an image. We therefore make sure it&#

[yocto] [PATCH 11/12] meta-fri2: update README

2011-08-17 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 | 96

[yocto] [PATCH 07/12] meta-fri2: add EMGD 1.8 capabilities to fri2

2011-08-17 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

[yocto] [PATCH 12/12] meta-intel: crownbay/fri2 README update for COMMERCIAL_LICENSE

2011-08-17 Thread tom . zanussi
From: Tom Zanussi Document an alternative mechanism for users to deal with COMMERCIAL_LICENSE in the crownbay and fri2 BSPs. Signed-off-by: Tom Zanussi --- meta-crownbay/README |6 ++ meta-fri2/README |6 ++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a

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

2011-08-17 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

Re: [yocto] [PATCH 10/12] meta-fri2: make the use of emgd-driver-bin COMMERCIAL

2011-08-17 Thread Tom Zanussi
On Wed, 2011-08-17 at 10:25 -0700, Darren Hart wrote: > > On 08/17/2011 09:51 AM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > The emgd-driver-bin recipe now automatically downloads and installs > > EMGD using the new click-through-free tarball, bu

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

2011-08-18 Thread Tom Zanussi
On Wed, 2011-08-17 at 21:11 -0700, Bruce Ashfield wrote: > On 11-08-17 11: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

Re: [yocto] [PATCH 06/12] meta-crownbay: update README

2011-08-18 Thread Tom Zanussi
On Thu, 2011-08-18 at 11:12 -0700, Saul Wold wrote: > On 08/17/2011 09:51 AM, tom.zanu...@intel.com wrote: > > 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 l

Re: [yocto] [PATCH 06/12] meta-crownbay: update README

2011-08-19 Thread Tom Zanussi
On Thu, 2011-08-18 at 13:53 -0500, Tom Zanussi wrote: > On Thu, 2011-08-18 at 11:12 -0700, Saul Wold wrote: > > On 08/17/2011 09:51 AM, tom.zanu...@intel.com wrote: > > > From: Tom Zanussi > > > > > > With the new emgd-driver-bin recipe, the extensive instructio

[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

[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

[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

[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

[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

[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

[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 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 inst

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

2011-08-21 Thread Tom Zanussi
On Sat, 2011-08-20 at 20:26 -0700, Bruce Ashfield wrote: > 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

[yocto] [PATCH 0/2] meta-intel: kernel 3.0 PREFERRED_VERSION and SRCREV updates

2011-08-21 Thread tom . zanussi
From: Tom Zanussi This updates the PREFERRED_VERSION to use a broader wildcard, and updates the SRCREVs while we're at it. The following changes since commit 5c41b9b6a245664543e6ddd440d10a0696caaf7b: Darren Hart (1): n450: decouple from meta-yocto atom-pc machine config are avai

[yocto] [PATCH 1/2] meta-intel: change PREFERRED_VERSIONs

2011-08-21 Thread tom . zanussi
From: Tom Zanussi Change PREFERRED_VERSION_linux-yocto to a form that will pick up the new numbering scheme. Signed-off-by: Tom Zanussi --- meta-fishriver/conf/machine/fishriver.conf |3 ++- meta-fri2/conf/machine/fri2.conf |2 +- meta-jasperforest/conf/machine

[yocto] [PATCH 2/2] meta-intel: update SRCREVs

2011-08-21 Thread tom . zanussi
From: Tom Zanussi Update linux-yocto_3.0 kernel SRCREVS for fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |4 ++-- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |4 ++-- .../recipes-kernel/linux

[yocto] [PATCH] meta-intel: update init-install.sh

2011-08-22 Thread Tom Zanussi
The parted 3.0 release introduced some API changes such as the removal of mkpartfs. This updates init-install.sh to use mkpart instead. Fixes [YOCTO #1387] Signed-off-by: Tom Zanussi --- .../initramfs-live-install/init-install.sh |6 +++--- 1 files changed, 3 insertions(+), 3

[yocto] [PATCH 00/10] meta-intel: EMGD 1.8 and 3.0 kernel upgrade, v4

2011-08-25 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 01/10] meta-crownbay: switch to linux-yocto 3.0 kernel

2011-08-25 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 02/10] meta-crownbay: new recipe for emgd 1.8 driver binaries

2011-08-25 Thread tom . zanussi
From: Tom Zanussi This adds a new recipe for the emgd 1.8 driver binaries. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-bin_1.8.bb| 35 1 files changed, 35 insertions(+), 0 deletions(-) create mode 100644 meta-crownbay/recipes-graphics/xorg

[yocto] [PATCH 03/10] meta-crownbay: select emgd 1.8

2011-08-25 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

[yocto] [PATCH 04/10] meta-crownbay: xorg.conf changes

2011-08-25 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

[yocto] [PATCH 05/10] meta-fri2: add EMGD 1.8 capabilities to fri2

2011-08-25 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

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

2011-08-25 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/.gitignore|0 .../xorg-xserver/emgd-driver-bin_1.8.bb|0 .../linux/linux

[yocto] [PATCH 07/10] meta-fri2: add common/recipes-graphics to BBFILES

2011-08-25 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

[yocto] [PATCH 08/10] meta-intel: update meta-crownbay kernel SRCREVs

2011-08-25 Thread tom . zanussi
From: Tom Zanussi Signed-off-by: Tom Zanussi --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0

[yocto] [PATCH 09/10] meta-crownbay: update README

2011-08-25 Thread tom . zanussi
From: Tom Zanussi With the new emgd-driver-bin recipe, some of the extensive instructions on how to manually download and set up EMGD for the build are no longer necessary. Changes to reflect the new image names and a couple other minor cleanups are also included. Signed-off-by: Tom Zanussi

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

2011-08-25 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 | 108

[yocto] [PATCH] meta-crownbay: prefer mesa version 7.8 for bernard

2011-08-27 Thread Tom Zanussi
bernard uses emgd 1.5, which requires mesa 7.8. It was inadvertently picking up 7.10 instead - we need to explicitly specify 7.8. Fixes [YOCTO #971] Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a

Re: [yocto] [PATCH 1/1] emenlow xpsb-glx: add package libglu to fix lsb image build warning

2011-08-28 Thread Tom Zanussi
meta-intel/master. Acked-by: Tom Zanussi > Signed-off-by: Yu Ke > --- > .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb > b/meta

Re: [yocto] e100 driver does not build

2011-08-31 Thread Tom Zanussi
On Wed, 2011-08-31 at 16:04 -0700, Saxena, Rahul wrote: > I am unable to get the e100 driver to build for my BSP. > > I have configured to build it as a module. I do not see the e100.ko > file being generated nor does > > CONFIG_E100 appear in the generated .config file in my build area. > >

Re: [yocto] RT kernel with core-image-sato build failed for sugarbay

2011-08-31 Thread Tom Zanussi
On Wed, 2011-08-31 at 16:49 -0700, Bodke, Kishore K wrote: > Hi, > > > > I am trying to build core-image-sato with rt kernel for sugarbay and > it fails for the do_rootfs . > FWIW, I was able to build and boot core-image-sato with the rt kernel: Linux sugarbay 3.0.3-rt8-yocto-preempt-rt+ #1

Re: [yocto] e100 driver does not build

2011-09-01 Thread Tom Zanussi
turned off because of unmet depencies. Tom > > Thanks > Rahul > > -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Wednesday, August 31, 2011 6:27 PM > To: Zanussi, Tom > Cc: Saxena, Rahul; yocto@yoctoproject.org > Subjec

Re: [yocto] e100 driver does not build

2011-09-01 Thread Tom Zanussi
ks > > Rahul > > > > -Original Message- > > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > > Sent: Wednesday, August 31, 2011 6:27 PM > > To: Zanussi, Tom > > Cc: Saxena, Rahul; yocto@yoctoproject.org > > Subject: Re

Re: [yocto] Splitting processor and target in BSPs

2011-09-02 Thread Tom Zanussi
On Fri, 2011-09-02 at 00:26 -0700, Chris Tapp wrote: > How should meta data be structured so that a layer can support a set > of systems using a set of processors? > > For example, many of the 'eBox' systems use variants of the Vortex86 > SoC. So, a set of machine files are needed for these (e

[yocto] [PATCH 0/1][KERNEL] Re-enable systemtap after the 1.6 upgrade

2011-09-02 Thread Tom Zanussi
-2.6.37-contrib/log/?h=tzanussi/reenable-systemtap Tom Zanussi (1): meta: re-enable systemtap feature for linux-yocto meta/cfg/kernel-cache/ktypes/standard/standard.scc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ___ yocto mailing

[yocto] [PATCH 1/1][KERNEL] meta: re-enable systemtap feature for linux-yocto

2011-09-02 Thread Tom Zanussi
Re-enable the 'systemtap feature' that turns on the kernel options required for systemtap, a system-wide tracing tool. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/ktypes/standard/standard.scc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/

[yocto] [PATCH] crownbay: change preferred display order

2011-09-04 Thread Tom Zanussi
The current PortOrder value assumes LVDS. Change the value to first try SDVO output, and fallback to LVDS if not present. Fixes [YOCTO #1430] Signed-off-by: Tom Zanussi --- .../xserver-xf86-config/crownbay/xorg.conf |2 +- .../xorg-xserver/xserver-xf86-config_0.1.bbappend |2

[yocto] [PATCH 1/1][KERNEL] meta: re-enable utrace feature for linux-yocto

2011-09-05 Thread Tom Zanussi
Re-enable the 'utrace feature' that turns on the kernel options required for utrace, used mainly to enable userspace tracing for systemtap. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/ktypes/standard/standard.scc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)

[yocto] [PATCH 0/1][KERNEL] linux-yocto-3.0/meta: re-enable utrace

2011-09-05 Thread Tom Zanussi
at: git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git utrace-meta http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=utrace-meta Tom Zanussi (1): meta: re-enable utrace feature for linux-yocto meta/cfg/kernel-cache/ktypes/standard/standard.scc |3 +++ 1 files

[yocto] [PATCH 0/3][KERNEL] linux-yocto-3.0/yocto/standard/base: re-enable utrace

2011-09-05 Thread Tom Zanussi
This patchset re-enables utrace. Tested on qemuppc, qemux86, qemux86-64, qemuarm (where it doesn't work, as expected - utrace doesn't currently support arm), and sugarbay. These patches are taken from the utrace-3.0 branch of the utrace git repo at git://git.kernel.org/pub/scm/linux/kernel/git/ol

[yocto] [PATCH 1/3][KERNEL] ptrace: temporary revert the recent ptrace/jobctl rework

2011-09-05 Thread Tom Zanussi
ey were never reported. In the long term we need another solution. Signed-off-by: Oleg Nesterov Integrated-by: Tom Zanussi --- fs/exec.c |1 - include/linux/sched.h | 17 +-- include/linux/tracehook.h | 27 kernel/exit.c | 77 ++- ke

[yocto] [PATCH 2/3][KERNEL] tracehooks: preparation for ptrace-utrace

2011-09-05 Thread Tom Zanussi
- export __ptrace_detach() and do_notify_parent_cldstop() - change some "if (ptrace)" checks to ensure the old ptrace code is not called when the tracee is PT_UTRACED Signed-off-by: Oleg Nesterov Integrated-by: Tom Zanussi --- include/linux/ptrace.h|2 ++ include/lin

[yocto] [PATCH 3/3][KERNEL] utrace core

2011-09-05 Thread Tom Zanussi
on machines that have all the prerequisites and select CONFIG_HAVE_ARCH_TRACEHOOK. In this initial version, utrace and ptrace do not play together at all. The next patch reworks ptrace to use the utrace API. Signed-off-by: Roland McGrath Signed-off-by: Oleg Nesterov Integrated-by: Tom Zanussi

Re: [yocto] build fails if poky-extras added to bblayers.conf

2011-09-07 Thread Tom Zanussi
On Wed, 2011-09-07 at 16:19 -0700, Bodke, Kishore K wrote: > Hi All, > > > > We get a strange build error all of sudden today. We did not change > any files, just started a fresh build and it failed at the very > beginning. > > > > If I remove poky-extras/meta-kernel-dev the build works

[yocto] [PATCH 0/2] More fixes for bug 1428

2011-09-08 Thread tom . zanussi
From: Tom Zanussi oe-core commit dc3a8274c7e935fa564eea142d2535c9bcf2b272 for YOCTO #1428 broke meta-intel x86_64 builds: NOTE: Resolving any missing task queue dependencies ERROR: Nothing RPROVIDES 'initramfs-live-install' (but /usr/local/src/yocto/sugarbay/meta/recipes-core/images/

[yocto] [PATCH 1/2] meta-intel/common: create a grub2 version initramfs-live-install

2011-09-08 Thread tom . zanussi
From: Tom Zanussi x86_64 compatibility was removed from the oe-core initramfs-live-install because it didn't work well with grub 0.97. The meta-intel x86-64 machines still need to use initramfs-live-install so we need an x86_64-compatible recipe. More fixes for [YOCTO #1428]. Signed-o

[yocto] [PATCH 2/2] meta-intel/common: remove initramfs-live-install 1.0 bbappend

2011-09-08 Thread tom . zanussi
From: Tom Zanussi We can no longer use the 1.0 version of initramfs-live-install, so remove the corresponding .bbappend. Signed-off-by: Tom Zanussi --- .../initramfs-live-install_1.0.bbappend|2 -- 1 files changed, 0 insertions(+), 2 deletions(-) delete mode 100644 common

Re: [yocto] [PATCH 0/2] More fixes for bug 1428

2011-09-09 Thread Tom Zanussi
On Fri, 2011-09-09 at 06:17 -0700, Richard Purdie wrote: > On Thu, 2011-09-08 at 14:27 -0500, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > oe-core commit dc3a8274c7e935fa564eea142d2535c9bcf2b272 for YOCTO #1428 > > broke meta-intel x86_64 builds: &

Re: [yocto] [PATCH 0/2] More fixes for bug 1428

2011-09-09 Thread Tom Zanussi
On Fri, 2011-09-09 at 10:45 -0700, Richard Purdie wrote: > On Fri, 2011-09-09 at 08:57 -0500, Tom Zanussi wrote: > > On Fri, 2011-09-09 at 06:17 -0700, Richard Purdie wrote: > > > On Thu, 2011-09-08 at 14:27 -0500, tom.zanu...@intel.com wrote: > > > > From: Tom Zan

Re: [yocto] [PATCH 0/2] More fixes for bug 1428

2011-09-09 Thread Tom Zanussi
On Fri, 2011-09-09 at 13:01 -0700, Mark Hatle wrote: > On 9/9/11 2:13 PM, Tom Zanussi wrote: > > On Fri, 2011-09-09 at 10:45 -0700, Richard Purdie wrote: > >> On Fri, 2011-09-09 at 08:57 -0500, Tom Zanussi wrote: > >>> On Fri, 2011-09-09 at 06:17 -0700, Richard Purdie

Re: [yocto] [PATCH 0/2] More fixes for bug 1428

2011-09-09 Thread Tom Zanussi
On Fri, 2011-09-09 at 13:24 -0700, Tom Zanussi wrote: > On Fri, 2011-09-09 at 13:01 -0700, Mark Hatle wrote: > > On 9/9/11 2:13 PM, Tom Zanussi wrote: > > > On Fri, 2011-09-09 at 10:45 -0700, Richard Purdie wrote: > > >> On Fri, 2011-09-09 at 08:57 -0500, Tom Zanussi

[yocto] [PATCH] grub2: update license version

2011-09-09 Thread Tom Zanussi
The license version specified in the recipe is wrong - it should be v3 rather than 2+. Signed-off-by: Tom Zanussi --- common/recipes-bsp/grub/grub_1.98.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/recipes-bsp/grub/grub_1.98.bb b/common/recipes-bsp/grub

[yocto] [PATCH 2/5] meta-intel/MAINTAINERS: remove grub

2011-09-14 Thread tom . zanussi
From: Tom Zanussi Remove the entry for grub, since it is no longer a part of meta-intel. Signed-off-by: Tom Zanussi --- MAINTAINERS |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 328136f..fda48ad 100644 --- a/MAINTAINERS +++ b

[yocto] [PATCH 3/5] meta-intel: make 32-bit BSPs use grub2

2011-09-14 Thread tom . zanussi
From: Tom Zanussi Switch all the 32-bit BSPs from legacy (0.97) grub to grub 1.99. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay-noemgd.conf |3 +++ meta-crownbay/conf/machine/crownbay.conf|3 +++ meta-emenlow/conf/machine/emenlow.conf |3

[yocto] [PATCH 5/5] meta-jasperforest: prefer grub 1.99

2011-09-14 Thread tom . zanussi
From: Tom Zanussi Switch from grub 1.98 to 1.99 Signed-off-by: Tom Zanussi --- meta-jasperforest/conf/machine/jasperforest.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine

[yocto] [PATCH 4/5] meta-sugarbay: prefer grub 1.99

2011-09-14 Thread tom . zanussi
From: Tom Zanussi Switch from grub 1.98 to 1.99 Signed-off-by: Tom Zanussi --- meta-sugarbay/conf/machine/sugarbay.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index ea8d98a

[yocto] [PATCH 0/5] Remove grub2 to oe-core and make BSPs use it

2011-09-14 Thread tom . zanussi
From: Tom Zanussi This patchset removes grub2 from meta-intel, since it's been moved by another patchset to oe-core. It also moves all the meta-intel BSPs to grub2 (1.99). A future patch will factor out the common parts being added to the machine configs - this initial patchset essent

[yocto] [PATCH 1/5] meta-intel/common: remove grub-1.98

2011-09-14 Thread tom . zanussi
From: Tom Zanussi This has been moved into oe-core, so remove it from meta-intel. Signed-off-by: Tom Zanussi --- common/recipes-bsp/grub/grub-1.98/40_custom|9 --- .../grub/grub-1.98/gentrigtables-compile-fix.patch | 52 .../grub/grub-1.98/grub

[yocto] [PATCH 0/4] Remove grub2 to oe-core and make BSPs use it [v2]

2011-09-14 Thread tom . zanussi
From: Tom Zanussi This patchset removes grub2 from meta-intel, since it's been moved by another patchset to oe-core. It also moves all the meta-intel BSPs to grub2 (1.99). A future patch will factor out the common parts being added to the machine configs - this initial patchset essent

[yocto] [PATCH 4/4] meta-intel/common: remove initramfs-live-install .bbappend

2011-09-14 Thread tom . zanussi
From: Tom Zanussi This has been moved into oe-core, so remove it and init-install.sh from meta-intel. Signed-off-by: Tom Zanussi --- .../initramfs-live-install/init-install.sh | 188 .../initramfs-live-install_1.0.bbappend|2 - 2 files changed, 0

[yocto] [PATCH 1/4] meta-intel/common: remove grub-1.98

2011-09-14 Thread tom . zanussi
From: Tom Zanussi This has been moved into oe-core, so remove it from meta-intel. Signed-off-by: Tom Zanussi --- common/recipes-bsp/grub/grub-1.98/40_custom|9 --- .../grub/grub-1.98/gentrigtables-compile-fix.patch | 52 .../grub/grub-1.98/grub

<    1   2   3   4   5   6   7   8   9   10   >