[yocto] [PATCH 5/7][KERNEL] meta: add usb/uhci-hcd feature

2012-05-06 Thread tom . zanussi
From: Tom Zanussi Add a 'uhci-hcd' feature that turns on the kernel options required to support uhci (USB 1.x). Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/usb/uhci-hcd.cfg |1 + meta/cfg/kernel-cache/features/usb/uhci-hcd.scc |6 ++ 2 files changed, 7

[yocto] [PATCH 6/7][KERNEL] meta/crownbay: use usb features

2012-05-06 Thread tom . zanussi
From: Tom Zanussi Use the available usb features and remove the associated config settings from the top-level crownbay feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg |6 -- meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |4 2 files

[yocto] [PATCH 7/7][KERNEL] meta: add mei feature

2012-05-06 Thread tom . zanussi
From: Tom Zanussi Add an 'mei' feature that turns on the kernel options required to support the Intel Management Engine Interface. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/amt/mei/mei.cfg |3 +++ meta/cfg/kernel-cache/features/amt/mei/mei.scc |4 +++

[yocto] [PATCH 0/9][KERNEL] meta-intel updates

2012-05-08 Thread tom . zanussi
From: Tom Zanussi More updates for meta-intel 1.2. Please pull into linux-yocto 3.2. The following changes since commit 6b3d4e09aa2531e9649f3f03827b7efbccfcec03: Tom Zanussi (1): meta: add mei feature are available in the git repository at: git://git.yoctoproject.org/linux-yocto

[yocto] [PATCH 1/9][KERNEL] meta/emenlow: use usb features

2012-05-08 Thread tom . zanussi
From: Tom Zanussi Use the available usb features and remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg |7 +-- meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc |4 2 files changed, 5

[yocto] [PATCH 2/9][KERNEL] meta/fishriver: use usb features

2012-05-08 Thread tom . zanussi
From: Tom Zanussi Use the available usb features and remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg |8 +--- meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc |4 2 files

[yocto] [PATCH 3/9][KERNEL] meta/jasperforest: use usb features

2012-05-08 Thread tom . zanussi
From: Tom Zanussi Use the available usb features and remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi --- .../kernel-cache/bsp/jasperforest/jasperforest.cfg |7 +-- .../kernel-cache/bsp/jasperforest/jasperforest.scc |4 2 files

[yocto] [PATCH 4/9][KERNEL] meta/sugarbay: use usb features

2012-05-08 Thread tom . zanussi
From: Tom Zanussi Use the available usb features and remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/sugarbay/sugarbay.cfg |7 +-- meta/cfg/kernel-cache/bsp/sugarbay/sugarbay.scc |3 +++ 2 files changed, 4

[yocto] [PATCH 5/9][KERNEL] meta/jasperforest: remove boot-live options

2012-05-08 Thread tom . zanussi
From: Tom Zanussi The boot-live options are already included via common-pc-64 so remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi --- .../kernel-cache/bsp/jasperforest/jasperforest.cfg |7 --- 1 files changed, 0 insertions(+), 7 deletions

[yocto] [PATCH 7/9][KERNEL] meta/crownbay: move smp options from recipe-space

2012-05-08 Thread tom . zanussi
From: Tom Zanussi SMP support was configured in recipe-space, remove it from recipe-space and move it here. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp

[yocto] [PATCH 6/9][KERNEL] meta/sugarbay: remove boot-live options

2012-05-08 Thread tom . zanussi
From: Tom Zanussi The boot-live options are already included via common-pc-64 so remove the associated config settings from the top-level feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/sugarbay/sugarbay.cfg |7 --- 1 files changed, 0 insertions(+), 7 deletions

[yocto] [PATCH 8/9][KERNEL] meta/emenlow: move smp options from recipe-space

2012-05-08 Thread tom . zanussi
From: Tom Zanussi SMP support was configured in recipe-space, remove it from recipe-space and move it here. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/emenlow

[yocto] [PATCH 9/9][KERNEL] meta/fishriver: move smp options from recipe-space

2012-05-08 Thread tom . zanussi
From: Tom Zanussi SMP support was configured in recipe-space, remove it from recipe-space and move it here. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp

[yocto] [PATCH 0/3] meta-intel updates

2012-05-08 Thread tom . zanussi
From: Tom Zanussi More updates for meta-intel 1.2 The following changes since commit 749a127f0b813d314c3515fc14dc144d0d44fcfb: Darren Hart (1): fri2: Update SRCREVs for 3.2 Kernel are available in the git repository at: git://git.yoctoproject.org/meta-intel.git tzanussi/1.2

[yocto] [PATCH 1/3] meta-crownbay: remove smp options from recipe-space

2012-05-08 Thread tom . zanussi
From: Tom Zanussi SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi --- .../recipes-kernel/linux/linux-yocto_3.2.bbappend |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta-crownbay/recipes-kernel/linux

[yocto] [PATCH 2/3] meta-emenlow: remove smp options from recipe-space

2012-05-08 Thread tom . zanussi
From: Tom Zanussi SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi --- .../recipes-kernel/linux/linux-yocto_3.2.bbappend |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta-emenlow/recipes-kernel/linux/linux

[yocto] [PATCH 3/3] meta-fishriver: remove smp options from recipe-space

2012-05-08 Thread tom . zanussi
From: Tom Zanussi SMP support is now configured in the kernel branch, remove it from recipe-space. Signed-off-by: Tom Zanussi --- .../recipes-kernel/linux/linux-yocto_3.2.bbappend |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta-fishriver/recipes-kernel/linux

Re: [yocto] [PATCH 5/9][KERNEL] meta/jasperforest: remove boot-live options

2012-05-09 Thread Tom Zanussi
On Wed, 2012-05-09 at 11:14 -0700, Darren Hart wrote: > > On 05/08/2012 02:37 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > The boot-live options are already included via common-pc-64 so remove > > the associated config settings from the top-level

Re: [yocto] [PATCH 5/9][KERNEL] meta/jasperforest: remove boot-live options

2012-05-09 Thread Tom Zanussi
On Wed, 2012-05-09 at 12:11 -0700, Darren Hart wrote: > > On 05/09/2012 11:50 AM, Tom Zanussi wrote: > > On Wed, 2012-05-09 at 11:14 -0700, Darren Hart wrote: > >> > >> On 05/08/2012 02:37 PM, tom.zanu...@intel.com wrote: > >>> From: Tom Zanussi >

Re: [yocto] KERNEL build failure for Master

2012-05-10 Thread Tom Zanussi
On Thu, 2012-05-10 at 18:08 +, Bodke, Kishore K wrote: > > >-Original Message- > >From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > >Sent: Wednesday, May 09, 2012 4:04 PM > >To: Bodke, Kishore K > >Cc: yocto@yoctoproject.org > >Subject: Re: KERNEL build failure for Master

Re: [yocto] Using meta-intel with Denzil

2012-05-10 Thread Tom Zanussi
On Thu, 2012-05-10 at 21:38 +0100, Chris Tapp wrote: > I just tried to build 'crownbay' under Denzil but I got an error saying that > xserver-xf86-dri-lite.inc could not be found. > > It looks as if new meta is available in the git repository. Is there a plan > for 7.0.0 downloads to be availabl

Re: [yocto] Using meta-intel with Denzil

2012-05-10 Thread Tom Zanussi
On Thu, 2012-05-10 at 13:52 -0700, Khem Raj wrote: > On Thu, May 10, 2012 at 1:44 PM, Tom Zanussi wrote: > > On Thu, 2012-05-10 at 21:38 +0100, Chris Tapp wrote: > >> I just tried to build 'crownbay' under Denzil but I got an error saying > >> that xserver

Re: [yocto] Using meta-intel with Denzil

2012-05-10 Thread Tom Zanussi
On Thu, 2012-05-10 at 21:54 +0100, Chris Tapp wrote: > On 10 May 2012, at 21:44, Tom Zanussi wrote: > > > On Thu, 2012-05-10 at 21:38 +0100, Chris Tapp wrote: > >> I just tried to build 'crownbay' under Denzil but I got an error saying > >> that xser

Re: [yocto] Using meta-intel with Denzil

2012-05-10 Thread Tom Zanussi
On Thu, 2012-05-10 at 22:07 +0100, Chris Tapp wrote: > On 10 May 2012, at 22:01, Tom Zanussi wrote: > > > On Thu, 2012-05-10 at 21:54 +0100, Chris Tapp wrote: > >> On 10 May 2012, at 21:44, Tom Zanussi wrote: > >> > >>> On Thu, 2012-05-10 at 21:38 +0100

[yocto] [PATCH 00/10][KERNEL][RFC] policy cleanup patches

2012-05-10 Thread tom . zanussi
From: Tom Zanussi This set of patches factors out the policy vs hardware-related config of the common-pc and common-pc-64 along with some meta-intel BSPs. There are also a couple usb cleanups as well. This is an RFC patchset because it's completely untested at this point so shouldn't

[yocto] [PATCH 01/10] meta: add ROOT_HUB_TT config option to the usb/ehci-hcd feature

2012-05-10 Thread tom . zanussi
From: Tom Zanussi Add root hub transaction translator support for supporting companion ohci/uhci controllers , which is safe even if the ehci controller doesn't have companion controllers. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/usb/ehci-hcd.cfg |1 + 1 files ch

[yocto] [PATCH 02/10] meta/common-pc: use usb features

2012-05-10 Thread tom . zanussi
From: Tom Zanussi Use the available ehci and uhci usb features and remove the associated config settings from the top-level common-pc feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg |5 - meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc

[yocto] [PATCH 04/10] meta/common-pc: factor out policy-related options

2012-05-10 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/common-pc* to keep hardware-related options in the base common-pc.scc while moving the more 'policy'-related options into the files that include the base common-pc.scc fragment. This allows the different kernel types to make use of the bas

[yocto] [PATCH 03/10] meta/common-pc-64: use usb features

2012-05-10 Thread tom . zanussi
From: Tom Zanussi Use the available ehci and uhci usb features and remove the associated config settings from the top-level common-pc feature. Signed-off-by: Tom Zanussi --- .../kernel-cache/bsp/common-pc-64/common-pc-64.cfg |3 --- .../kernel-cache/bsp/common-pc-64/common-pc-64.scc

[yocto] [PATCH 05/10] meta/common-pc: factor out policy-related options

2012-05-10 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/common-pc* to keep hardware-related options in the base common-pc-64.scc while moving the more 'policy'-related options into the files that include the base common-pc-64.scc fragment. This allows the different kernel types to make use of

[yocto] [PATCH 06/10] meta/crownbay: factor out policy-related options

2012-05-10 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/common-pc* to keep hardware-related options in the base crownbay.scc while moving the more 'policy'-related options into the files that include the base crownbay.scc fragment. This allows the different kernel types to make use of the bas

[yocto] [PATCH 07/10] meta/emenlow: factor out policy-related options

2012-05-10 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/common-pc* to keep hardware-related options in the base emenlow.scc while moving the more 'policy'-related options into the files that include the base emenlow.scc fragment. This allows the different kernel types to make use of the basic machi

[yocto] [PATCH 08/10] meta/emenlow: factor out policy-related options

2012-05-10 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/common-pc* to keep hardware-related options in the base fishriver.scc while moving the more 'policy'-related options into the files that include the base fishriver.scc fragment. This allows the different kernel types to make use of the bas

[yocto] [PATCH 09/10] meta/jasperforest: factor out policy-related options

2012-05-10 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/common-pc* to keep hardware-related options in the base jasperforest.scc while moving the more 'policy'-related options into the files that include the base jasperforest.scc fragment. This allows the different kernel types to make use of

[yocto] [PATCH 10/10] meta/sugarbay: factor out policy-related options

2012-05-10 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/common-pc* to keep hardware-related options in the base sugarbay.scc while moving the more 'policy'-related options into the files that include the base sugarbay.scc fragment. This allows the different kernel types to make use of the bas

Re: [yocto] [PATCH 02/10] meta/common-pc: use usb features

2012-05-11 Thread Tom Zanussi
On Fri, 2012-05-11 at 09:12 -0700, Darren Hart wrote: > > On 05/10/2012 05:59 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > Use the available ehci and uhci usb features and remove the associated > > config settings from the top-level common-pc f

Re: [yocto] [PATCH 04/10] meta/common-pc: factor out policy-related options

2012-05-11 Thread Tom Zanussi
On Fri, 2012-05-11 at 09:15 -0700, Darren Hart wrote: > > On 05/10/2012 06:00 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > Refactor bsp/common-pc/common-pc* to keep hardware-related options in > > the base common-pc.scc while moving the more &#x

Re: [yocto] [PATCH 00/10][KERNEL][RFC] policy cleanup patches

2012-05-11 Thread Tom Zanussi
On Fri, 2012-05-11 at 16:17 -0400, Bruce Ashfield wrote: > On 12-05-10 09:00 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > This set of patches factors out the policy vs hardware-related config > > of the common-pc and common-pc-64 along with some meta-in

Re: [yocto] [PATCH 06/10] meta/crownbay: factor out policy-related options

2012-05-11 Thread Tom Zanussi
On Fri, 2012-05-11 at 09:18 -0700, Darren Hart wrote: > > On 05/10/2012 06:00 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > Refactor bsp/common-pc/common-pc* to keep hardware-related options in > > oops ^ > > > the

Re: [yocto] [PATCH 06/10] meta/crownbay: factor out policy-related options

2012-05-11 Thread Tom Zanussi
On Fri, 2012-05-11 at 17:08 -0500, Tom Zanussi wrote: > On Fri, 2012-05-11 at 09:18 -0700, Darren Hart wrote: > > > > On 05/10/2012 06:00 PM, tom.zanu...@intel.com wrote: > > > From: Tom Zanussi > > > > > > Refactor bsp/common-pc/common-pc* to keep

Re: [yocto] [PATCH 06/10] meta/crownbay: factor out policy-related options

2012-05-11 Thread Tom Zanussi
On Fri, 2012-05-11 at 15:35 -0700, Darren Hart wrote: > > On 05/11/2012 03:08 PM, Tom Zanussi wrote: > > On Fri, 2012-05-11 at 09:18 -0700, Darren Hart wrote: > > >> Independent from this patch, but does crownbay have all three? ehci and > >> o

[yocto] [PATCH 00/22][KERNEL][RFC] policy cleanup patches, v2

2012-05-12 Thread tom . zanussi
From: Tom Zanussi This set of patches factors out the policy vs hardware-related config of the common-pc and common-pc-64 along with some meta-intel BSPs. There are also a couple usb cleanups as well. This is still an RFC patchset because it's completely untested at this point so shouldn

[yocto] [PATCH 01/22] meta: add ROOT_HUB_TT config option to the usb/ehci-hcd feature

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Add root hub transaction translator support for supporting companion ohci/uhci controllers , which is safe even if the ehci controller doesn't have companion controllers. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/usb/ehci-hcd.cfg |1 + 1 files ch

[yocto] [PATCH 02/22] meta/common-pc: use usb features

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Use the available ehci and uhci usb features and remove the associated config settings from the top-level common-pc feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg |5 - meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc

[yocto] [PATCH 03/22] meta/common-pc-64: use usb features

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Use the available ehci and uhci usb features and remove the associated config settings from the top-level common-pc feature. Signed-off-by: Tom Zanussi --- .../kernel-cache/bsp/common-pc-64/common-pc-64.cfg |3 --- .../kernel-cache/bsp/common-pc-64/common-pc-64.scc

[yocto] [PATCH 04/22] meta/common-pc: factor out policy-related options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/common-pc* to keep hardware-related options in the base common-pc.scc while moving the more 'policy'-related options into the files that include the base common-pc.scc fragment. This allows the different kernel types to make use of the bas

[yocto] [PATCH 05/22] meta/common-pc-64: factor out policy-related options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc-64/common-pc-64* to keep hardware-related options in the base common-pc-64.scc while moving the more 'policy'-related options into the files that include the base common-pc-64.scc fragment. This allows the different kernel types to make use of

[yocto] [PATCH 07/22] meta/emenlow: factor out policy-related options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/emenlow/emenlow* to keep hardware-related options in the base emenlow.scc while moving the more 'policy'-related options into the files that include the base emenlow.scc fragment. This allows the different kernel types to make use of the basic machi

[yocto] [PATCH 06/22] meta/crownbay: factor out policy-related options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/crownbay* to keep hardware-related options in the base crownbay.scc while moving the more 'policy'-related options into the files that include the base crownbay.scc fragment. This allows the different kernel types to make use of the basic machi

[yocto] [PATCH 08/22] meta/fishriver: factor out policy-related options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/fishriver* to keep hardware-related options in the base fishriver.scc while moving the more 'policy'-related options into the files that include the base fishriver.scc fragment. This allows the different kernel types to make use of the bas

[yocto] [PATCH 09/22] meta/jasperforest: factor out policy-related options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/jasperforest* to keep hardware-related options in the base jasperforest.scc while moving the more 'policy'-related options into the files that include the base jasperforest.scc fragment. This allows the different kernel types to make use of

[yocto] [PATCH 11/22] meta: add scsi feature

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Add a feature to enable SCSI support. This also creates a scsi/ directory to contain further SCSI options. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/scsi/scsi.cfg |1 + meta/cfg/kernel-cache/features/scsi/scsi.scc |4 2 files changed, 5

[yocto] [PATCH 12/22] meta: add scsi disk feature

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Add a feature to enable SCSI disk support. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/scsi/disk.cfg |1 + meta/cfg/kernel-cache/features/scsi/disk.scc |6 ++ 2 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel

[yocto] [PATCH 13/22] meta: factor out SCSI options from the usb-mass-storage feature

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Remove the SCSI and BLK_DEV_SD options from usb-mass-storage.cfg and replace them with the corresponding scsi/ features. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/cfg/usb-mass-storage.cfg |2 -- meta/cfg/kernel-cache/cfg/usb-mass-storage.scc |2 ++ 2 files

[yocto] [PATCH 14/22] meta/common-pc: use usb-mass-storage feature

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Add the usb-mass-storage feature and remove the options available in that feature from common-pc.cfg. Signed-off-by: Tom Zanussi --- .../bsp/common-pc/common-pc-preempt-rt.scc |1 + .../bsp/common-pc/common-pc-standard.scc |1 + meta/cfg/kernel

[yocto] [PATCH 15/22] meta: add scsi cdrom feature

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Add a feature to enable SCSI CDROM support. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/scsi/cdrom.cfg |1 + meta/cfg/kernel-cache/features/scsi/cdrom.scc |6 ++ 2 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 meta/cfg

[yocto] [PATCH 16/22] meta/common-pc-64: use usb-mass-storage feature

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Add the usb-mass-storage feature and remove the options available in that feature from common-pc-64.cfg. Signed-off-by: Tom Zanussi --- .../bsp/common-pc-64/common-pc-64-preempt-rt.scc |1 + .../bsp/common-pc-64/common-pc-64-standard.scc |1 + .../kernel-cache

[yocto] [PATCH 17/22] meta/common-pc-64: factor out SCSI CDROM option

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Remove the BLK_DEV_SR option from common-pc-64.cfg and replace it with the scsi/cdrom feature. Signed-off-by: Tom Zanussi --- .../kernel-cache/bsp/common-pc-64/common-pc-64.cfg |2 -- .../kernel-cache/bsp/common-pc-64/common-pc-64.scc |1 + 2 files changed, 1

[yocto] [PATCH 18/22] meta/jasperforest: remove redundant features and options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Remove features and options already inherited from common-pc-64. Signed-off-by: Tom Zanussi --- .../bsp/jasperforest/jasperforest-preempt-rt.scc |3 --- .../bsp/jasperforest/jasperforest-standard.scc |3 --- .../kernel-cache/bsp/jasperforest/jasperforest.cfg

[yocto] [PATCH 21/22] meta/emenlow: remove redundant features and options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Remove the BLK_DEV_SD option already covered by the usb-mass-storage feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg

[yocto] [PATCH 22/22] meta/fishriver: remove redundant features and options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Remove the BLK_DEV_SD option already covered by the usb-mass-storage feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/fishriver

[yocto] [PATCH 10/22] meta/sugarbay: factor out policy-related options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/sugarbay* to keep hardware-related options in the base sugarbay.scc while moving the more 'policy'-related options into the files that include the base sugarbay.scc fragment. This allows the different kernel types to make use of the basic machi

[yocto] [PATCH 19/22] meta/sugarbay: remove redundant features and options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Remove features and options already inherited from common-pc-64. Signed-off-by: Tom Zanussi --- .../bsp/sugarbay/sugarbay-preempt-rt.scc |3 --- .../bsp/sugarbay/sugarbay-standard.scc |3 --- meta/cfg/kernel-cache/bsp/sugarbay/sugarbay.cfg

[yocto] [PATCH 20/22] meta/crownbay: remove redundant features and options

2012-05-12 Thread tom . zanussi
From: Tom Zanussi Remove the BLK_DEV_SD option already covered by the usb-mass-storage feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/crownbay

Re: [yocto] [PATCH 11/22] meta: add scsi feature

2012-05-14 Thread Tom Zanussi
On Mon, 2012-05-14 at 09:36 -0700, Darren Hart wrote: > > On 05/12/2012 12:41 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > Add a feature to enable SCSI support. This also creates a scsi/ > > directory to contain further SCSI options. >

Re: [yocto] [PATCH 09/22] meta/jasperforest: factor out policy-related options

