Re: [yocto] linux-yocto_3.0: pull powerpc compile fix for -0s in BOOTFLAGS

2011-08-09 Thread Darren Hart
On 08/09/2011 09:26 PM, Bruce Ashfield wrote: > On 11-08-10 12:18 AM, Darren Hart wrote: >> Bruce, >> >> The following patch is needed for qemuppc and fsl-mpc8315e-rdb (same >> reasons as before). Can you pull this in from the 2.6.37 yocto tree? > > It should already be there for the fsl-mpc: >

Re: [yocto] linux-yocto_3.0: pull powerpc compile fix for -0s in BOOTFLAGS

2011-08-09 Thread Bruce Ashfield
On 11-08-10 12:24 AM, Kumar Gala wrote: On Aug 9, 2011, at 11:18 PM, Darren Hart wrote: Bruce, The following patch is needed for qemuppc and fsl-mpc8315e-rdb (same reasons as before). Can you pull this in from the 2.6.37 yocto tree? commit 5ff609967ffe87c49d534d7861a7e0b150517726 Author: Bru

Re: [yocto] linux-yocto_3.0: pull powerpc compile fix for -0s in BOOTFLAGS

2011-08-09 Thread Bruce Ashfield
On 11-08-10 12:18 AM, Darren Hart wrote: Bruce, The following patch is needed for qemuppc and fsl-mpc8315e-rdb (same reasons as before). Can you pull this in from the 2.6.37 yocto tree? It should already be there for the fsl-mpc: > git show f6a70a6408a5d173d69fe3dc26fdaece38b4be3c commit f6a7

Re: [yocto] linux-yocto_3.0: pull powerpc compile fix for -0s in BOOTFLAGS

2011-08-09 Thread Kumar Gala
On Aug 9, 2011, at 11:18 PM, Darren Hart wrote: > Bruce, > > The following patch is needed for qemuppc and fsl-mpc8315e-rdb (same > reasons as before). Can you pull this in from the 2.6.37 yocto tree? > > commit 5ff609967ffe87c49d534d7861a7e0b150517726 > Author: Bruce Ashfield > Date: Thu Oc

[yocto] linux-yocto_3.0: pull powerpc compile fix for -0s in BOOTFLAGS

2011-08-09 Thread Darren Hart
Bruce, The following patch is needed for qemuppc and fsl-mpc8315e-rdb (same reasons as before). Can you pull this in from the 2.6.37 yocto tree? commit 5ff609967ffe87c49d534d7861a7e0b150517726 Author: Bruce Ashfield Date: Thu Oct 14 16:38:00 2010 -0400 powerpc/boot: remove -Os from BOOTFL

[yocto] ARM summit at Plumbers 2011

2011-08-09 Thread Steve McIntyre
Hi folks, Following on from the founding of the cross-distro ARM mailing list, I'd like to propose an ARM summit at this year's Linux Plumbers conference [1]. I'm hoping for a slot on Thursday evening, but this remains to be confirmed at this point. We had some lively discussion about the state o

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

2011-08-09 Thread Liu, Song
New Action Item List: * Song to update wiki page and the Google calendar for w4 schedules. * Song to schedule the go/no-go meeting for M3. * Richard to follow up with Mark on bug 1325 to decide if we need this for M3 once we have the resolutions. * Song to follow up with ScottR offline o

Re: [yocto] Magic/File problems

2011-08-09 Thread jani.uusi-rantala
I was experiencing same issue today with latest Yocto master ca394457c5d7b2cb4544de7ce2d29008ec6173ae (in Fedora R15): | error: magic_load(ms, /usr/share/misc/magic) failed: File 5.4 supports only version 7 magic files. `/usr/share/misc/magic.mgc' is version 8 | rpmbuild.real: rpmfc.c:1154: rpmf

[yocto] FW: M4 Schedule

2011-08-09 Thread Liu, Song
-Original Message- From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] Sent: Monday, August 08, 2011 1:30 PM To: Liu, Song; Wold, Saul Subject: M4 Schedule M4 Release schedule -- Elizabeth Flanagan Yocto Project Build and Release m4.xls Description: m4.xls __

[yocto] [PATCH 3/3] meta-fishriver: switch to linux-yocto 3.0 kernel

2011-08-09 Thread tom . zanussi
From: Tom Zanussi Switch fishriver to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi --- meta-fishriver/conf/machine/fishriver.conf |2 ++ .../recipes-kernel/linux/linux-yocto_3.0.bbappend |6 ++ 2 files changed, 8 insertions(+), 0 dele

[yocto] [PATCH 2/3] meta-fishriver: add live fstype

2011-08-09 Thread tom . zanussi
From: Tom Zanussi Most of the time, we want a -live image, so add it to the IMAGE_FSTYPES by default. Signed-off-by: Tom Zanussi --- meta-fishriver/conf/machine/fishriver.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-fishriver/conf/machine/fishriver.conf

[yocto] [PATCH 0/3] meta-intel: fishriver update

2011-08-09 Thread tom . zanussi
From: Tom Zanussi A few updates for meta-fishriver dealing with the new tune file and live image changes. This also moves the kernel to 3.0. Boot tested successfully with the fishriver live sato image (on emenlow since my fishriver is currently broken). The following changes since commit b1dab

[yocto] [PATCH 1/3] meta-fishriver: remove tune-related assignments from machine conf

2011-08-09 Thread tom . zanussi
From: Tom Zanussi These are all now handled or obsoleted by tune-atom.inc, so remove them here. --- meta-fishriver/conf/machine/fishriver.conf |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishr