[android-kernel] Re: "git log kernel" is not working for Nexus 7 3G (Tilapia)

2013-07-10 Thread leon zhang
It should be this - $ git log --max-count=1 -- kernel - On Friday, May 17, 2013 7:15:08 PM UTC+8, vsd wrote: > > Hi, > > I am trying to build kernel for Nexus 7 3G. I am following the steps > mentioned in http://source.android.com/source/building-kernels.html. > When I execute the command git log

[android-kernel] Re: Building kernel for I/O device

2010-03-09 Thread Leon
# Google I/O Device Donut(1.6) kernel git clone git://android.git.kernel.org/kernel/msm.git git checkout -t origin/android-msm-2.6.29-donut -b android-msm-2.6.29- donut . build/envsetup.sh lunch aosp_sapphire_us-eng export ARCH=arm export CROSS_COMPILE=arm-eabi- make msm_defconfig vi .config

[android-kernel] Re: compile 2.6.27 goldfish branch failed

2009-02-25 Thread Leon
Linux Ubuntu 8.10 and toolchain in Android source code prebuilt/linux-x86/toolchain/arm- eabi-4.2.1 export ARCH=arm export CROSS_COMPILE=/mnt/workspace/android/master/prebuilt/linux-x86/ toolchain/arm-eabi-4.2.1/bin/arm-eabi- make goldfish_defconfig make The built kernel works well in the emulat

[android-kernel] Re: emulator support in 2.6.27 ?

2009-02-04 Thread Leon
Hi Greg, Thank for your help. I did try finding the solution by myself. I think that I will spend more time to understand git. Git seems quit different compared to CVS and SVN. Thanks, Leon On Feb 4, 11:38 pm, Greg KH wrote: > On Wed, Feb 4, 2009 at 6:32 AM, Leon wrote: > > &g

[android-kernel] Re: emulator support in 2.6.27 ?

2009-02-04 Thread Leon
Hi, I am not familiar with git. I do not know to how to switch from refs/heads/android-2.6.27 to refs/ heads/android-goldfish-2.6.27. Could you tell me how to use git command to get android- goldfish-2.6.27 ? Thanks a lot, Leon On Jan 28, 2:08 pm, Brian Swetland wrote: > [Jean-Bapti