[yocto] Yocto weekly bug trend charts -- WW19

2012-05-14 Thread Xu, Jiajun
Hi all, This is the weekly bug trend for WW19. The new submitted vs. fixed bug number is 24 vs. 36. WDD number and Open Bug number decreased a little, as 878 and 181. Bug status of WW19 could be found on https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend. Best Regards, Jiajun

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

2012-05-14 Thread Bruce Ashfield
On 12-05-12 03:42 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com 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

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

2012-05-14 Thread Darren Hart
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? -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel

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

2012-05-14 Thread Darren Hart
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 EHCI only? -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel

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

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

Re: [yocto] Unable to fetch URL from any source

2012-05-14 Thread Bodke, Kishore K
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, May 11, 2012 11:42 AM To: Bodke, Kishore K Cc: Yocto Project Discussions; yocto@yoctoproject.org Subject: Re: Unable to fetch URL from any source On 12-05-11 01:04 PM, Bodke, Kishore K wrote:

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, May 15, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2012-05-14 Thread Liu, Song
Agenda * Opens collection - 5 min (Song) * 1.2.1 update - 10 min (ScottG) * Yocto 1.3 status - 10 min (Song/team) - 1.3 feature list: https://wiki.yoctoproject.org/wiki/Yocto_1.3_Features - 1.3 schedule: https://wiki.yoctoproject.org/wiki/Yocto_1.3_Schedule * SWAT team rotation: Saul -

[yocto] Kernel modules fail to compile for ARM

2012-05-14 Thread Chris Tapp
I'm trying to put a BSP together for an ARM system (Raspberry Pi, ARM1176JZF-S CPU). However, when I try and build the kernel I am getting a build failure when the kernel modules are compiled: | CC [M] net/core/pktgen.o |

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

2012-05-14 Thread Bruce Ashfield
On 12-05-14 02:52 PM, Chris Tapp wrote: I'm trying to put a BSP together for an ARM system (Raspberry Pi, ARM1176JZF-S CPU). However, when I try and build the kernel I am getting a build failure when the kernel modules are compiled: | CC [M] net/core/pktgen.o |

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

2012-05-14 Thread Chris Tapp
On 14 May 2012, at 20:05, Bruce Ashfield wrote: On 12-05-14 02:52 PM, Chris Tapp wrote: I'm trying to put a BSP together for an ARM system (Raspberry Pi, ARM1176JZF-S CPU). However, when I try and build the kernel I am getting a build failure when the kernel modules are compiled: | CC

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 tom.zanu...@intel.com Add a feature to enable SCSI support. This also creates a scsi/ directory to contain further SCSI options. Signed-off-by: Tom Zanussi

[yocto] LICENSE = GPL -- problem?

2012-05-14 Thread Wolfgang Denk
Hi, we noticed warnings like No generic license file exists for: GPL in any provider for our own linux kernel recipe. The cause wa the use of an entry LICENSE = GPL which whould read GPLv2 instead of GPL. A scan detected that the same string GPL is used in a number of other recipes:

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

2012-05-14 Thread Darren Hart
On 05/14/2012 12:55 PM, Tom Zanussi wrote: 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 tom.zanu...@intel.com Add a feature to enable SCSI support. This also creates a scsi/ directory to contain further SCSI

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

2012-05-14 Thread Darren Hart
On 05/14/2012 12:57 PM, Tom Zanussi wrote: 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?

Re: [yocto] LICENSE = GPL -- problem?

2012-05-14 Thread Flanagan, Elizabeth
On Mon, May 14, 2012 at 1:11 PM, Wolfgang Denk w...@denx.de wrote: Hi, we noticed warnings like No generic license file exists for: GPL in any provider for our own linux kernel recipe.  The cause wa the use of an entry        LICENSE = GPL which whould read GPLv2 instead of GPL.  A scan

Re: [yocto] LICENSE = GPL -- problem?

2012-05-14 Thread Wolfgang Denk
Dear Elizabeth, In message CAPhnLPDzcwr+0uMFk274KKtfbGD48-z5yQDqD=jozlo0ja9...@mail.gmail.com you wrote: which whould read GPLv2 instead of GPL.  A scan detected that the same string GPL is used in a number of other recipes: bitbake/lib/bb/shell.py:LICENSE = GPL

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

2012-05-14 Thread Khem Raj
On Mon, May 14, 2012 at 11:52 AM, Chris Tapp opensou...@keylevel.com wrote: |   CC [M]  net/core/pktgen.o |

[yocto] Download mirror instability

2012-05-14 Thread Michael Halstead
We are experiencing download mirror instability that began with a DDOS on Friday. Since then the network configuration attached to the mirror server has been in flux. This caused several outages. Fetcher failures during the last 36 hours are probably caused by these issues. I am in the process of