2012-05-14 Thread Tom Zanussi
On Mon, 2012-05-14 at 09:30 -0700, Darren Hart wrote: > > On 05/12/2012 12:41 PM, tom.zanu...@intel.com wrote: > > > include features/usb/ehci-hcd.scc > > -include features/usb/ohci-hcd.scc > > -include features/usb/uhci-hcd.scc > > Jasper forest is EHCI only? > > Yes, it only has two EHCI c

[yocto] [PATCH 00/22][KERNEL] policy cleanup patches, v3

2012-05-16 Thread tom . zanussi
From: Tom Zanussi This set of patches factors out the policy vs hardware-related config of the common-pc and common-pc-64 along with some meta-intel BSPs. There are also a couple usb cleanups as well. This patchset has been boot-tested with sato images on the following machines: qemux86

[yocto] [PATCH 03/22][KERNEL] meta/common-pc-64: use usb features

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Use the available ehci and uhci usb features and remove the associated config settings from the top-level common-pc feature. Signed-off-by: Tom Zanussi --- .../kernel-cache/bsp/common-pc-64/common-pc-64.cfg |3 --- .../kernel-cache/bsp/common-pc-64/common-pc-64.scc

[yocto] [PATCH 04/22][KERNEL] meta/common-pc: factor out policy-related options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/common-pc* to keep hardware-related options in the base common-pc.scc while moving the more 'policy'-related options into the files that include the base common-pc.scc fragment. This allows the different kernel types to make use of the bas

[yocto] [PATCH 06/22][KERNEL] meta/crownbay: factor out policy-related options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/crownbay* to keep hardware-related options in the base crownbay.scc while moving the more 'policy'-related options into the files that include the base crownbay.scc fragment. This allows the different kernel types to make use of the basic machi

[yocto] [PATCH 08/22][KERNEL] meta/fishriver: factor out policy-related options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/fishriver* to keep hardware-related options in the base fishriver.scc while moving the more 'policy'-related options into the files that include the base fishriver.scc fragment. This allows the different kernel types to make use of the bas

[yocto] [PATCH 07/22][KERNEL] meta/emenlow: factor out policy-related options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/emenlow/emenlow* to keep hardware-related options in the base emenlow.scc while moving the more 'policy'-related options into the files that include the base emenlow.scc fragment. This allows the different kernel types to make use of the basic machi

[yocto] [PATCH 01/22][KERNEL] meta: add ROOT_HUB_TT config option to the usb/ehci-hcd feature

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Add root hub transaction translator support for supporting companion ohci/uhci controllers , which is safe even if the ehci controller doesn't have companion controllers. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/usb/ehci-hcd.cfg |1 + 1 files ch

[yocto] [PATCH 11/22][KERNEL] meta: add scsi feature

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Add a feature to enable SCSI support. This also creates a scsi/ directory to contain further SCSI options. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/scsi/scsi.cfg |2 ++ meta/cfg/kernel-cache/features/scsi/scsi.scc |4 2 files changed, 6

[yocto] [PATCH 05/22][KERNEL] meta/common-pc-64: factor out policy-related options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc-64/common-pc-64* to keep hardware-related options in the base common-pc-64.scc while moving the more 'policy'-related options into the files that include the base common-pc-64.scc fragment. This allows the different kernel types to make use of

[yocto] [PATCH 12/22][KERNEL] meta: add scsi disk feature

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Add a feature to enable SCSI disk support. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/scsi/disk.cfg |1 + meta/cfg/kernel-cache/features/scsi/disk.scc |6 ++ 2 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel

[yocto] [PATCH 09/22][KERNEL] meta/jasperforest: factor out policy-related options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/jasperforest* to keep hardware-related options in the base jasperforest.scc while moving the more 'policy'-related options into the files that include the base jasperforest.scc fragment. This allows the different kernel types to make use of

[yocto] [PATCH 14/22][KERNEL] meta/common-pc: use usb-mass-storage feature

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Add the usb-mass-storage feature and remove the options available in that feature from common-pc.cfg. Signed-off-by: Tom Zanussi --- .../bsp/common-pc/common-pc-preempt-rt.scc |1 + .../bsp/common-pc/common-pc-standard.scc |1 + meta/cfg/kernel

[yocto] [PATCH 16/22][KERNEL] meta/common-pc-64: use usb-mass-storage feature

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Add the usb-mass-storage feature and remove the options available in that feature from common-pc-64.cfg. Signed-off-by: Tom Zanussi --- .../bsp/common-pc-64/common-pc-64-preempt-rt.scc |1 + .../bsp/common-pc-64/common-pc-64-standard.scc |1 + .../kernel-cache

[yocto] [PATCH 17/22][KERNEL] meta/common-pc-64: factor out SCSI CDROM option

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Remove the BLK_DEV_SR option from common-pc-64.cfg and replace it with the scsi/cdrom feature. Signed-off-by: Tom Zanussi --- .../kernel-cache/bsp/common-pc-64/common-pc-64.cfg |2 -- .../kernel-cache/bsp/common-pc-64/common-pc-64.scc |1 + 2 files changed, 1

[yocto] [PATCH 18/22][KERNEL] meta/jasperforest: remove redundant features and options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Remove features and options already inherited from common-pc-64. Signed-off-by: Tom Zanussi --- .../bsp/jasperforest/jasperforest-preempt-rt.scc |3 --- .../bsp/jasperforest/jasperforest-standard.scc |3 --- .../kernel-cache/bsp/jasperforest/jasperforest.cfg

[yocto] [PATCH 19/22][KERNEL] meta/sugarbay: remove redundant features and options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Remove features and options already inherited from common-pc-64. Signed-off-by: Tom Zanussi --- .../bsp/sugarbay/sugarbay-preempt-rt.scc |3 --- .../bsp/sugarbay/sugarbay-standard.scc |3 --- meta/cfg/kernel-cache/bsp/sugarbay/sugarbay.cfg

[yocto] [PATCH 20/22][KERNEL] meta/crownbay: remove redundant features and options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Remove the BLK_DEV_SD option already covered by the usb-mass-storage feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/crownbay

[yocto] [PATCH 21/22][KERNEL] meta/emenlow: remove redundant features and options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Remove the BLK_DEV_SD option already covered by the usb-mass-storage feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg

[yocto] [PATCH 22/22][KERNEL] meta/fishriver: remove redundant features and options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Remove the BLK_DEV_SD option already covered by the usb-mass-storage feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/fishriver

[yocto] [PATCH 15/22][KERNEL] meta: add scsi cdrom feature

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Add a feature to enable SCSI CDROM support. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/features/scsi/cdrom.cfg |1 + meta/cfg/kernel-cache/features/scsi/cdrom.scc |6 ++ 2 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 meta/cfg

[yocto] [PATCH 02/22][KERNEL] meta/common-pc: use usb features

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Use the available ehci and uhci usb features and remove the associated config settings from the top-level common-pc feature. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg |5 - meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc

[yocto] [PATCH 10/22][KERNEL] meta/sugarbay: factor out policy-related options

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Refactor bsp/common-pc/sugarbay* to keep hardware-related options in the base sugarbay.scc while moving the more 'policy'-related options into the files that include the base sugarbay.scc fragment. This allows the different kernel types to make use of the basic machi

[yocto] [PATCH 13/22][KERNEL] meta: factor out SCSI options from the usb-mass-storage feature

2012-05-16 Thread tom . zanussi
From: Tom Zanussi Remove the SCSI and BLK_DEV_SD options from usb-mass-storage.cfg and replace them with the corresponding scsi/ features. Signed-off-by: Tom Zanussi --- meta/cfg/kernel-cache/cfg/usb-mass-storage.cfg |2 -- meta/cfg/kernel-cache/cfg/usb-mass-storage.scc |2 ++ 2 files

[yocto] [PATCH 1/1] emgd-driver-bin: skip insane ldflags check

2012-05-17 Thread tom . zanussi
From: Tom Zanussi Add an INSANE_SKIP for ldflags, since these are binaries we have no control over. Signed-off-by: Tom Zanussi --- .../xorg-xserver/emgd-driver-bin_1.10.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/common/recipes-graphics/xorg-xserver

[yocto] [PATCH 0/1] meta-intel: fix ldflags QA error

2012-05-17 Thread tom . zanussi
From: Tom Zanussi ldflags recently became a QA error, causing emgd-driver-bin to fail with errors like: ERROR: QA Issue: No GNU_HASH in the elf binary: '/srv/yocto/poky/build/tmp/work/core2-poky-linux/emgd-driver-bin-1.10-r0/packages-split/emgd-driver-bin/usr/lib/libmixcommon.so.0.1.9&#

Re: [yocto] [PATCH] Fix X server on emenlow when built with GCC 4.7.x

2012-05-18 Thread Tom Zanussi
On Fri, 2012-05-18 at 17:38 -0400, Chris Hallinan wrote: > Note: this patch has already been submitted against other BSPs, > originally submitted to oe-core by Gary Thomas. I ran into this same > issue building MACHINE=emenlow on my own Z530 platform. There are > likely others as well where this

Re: [yocto] [PATCH 1/1] [meta-intel] meta-cedartrail: Update PVR Graphics drivers.

2012-05-21 Thread Tom Zanussi
Hi Kishore, Looks like you're missing PR bumps for these... Tom On Fri, 2012-05-18 at 14:52 -0700, kishore.k.bo...@intel.com wrote: > From: Kishore Bodke > > Point to the latest version of PVR Graphics > driver. > > Signed-off-by: Kishore Bodke > --- > .../xorg-driver/cdv-pvr-driver.inc

Re: [yocto] [PATCH] Fix X server on emenlow when built with GCC 4.7.x

2012-05-21 Thread Tom Zanussi
On Fri, 2012-05-18 at 23:02 -0400, Chris Hallinan wrote: > On Fri, May 18, 2012 at 6:25 PM, Tom Zanussi wrote: > > On Fri, 2012-05-18 at 17:38 -0400, Chris Hallinan wrote: > >> Note: this patch has already been submitted against other BSPs, > >> originally submitted to

Re: [yocto] [PATCH] Fix X server on emenlow when built with gcc 4.7.x

2012-05-22 Thread Tom Zanussi
On Mon, 2012-05-21 at 21:56 -0500, Christopher Hallinan wrote: > On Mon, May 21, 2012 at 2:30 PM, Tom Zanussi wrote: > > On Fri, 2012-05-18 at 23:02 -0400, Chris Hallinan wrote: > >> On Fri, May 18, 2012 at 6:25 PM, Tom Zanussi wrote: > >> > On Fri, 2012-05-18

Re: [yocto] [PATCH] Fix X server on emenlow when built with gcc 4.7.x

2012-05-22 Thread Tom Zanussi
On Tue, 2012-05-22 at 21:24 +0200, Martin Jansa wrote: > On Tue, May 22, 2012 at 10:31:25AM -0500, Tom Zanussi wrote: > > On Mon, 2012-05-21 at 21:56 -0500, Christopher Hallinan wrote: > > > On Mon, May 21, 2012 at 2:30 PM, Tom Zanussi > > > wrote: > > >

Re: [yocto] [PATCH 0/1] [meta-intel] Update PVR Graphics drivers.

2012-05-22 Thread Tom Zanussi
On Mon, 2012-05-21 at 10:55 -0700, kishore.k.bo...@intel.com wrote: > From: Kishore Bodke > > Pointing to the latest version of PVR > Graphics drivers for the Cedartrail BSP. > > Please pull into meta-intel/denzil > Pulled into meta-intel/master. Thanks, Tom > Thanks > Kishore. > > The fol

Re: [yocto] [PATCH 0/1] [meta-intel] Update PVR Graphics drivers.

2012-05-22 Thread Tom Zanussi
On Tue, 2012-05-22 at 16:14 -0400, jfabernathy wrote: > On 05/22/2012 04:04 PM, Tom Zanussi wrote: > > On Mon, 2012-05-21 at 10:55 -0700, kishore.k.bo...@intel.com wrote: > >> From: Kishore Bodke > >> > >> Pointing to the latest version of PVR > >

[yocto] [PATCH 00/20] meta-intel: new chiefriver BSP and supporting recipes

2012-05-23 Thread tom . zanussi
From: Tom Zanussi This patchset implements a new BSP for the 'Chief River' platform, which consists of the Intel Ivy Bridge processor and Panther Point PCH. It assumes that the Ivy Bridge integrated graphics are being used. It also adds a few new recipes related to video acceleration

[yocto] [PATCH 02/20] meta-intel: add gstreamer-vaapi_git recipe

2012-05-23 Thread tom . zanussi
From: Tom Zanussi Based on the gstreamer-vaapi_0.2.5.bb recipe from the Yocto Project meta-demo layer (git://git.yoctoproject.org/meta-demo): commit a33dd433b629f08bc6517ef2ad3bdd36814ebe85 Author: Joshua Lock Date: Tue Mar 22 12:11:42 2011 + gstreamer-vaapi: new

<    4   5   6   7   8   9   10   11   12   13   >