[yocto] [PATCH 2/2] linux-yocto/meta-yocto: update SRCREVs for utrace merge

2011-06-16 Thread Bruce Ashfield
Updating the SRCREVs to account for the merge of utrace to support systemtap. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_2.6.37.bbappend | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.

[yocto] [PATCH 0/1] linux-yocto/meta-yocto: bump SRCREVs for utrace

2011-06-16 Thread Bruce Ashfield
Richard/Saul, Updating the SRCREVs to take into acccount the utrace update from Tom. With this, the stage is set for systemtap support. The following changes since commit 2163461ec94528ecf046a04edc5db3d2dd3a6b8b: Tom Zanussi (1): systemtap: remove non-core COMPATIBLE_MACHINES are avail

[yocto] [PATCH 1/1] arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC

2011-06-16 Thread Jingdong Lu
From: Alexander Holler commit e2a346a2a054f702fd76f328ff747b9ad9264a4c from git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git Without msecure beeing high it isn't possible to set (or start) the RTC. Tested with a BeagleBoard C4. Signed-off-by: Alexander Holler Signed-off

[yocto] [PATCH 0/1] arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC

2011-06-16 Thread Jingdong Lu
From: Jingdong Lu arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC Fixes bug [YOCTO #767] Alexander Holler (1): arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC arch/arm/mach-omap2/board-omap3beagle.c |3 +++ 1 files changed, 3 insertions(+), 0 d

Re: [yocto] [PATCH 1/1] RTC: Ensure msecure is mux'd to be able to set RTC

2011-06-16 Thread Liming Wang
On 2011-6-16 21:20, Bruce Ashfield wrote: On 06/16/11 02:13, Liming Wang wrote: On 2011-6-16 14:07, Jingdong Lu wrote: From: Jingdong Lu commit e2a346a2a054f702fd76f328ff747b9ad9264a4c from git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git It's fine if you break this lin

Re: [yocto] configure optimization feature update

2011-06-16 Thread Xu, Dongxiao
Hi Richard, > -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Thursday, June 16, 2011 11:01 PM > To: Xu, Dongxiao > Cc: yocto@yoctoproject.org > Subject: Re: configure optimization feature update > > Hi Dongxiao, > > On Thu, 2011-06-16 at 08:

Re: [yocto] [KERNEL][PATCH] add utrace

2011-06-16 Thread Bruce Ashfield
On 06/13/11 10:35, tom.zanu...@intel.com wrote: From: Tom Zanussi This adds support for utrace to linux-yocto, for userspace tracing in systemtap. Please pull into the yocto/base branch linux-yocto. Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib Branch: tzanussi/yocto/base-utr

Re: [yocto] configure optimization feature update

2011-06-16 Thread Richard Purdie
Hi Dongxiao, On Thu, 2011-06-16 at 08:57 +0800, Xu, Dongxiao wrote: > Recently I was doing the "configure optimization" feature and > collecting data for it. > > The main logic of this feature is straight forward: > > 1. Use the diff file as autoreconf cache. (I use command: "diff -ruN > SOURCE-

Re: [yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-16 Thread Koen Kooi
Op 16 jun 2011, om 16:45 heeft Darren Hart het volgende geschreven: > > On 06/15/2011 09:25 PM, Bruce Ashfield wrote: >> On 11-06-15 10:23 PM, Lu Jingdong wrote: >>> On 06/16/2011 01:33 AM, Darren Hart wrote: On 06/15/2011 09:52 AM, Bruce Ashfield wrote: > On 06/15/11 12:48, Darre

Re: [yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-16 Thread Darren Hart
On 06/15/2011 09:25 PM, Bruce Ashfield wrote: > On 11-06-15 10:23 PM, Lu Jingdong wrote: >> On 06/16/2011 01:33 AM, Darren Hart wrote: >>> >>> On 06/15/2011 09:52 AM, Bruce Ashfield wrote: On 06/15/11 12:48, Darren Hart wrote: > > On 06/15/2011 06:31 AM, Bruce Ashfield wrote: >> O

Re: [yocto] [PATCH 1/1] RTC: Ensure msecure is mux'd to be able to set RTC

2011-06-16 Thread Bruce Ashfield
On 06/16/11 03:27, Koen Kooi wrote: Op 16 jun 2011, om 08:07 heeft Jingdong Lu het volgende geschreven: From: Jingdong Lu commit e2a346a2a054f702fd76f328ff747b9ad9264a4c from git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git When I do 'git show e2a346a2a054f702fd76f32

Re: [yocto] [PATCH 1/1] RTC: Ensure msecure is mux'd to be able to set RTC

2011-06-16 Thread Bruce Ashfield
On 06/16/11 02:13, Liming Wang wrote: On 2011-6-16 14:07, Jingdong Lu wrote: From: Jingdong Lu commit e2a346a2a054f702fd76f328ff747b9ad9264a4c from git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git It's fine if you break this line into two lines. arm: omap3: beagle: Ensu

Re: [yocto] [PATCH 1/1] RTC: Ensure msecure is mux'd to be able to set RTC

2011-06-16 Thread Koen Kooi
Op 16 jun 2011, om 08:07 heeft Jingdong Lu het volgende geschreven: > From: Jingdong Lu > > commit e2a346a2a054f702fd76f328ff747b9ad9264a4c from > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git When I do 'git show e2a346a2a054f702fd76f328ff747b9ad9264a4' I get: commi