Re: Issues with merge_config.sh

2013-04-05 Thread John Stultz

On 04/04/2013 07:53 PM, Viresh Kumar wrote:

On 5 April 2013 07:58, John Stultz  wrote:

On 04/04/2013 06:34 PM, Viresh Kumar wrote:

Everytime i run merge_config.sh even with O=../ option, i have to run

O=../ ?

Hmm.. when we compile kernel we can give O=../output-folder as an
parameter and so image/binaries will be created in ../output-folder..

I believe the same is true for merge_config.sh also, isn't it?


make mrproper to clean other stuff otherwise compilation doesn't succeed
and complains to run make mrproper.

Make mrproper gave this:

viresh@blr-linut-001:$ make mrproper
CLEAN   scripts/basic
CLEAN   scripts/kconfig
CLEAN   include/config
CLEAN   .config


Sorry, still not sure I understand the problem.

Could you send me the config fragments and commands you're using cause
compilation problems?

Try this:

make mrproper
ARCH=arm O=../btc2 scripts/kconfig/merge_config.sh
linaro/configs/linaro-base.conf linaro/configs/vexpress.conf
linaro/configs/ubuntu-minimal.conf
make mrproper

You will still see some files being cleaned up by last make mrproper.


Try:
$ make mrproper
$ ARCH=arm ./scripts/kconfig/merge_config.sh -O ../btc2 
linaro/configs/linaro-base.conf linaro/configs/vexpress.conf 
linaro/configs/ubuntu-minimal.conf

$ make mrproper

I think the problem is the script takes a "-O " argument and 
doesn't use a "O=" environment prefix.


That said, I see the same behavior you describe with:
$make mrproper
$O=../tmp/ make defconfig
$make mrproper

Where as it seems to work as expected with:
$make mrproper
$make O=../tmp/ defconfig
$make mrproper

Let me know if you are still seeing anything differently from me, and 
we'll try to sort it out.


We do still create a tmp file in the build directory, but we clean that 
up ourselves. So it might be worth moving that tmp file to the output 
directory as well (since one might be building in a ro source directory?).


thanks
-john



___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


big.LITTLE MP Scheduler test summary-week-14

2013-04-05 Thread Naresh Kamboju
Hi,

Release test report big.LITTLE MP week-14:
Here is test result summary for big.LITTLE MP Scheduler test on TC2
platform with Android image

sched_tests.git No of Test Cases Tests Run Tests Pass Tests Fail Absolute
pass rate (%) Failure Analysis/Comments
Regression 20 19 19 0 100 %
mpbasicsuite 14 10 9 1 90 %
mpcoresuite 10 6 6 0 100 %
mpextendedsuite 20 10 7 3 70 %
mploadbalance 2 2 2 0 100 %

Android Build:
https://android-build.linaro.org/builds/~linaro-android/vexpress-linaro-mp/#build=250

Linux kernel:
 Linux version 3.9.0-rc5-00238-g2b23d54 (jenkins-build@ip-10-147-158-194)
(gcc version 4.7.3 20130226 (prerelease) (Linaro GCC 4.7-2013.03) ) #1 SMP
Fri Apr 5 04:46:25 UTC 2013

Results spread sheet:
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0Ai9ggMs8bsGJdER3azBqWGtXNjRwb1UzSnZ4RGg3OUE#gid=14

Best regards
Naresh Kamboju
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev