Re: [PATCH] Add -fno-exceptions and -fno-rtti in Android.mk

2012-07-25 Thread Kejun Zhou
OK. Please ignore the patch. On 26 July 2012 13:52, Rajagopal Venkat wrote: > > > On 26 July 2012 08:45, kejun.zhou wrote: > >> From: "kejun.zhou" >> >> Signed-off-by: kejun.zhou >> --- >> Android.mk |4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/Android.m

Re: [PATCH] Add -fno-exceptions and -fno-rtti in Android.mk

2012-07-25 Thread Kejun Zhou
Hi Rajagopal, This patch is for git://git.linaro.org/tools/powertop-2.0.git BRs, Kejun On 26 July 2012 12:27, Amit Kucheria wrote: > Kejun, > > On Thu, Jul 26, 2012 at 8:45 AM, kejun.zhou wrote: > > From: "kejun.zhou" > > Commit message? > > > Signed-off-by: kejun.zhou > > In the future, ple

Re: join the linaro maillist

2012-07-20 Thread Kejun Zhou
Good kidding. PS: Help me how to say "Help"! On 20 July 2012 14:54, Kejun Zhou wrote: > Please check this link http://www.linaro.org/engineering/mailing-lists > > > On 20 July 2012 14:50, Hongjane Fang wrote: > >> I want to jo

Re: join the linaro maillist

2012-07-19 Thread Kejun Zhou
Please check this link http://www.linaro.org/engineering/mailing-lists On 20 July 2012 14:50, Hongjane Fang wrote: > I want to join the linaro-dev maillist,help... > ___ > linaro-dev mailing list > linaro-dev@lists.linaro.org > http://lists.linaro.org

Some question about the vmailloc size of Snowball

2012-07-02 Thread Kejun Zhou
-- Forwarded message -- From: Kejun Zhou Date: 2 July 2012 17:13 Subject: Some question about the vmailloc size of Snowball To: Philippe Langlais Hi Philippe, I saw the vmalloc size was changed from 256M to 300M: http://bazaar.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk

Re: [PATCH] Modify for Android build system.

2012-06-17 Thread Kejun Zhou
Abandon this patch. On 18 June 2012 10:29, Kejun Zhou wrote: > Hi Daniel, > Would you give me some more solutions? I will try them. > > Hi Bero, > Is there some way to use $(wildcard cpufreq/*.sh) to list the Android > target module? > > Hi all, > If you has so

Re: [PATCH] Modify for Android build system.

2012-06-17 Thread Kejun Zhou
Hi Daniel, Would you give me some more solutions? I will try them. Hi Bero, Is there some way to use $(wildcard cpufreq/*.sh) to list the Android target module? Hi all, If you has some idea, please help me out. Any suggestion is welcomed. BRs On 15 June 2012 17:25, Kejun Zhou wrote

Re: [PATCH] Modify for Android build system.

2012-06-15 Thread Kejun Zhou
cycle heat_cpu nanosleep systemtarball: $(CPUHOTPLUG) $(CPUIDLE) $(INCLUDE) $(SCHED_MC) $(SUSPEND) $(THERMAL) $(UTILS) $(wildcard cpufreq/*.sh) On 15 June 2012 15:37, Daniel Lezcano wrote: > On 06/15/2012 08:38 AM, Kejun Zhou wrote: > > The name of the scripts is the name of Android'

Re: [PATCH] Modify for Android build system.

2012-06-14 Thread Kejun Zhou
The name of the scripts is the name of Android's target module too. Android build system needs the module dependencies being listed by the full name. On 15 June 2012 14:29, Daniel Lezcano wrote: > On 06/15/2012 05:22 AM, kejun.zhou wrote: > > From: "kejun.zhou" > > > > Signed-off-by: kejun.zh