On 14 February 2013 21:44, Eric Huang ericyh@marvell.com wrote:
Thanks! I will start from the integration branch first and see how far I can go.
Another related question: where can I get the config file for the build? I know where to get for the release-build based on the kernel build script, but what procedure should I use to generate the script for a build that is not official release? I saw some links on Linaro website, but none of them work very well, I always get lots new config options need to manually set.
You need to do following to get .config:
scripts/kconfig/merge_config.sh linaro/configs/linaro-base.conf linaro/configs/big-LITTLE-MP.conf arch/arm/configs/vexpress_defconfig linaro/configs/ubuntu.conf
The last one is for ubuntu, use android.conf for android.
-- viresh