Hi, I am currently building the aosp_shamu-userdebug ROM image. The setup is working. I now want to build a kernel. I am following the instructions on: http://source.android.com/source/building-kernels.html. I checkout the msm source tree using git: git clone https: //android.googlesource.com/kernel/msm.git. I get an empty 'msm' directory. The instructions then say to:
$ git clone https://android.googlesource.com/device/ti/panda $ cd panda $ git log --max-count=1 kernel If I do a 'git log --max-count=1 kernel' command in the 'msm' directory I get: yile@ubuntu:~/msm$ git log --max-count=1 kernel fatal: ambiguous argument 'kernel': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' yile@ubuntu:~/msm$ Whats up? I am building shamu 6.0. which kernel version should I build for this release of android? Also how does one tell what version the zImage-dtb is ? Thanks Y- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/a3e9cc1d-4901-410a-b710-a04a9b7cfef0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

