Hi,
When trying to checkout the kernel used for Linaro 12.07 on Pandaboard for Android, the required kernel revision does no longer exist in the remote git repository (it was there up till about ~2 weeks ago).
Here is what I'm doing, based on the instructions in the Linaro 12.07 build for Android/Pandaboardhttps://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47-tilt-tracking-blob-12.07-release/#build=3page:
1. Checkout branch *linaro-android-12.07-release* from *git:// android.git.linaro.org/platform/manifest.git* 2. Clone kernel from its location as stated in* tracking-panda.xml*: *git clone git://android.git.linaro.org/kernel/panda kernel* 3. Checkout kernel revision stated in *tracking-panda.xml*: *git checkout -b my_branch 1010fcd033e01ead0d43d61d30b341b0d4c68d49*
I get error: *fatal: reference is not a tree: 1010fcd033e01ead0d43d61d30b341b0d4c68d49*
Clearly, repo sync fails as well.
What change needs to be done to the tracking-panda.xml manifest / kernel revision to checkout a correct revision?