[yocto] Strange USB behavior

2011-08-18 Thread Chris Tapp
I'm running on a platform using the Vortex86DX SoC which includes a CM119 USB audio interface. I've got a kernel configuration that recognizes and initializes this ok (dmesg reports it as an ALSA device). However, this is only the case if I also have a USB storage device connected when it b

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] linux-yocto 3.0.1 upgrade broke PREFERRED_VERSION setting in BSPs

2011-08-18 Thread Bruce Ashfield
On 11-08-18 01:31 AM, Darren Hart wrote: On 08/17/2011 09:40 PM, Bruce Ashfield wrote: On 11-08-18 12:11 AM, 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.

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

2011-08-18 Thread Bruce Ashfield
On 11-08-18 09:02 AM, Tom Zanussi wrote: 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

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

2011-08-18 Thread Martin Jansa
On Thu, Aug 18, 2011 at 09:33:17AM -0400, Bruce Ashfield wrote: > On 11-08-18 01:31 AM, Darren Hart wrote: > > > > > > On 08/17/2011 09:40 PM, Bruce Ashfield wrote: > >> On 11-08-18 12:11 AM, Bruce Ashfield wrote: > >>> On 11-08-17 11:23 PM, Darren Hart wrote: > We have just rolled out PREFERR

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

2011-08-18 Thread Saul Wold
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 longer necessary. Those instructions have been replaced with the simpler set of instructions no

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 longer > > necessary. Those

Re: [yocto] Strange USB behavior

2011-08-18 Thread Chris Tapp
On 18 Aug 2011, at 09:19, Chris Tapp wrote: I'm running on a platform using the Vortex86DX SoC which includes a CM119 USB audio interface. I've got a kernel configuration that recognizes and initializes this ok (dmesg reports it as an ALSA device). However, this is only the case if I also

Re: [yocto] Strange USB behavior

2011-08-18 Thread Bruce Ashfield
On 11-08-18 3:36 PM, Chris Tapp wrote: On 18 Aug 2011, at 09:19, Chris Tapp wrote: I'm running on a platform using the Vortex86DX SoC which includes a CM119 USB audio interface. I've got a kernel configuration that recognizes and initializes this ok (dmesg reports it as an ALSA device). Howeve

Re: [yocto] [PATCH 0/2] preempt-rt support for meta-yocto BSPs

2011-08-18 Thread Darren Hart
I haven't seen this merged yet, been a week. Is there a concern with the series, or maybe it just got lost in the mix? Thanks, Darren On 08/11/2011 04:08 PM, Darren Hart wrote: > This series add build and boot tested support for the atom-pc and > mpc8315e-rdb. > The routerstationpro and beagleb

Re: [yocto] Strange USB behavior

2011-08-18 Thread Darren Hart
On 08/18/2011 12:36 PM, Chris Tapp wrote: > On 18 Aug 2011, at 09:19, Chris Tapp wrote: > >> I'm running on a platform using the Vortex86DX SoC which includes a >> CM119 USB audio interface. >> >> I've got a kernel configuration that recognizes and initializes this >> ok (dmesg reports it as

Re: [yocto] Strange USB behavior

2011-08-18 Thread Chris Tapp
On 18 Aug 2011, at 22:06, Darren Hart wrote: I asked Sarah Sharp if she had any thoughts, she responded in part: One thing I might suspect is a problem with the host controller going into suspend. I think 2.6.34 didn't have support for USB suspend for mass storage devices, so booting with a ma

[yocto] [PATCH 0/1] n450: decouple from meta-yocto atom-pc machine config

2011-08-18 Thread Darren Hart
The following changes since commit fa92a44396b16be74f0de10256b0d42e52cf0bb6: meta-intel: update linux-yocto 3.0 kernel SRCREVs (2011-08-17 07:50:46 -0500) are available in the git repository at: git://git.pokylinux.org/meta-intel dvhart/n450 http://git.pokylinux.org/cgit.cgi/meta-intel/log/

[yocto] [PATCH 1/1] n450: decouple from meta-yocto atom-pc machine config

2011-08-18 Thread Darren Hart
The meta-yocto atom-pc is a more generic BSP than is needed for the Intel n450. Decouple the n450.conf from the meta-yocto atom-pc.conf. Add a linux-yocto_3.0.bbappend recipe. In the process: o remove MACHINE_FEATURES wifi and add serial o specify linux-yocto version 3.0 o specify linux-libc-heade

[yocto] Bugzilla white board and dates

2011-08-18 Thread Darren Hart
When adding dates to the whiteboard, please use the following format: (DD-MMM-) eg. (18-AUG-2011) It can be very confusing when people use DD-MM and MM-DD, depending on their locale. For DD < 13, you can't determine which format was used. -- Darren Hart Intel Open Source Technology Center Y

Re: [yocto] [PATCH 0/2] preempt-rt support for meta-yocto BSPs

2011-08-18 Thread Saul Wold
On 08/18/2011 01:17 PM, Darren Hart wrote: I haven't seen this merged yet, been a week. Is there a concern with the series, or maybe it just got lost in the mix? Thanks, Darren On 08/11/2011 04:08 PM, Darren Hart wrote: This series add build and boot tested support for the atom-pc and mpc8315

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

2011-08-18 Thread Khem Raj
On 8/17/2011 8:23 PM, Darren Hart wrote: We have just rolled out PREFERRED_VERSION="3.0+git%", and these now fail with messages like: NOTE: preferred version 3.0+git% of linux-yocto not available (for item virtual/kernel) I could patch everything really quick to use 3.0.1+git%... but 3.0.2 was