[yocto] [PATCH 1/1] beagleboard: enable hard floating point abi

2011-08-19 Thread Darren Hart
Fixes [YOCTO #1203] Using the hard floating point abi is incompatible with some binary libaries and 3D support for the Beagleboard. As we do not provide these in poky and meta-yocto, we can take advantage of the hard floating point abi. This can be easily disabled by anyone building on top of meta

[yocto] [PATCH 0/1] beagleboard: enable hard floating point abi

2011-08-19 Thread Darren Hart
There have been requests to enable the hard floating point abi for the Yocto Project Beagleboard BSP. With the recent cortexa8 tune file changes I submitted to oe-core, subject "tune: update arm7a and cortexa8 tune files", it is now possible for the machine config to change DEFAULTTUNE to take adva

[yocto] Agenda: Yocto Technical Team Meeting - (Tuesday, August 23, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada))

2011-08-19 Thread Liu, Song
Agenda * Opens collection - 5 min (Song) * Yocto 1.1 M4 status review and issues - 20 min (team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.1_Release_Criteria#Milestone_ - Build and QA status (Beth/Song) - Release criteria review (Song) . Bug fixing . High bugs . Build

Re: [yocto] Build fails moving from 4.0.1 to 5.0.1

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 21:58 +0100, Chris Tapp wrote: > On 19 Aug 2011, at 21:49, Richard Purdie wrote: > > > On Fri, 2011-08-19 at 20:43 +0100, Chris Tapp wrote: > >> On 19 Aug 2011, at 17:16, Richard Purdie wrote: > >> > >>> On Fri, 2011-08-19 at 08:29 +0100, Chris Tapp wrote: > I've got a c

Re: [yocto] Build fails moving from 4.0.1 to 5.0.1

2011-08-19 Thread Chris Tapp
On 19 Aug 2011, at 21:49, Richard Purdie wrote: On Fri, 2011-08-19 at 20:43 +0100, Chris Tapp wrote: On 19 Aug 2011, at 17:16, Richard Purdie wrote: On Fri, 2011-08-19 at 08:29 +0100, Chris Tapp wrote: I've got a configuration that builds ok under 4.0.1, but when I build under 5.0.1 I get

Re: [yocto] Build fails moving from 4.0.1 to 5.0.1

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 20:43 +0100, Chris Tapp wrote: > On 19 Aug 2011, at 17:16, Richard Purdie wrote: > > > On Fri, 2011-08-19 at 08:29 +0100, Chris Tapp wrote: > >> I've got a configuration that builds ok under 4.0.1, but when I build > >> under 5.0.1 I get the following right at the end: > >> >

Re: [yocto] Build fails moving from 4.0.1 to 5.0.1

2011-08-19 Thread Chris Tapp
On 19 Aug 2011, at 17:16, Richard Purdie wrote: On Fri, 2011-08-19 at 08:29 +0100, Chris Tapp wrote: I've got a configuration that builds ok under 4.0.1, but when I build under 5.0.1 I get the following right at the end: Installing task-poky-boot (1.0-r7) to root... Downloading file:/home/chri

Re: [yocto] [PATCH] script/runqemu: change boot command line for qemuppc

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 18:06 +0800, Liming Wang wrote: > Because qemuppc has no graphic emulation, remove console=tty0 > and make it run into 3 run level. This can reduce boot time > for qemuppc booting. > > Signed-off-by: Liming Wang > --- > scripts/runqemu-internal |4 ++-- > 1 files change

Re: [yocto] Build fails moving from 4.0.1 to 5.0.1

2011-08-19 Thread Richard Purdie
On Fri, 2011-08-19 at 08:29 +0100, Chris Tapp wrote: > I've got a configuration that builds ok under 4.0.1, but when I build > under 5.0.1 I get the following right at the end: > > Installing task-poky-boot (1.0-r7) to root... > Downloading file:/home/chris/yocto/ebox3300-build/tmp/deploy/ipk/

[yocto] [PATCH] meta: add APM Emulation option to beagleboard

2011-08-19 Thread walimis
From: Liming Wang apmd daemon needs this option to work, so add this to beagleboard kernel config file. Signed-off-by: Liming Wang --- .../kernel-cache/bsp/beagleboard/beagleboard.cfg |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/beagl

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

2011-08-19 Thread Tom Zanussi
On Thu, 2011-08-18 at 13:53 -0500, Tom Zanussi wrote: > 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

Re: [yocto] [PATCH] script/runqemu: change boot command line for qemuppc

2011-08-19 Thread Darren Hart
On 08/19/2011 03:06 AM, Liming Wang wrote: > Because qemuppc has no graphic emulation, remove console=tty0 > and make it run into 3 run level. This can reduce boot time > for qemuppc booting. > > Signed-off-by: Liming Wang Acked-by: Darren Hart > --- > scripts/runqemu-internal |4 ++-- >

Re: [yocto] [PATCH] meta: add APM Emulation option to beagleboard

2011-08-19 Thread Darren Hart
On 08/19/2011 02:43 AM, walimis wrote: > From: Liming Wang > > apmd daemon needs this option to work, so add this to beagleboard > kernel config file. > > Signed-off-by: Liming Wang I'd like to move beyond this in the future, but for the 1.1 release I think this is the right call: Acked-by:

[yocto] [PATCH] script/runqemu: change boot command line for qemuppc

2011-08-19 Thread Liming Wang
Because qemuppc has no graphic emulation, remove console=tty0 and make it run into 3 run level. This can reduce boot time for qemuppc booting. Signed-off-by: Liming Wang --- scripts/runqemu-internal |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/runqemu-inter

[yocto] Build fails moving from 4.0.1 to 5.0.1

2011-08-19 Thread Chris Tapp
I've got a configuration that builds ok under 4.0.1, but when I build under 5.0.1 I get the following right at the end: Installing task-poky-boot (1.0-r7) to root... Downloading file:/home/chris/yocto/ebox3300-build/tmp/deploy/ipk/ Vortex86DX/task-poky-boot_1.0-r7_Vortex86DX.ipk. Installing t