Hi,
   I tried the following using repo command for the android-kernel2.6.32, i
got the following error:
      error: revision android-2.6.32 in kernel/common not found
    then how to get android kernel of particular version2.6.32.

    Even i tried using git,

   git checkout --track -b android-2.6.32 origin/archive/android-2.6.32,

   But i felt lots of file missing, ex include/linux/version.h,I was
not able to do the following also:
    make menuconfig ARCH=arm CROSS_COMPILE=arm-eabi-

    scripts/Makefile.build:44:
/media/4C90A08B90A07D58/LinuxWorkstation/Project/android-kernel_2.6.32/scripts/basic/Makefile:
No such file or directory
    make[1]: *** No rule to make target
`/media/4C90A08B90A07D58/LinuxWorkstation/Project/android-kernel_2.6.32/scripts/basic/Makefile'.
 Stop.
    make: *** [scripts_basic] Error 2


   Can help me out to get android-kernel2.6.32 version.

Regards,
Sowmya



On Thu, Apr 14, 2011 at 10:09 AM, Dark Knight <vaisakhru...@gmail.com>wrote:

> You will have to check out the branch ...
> if you are using repo command to check out completely then in your
> local manifest file add this:
> <project path="kernel/common" name="kernel/common"
> revision="android-2.6.35"/>
>
> or otherwise , if you are using GIT directly then. after cloning the
> repository checkout "archive/android-2.6.32"
>
> For finding out other branchs, use git branch -a in ur kernel
> repository
>
> Regards,
> Vaisakh P S
>
> On Apr 13, 6:36 am, sowmya l s <svsp.ram...@gmail.com> wrote:
> > Hi,
> >   How to get Android-kernel 2.6.32.
> > if i do the following ::
> > git clone git://android.git.kernel.org/kernel/common.git android-
> > kernel
> > latest kernel 2.6.36 is getting downloading.
>
> --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to