Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Darren Hart
On 04/18/2011 02:12 AM, Paul Eggleton wrote: > On Saturday 16 April 2011 00:01:30 Darren Hart wrote: >> On 04/15/2011 03:43 PM, Gary Thomas wrote: >>> eth1 yes, but doesn't the BeagleBoard xM have eth0? >> >> No. The onboard device is usb0. > > Looks like we're not the only ones confused by this

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Koen Kooi
Op 18 apr 2011, om 13:04 heeft Richard Purdie het volgende geschreven: > On Mon, 2011-04-18 at 12:48 +0200, Koen Kooi wrote: >> Op 18 apr 2011, om 11:53 heeft Richard Purdie het volgende geschreven: >> >>> On Mon, 2011-04-18 at 11:30 +0200, Koen Kooi wrote: Op 18 apr 2011, om 11:17 heeft Pa

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Richard Purdie
On Mon, 2011-04-18 at 12:48 +0200, Koen Kooi wrote: > Op 18 apr 2011, om 11:53 heeft Richard Purdie het volgende geschreven: > > > On Mon, 2011-04-18 at 11:30 +0200, Koen Kooi wrote: > >> Op 18 apr 2011, om 11:17 heeft Paul Eggleton het volgende geschreven: > >> > >>> On Friday 15 April 2011 19:2

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Koen Kooi
Op 18 apr 2011, om 11:53 heeft Richard Purdie het volgende geschreven: > On Mon, 2011-04-18 at 11:30 +0200, Koen Kooi wrote: >> Op 18 apr 2011, om 11:17 heeft Paul Eggleton het volgende geschreven: >> >>> On Friday 15 April 2011 19:26:43 Saul Wold wrote: There was some initial discussion at

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Richard Purdie
On Mon, 2011-04-18 at 11:30 +0200, Koen Kooi wrote: > Op 18 apr 2011, om 11:17 heeft Paul Eggleton het volgende geschreven: > > > On Friday 15 April 2011 19:26:43 Saul Wold wrote: > >> There was some initial discussion at ELC this last week about what goes > >> where and how layers are going to wo

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Koen Kooi
Op 18 apr 2011, om 11:17 heeft Paul Eggleton het volgende geschreven: > On Friday 15 April 2011 19:26:43 Saul Wold wrote: >> There was some initial discussion at ELC this last week about what goes >> where and how layers are going to work moving forward. I know that we >> are committed to the qe

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Paul Eggleton
On Friday 15 April 2011 19:26:43 Saul Wold wrote: > There was some initial discussion at ELC this last week about what goes > where and how layers are going to work moving forward. I know that we > are committed to the qemu* machines in oe-core (meta), and that > currently meta-yocto contains a se

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Paul Eggleton
On Saturday 16 April 2011 00:01:30 Darren Hart wrote: > On 04/15/2011 03:43 PM, Gary Thomas wrote: > > eth1 yes, but doesn't the BeagleBoard xM have eth0? > > No. The onboard device is usb0. Looks like we're not the only ones confused by this: https://bugs.launchpad.net/linux-linaro/+bug/622429

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Richard Purdie
On Sat, 2011-04-16 at 06:31 +0200, Koen Kooi wrote: > > Op 15 apr. 2011 om 20:26 heeft Saul Wold het volgende > geschreven: > > > On 04/15/2011 10:00 AM, Paul Eggleton wrote: > >> From: Paul Eggleton > >> > >> Avoids manual configuration of the BeagleBoard xM's ethernet port (which > >> shows

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-15 Thread Koen Kooi
Op 15 apr. 2011 om 20:26 heeft Saul Wold het volgende geschreven: > On 04/15/2011 10:00 AM, Paul Eggleton wrote: >> From: Paul Eggleton >> >> Avoids manual configuration of the BeagleBoard xM's ethernet port (which >> shows up as usb0). >> >> Fixes [YOCTO #930] >> >> Signed-off-by: Paul Egg

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-15 Thread Darren Hart
On 04/15/2011 03:43 PM, Gary Thomas wrote: > On 04/15/2011 04:37 PM, Darren Hart wrote: >> >> >> On 04/15/2011 10:00 AM, Paul Eggleton wrote: >>> From: Paul Eggleton >>> >>> Avoids manual configuration of the BeagleBoard xM's ethernet port (which >>> shows up as usb0). >>> >>> Fixes [YOCTO #930]

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-15 Thread Gary Thomas
On 04/15/2011 04:37 PM, Darren Hart wrote: On 04/15/2011 10:00 AM, Paul Eggleton wrote: From: Paul Eggleton Avoids manual configuration of the BeagleBoard xM's ethernet port (which shows up as usb0). Fixes [YOCTO #930] Signed-off-by: Paul Eggleton --- .../netbase/netbase-4.45/beagleboard/

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-15 Thread Darren Hart
On 04/15/2011 10:00 AM, Paul Eggleton wrote: > From: Paul Eggleton > > Avoids manual configuration of the BeagleBoard xM's ethernet port (which > shows up as usb0). > > Fixes [YOCTO #930] > > Signed-off-by: Paul Eggleton > --- > .../netbase/netbase-4.45/beagleboard/interfaces| 27 > +

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-15 Thread Saul Wold
On 04/15/2011 10:00 AM, Paul Eggleton wrote: From: Paul Eggleton Avoids manual configuration of the BeagleBoard xM's ethernet port (which shows up as usb0). Fixes [YOCTO #930] Signed-off-by: Paul Eggleton --- .../netbase/netbase-4.45/beagleboard/interfaces| 27 1