Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-16 Thread Tomas Frydrych
Hi Bruce, On 15/05/12 19:07, Bruce Ashfield wrote: > On 12-05-15 01:36 PM, Tomas Frydrych wrote: >> Let me turn this question back at you then: is Yocto going to be doing >> thorough Q&A for all of these HW platforms? Decent Q&A is what really >> sets Yocto apart, and what makes it my first port o

Re: [yocto] Raspberry Pi [was Re: Kernel modules fail to compile for ARM]

2012-05-16 Thread Bruce Ashfield
On 12-05-16 03:46 AM, Tomas Frydrych wrote: Hi Bruce, On 15/05/12 19:07, Bruce Ashfield wrote: On 12-05-15 01:36 PM, Tomas Frydrych wrote: Let me turn this question back at you then: is Yocto going to be doing thorough Q&A for all of these HW platforms? Decent Q&A is what really sets Yocto apa

[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, qemux8

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

[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 basic machine suppo

[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 machine support

[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 basic machine suppo

[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 machine support witho

[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 changed,

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

[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 the basic m

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

[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 the basic mach

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

[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/b

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

[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/crownbay.cf

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

[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/fishrive

[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/kernel

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

[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 machine support

[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

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

2012-05-16 Thread Darren Hart
On 05/16/2012 08:50 AM, 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-intel BSPs. > > There are also a couple usb cleanups as well. > > This patchset has been

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

2012-05-16 Thread Bruce Ashfield
On 12-05-16 11:55 AM, Darren Hart wrote: On 05/16/2012 08:50 AM, 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-intel BSPs. There are also a couple usb cleanups as wel

[yocto] Compiling kernel for Raspberry Pi

2012-05-16 Thread Chris Tapp
I've used John's kernel files (https://github.com/djwillis/meta-raspberrypi) and have managed to build an image. However, this doesn't run on the target! I've not got a working serial console on the board, so it's not going to be easy to 'see' what's going on (working on getting one...). I'm u

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

2012-05-16 Thread Bruce Ashfield
On 12-05-16 03:45 PM, Bruce Ashfield wrote: On 12-05-16 11:55 AM, Darren Hart wrote: On 05/16/2012 08:50 AM, 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-intel BSPs.

[yocto] Weekly build now available

2012-05-16 Thread Flanagan, Elizabeth
The weekly build for the milestone 1, week 2 of 1.3 is now available: http://autobuilder.yoctoproject.org/pub/nightly/20120515-2/ -- Elizabeth Flanagan Yocto Project Build and Release ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctopro