Hi All,
I want to build android kitkat on pandaboard...i have downloaded linaro android build script from
http://releases.linaro.org/13.11/android/panda and when i run the script i got cloning error after few hours of fetching the tags and branches...
the script throws the following message...
Traceback (most recent call last):
File "/home/rajkumar/linaro-
android-kitkat/.repo/repo/
main.py", line 408, in <module>
_Main(sys.argv[1:])
File "/home/rajkumar/linaro-
android-kitkat/.repo/repo/
main.py", line 384, in _Main
result = repo._Run(argv) or 0
File "/home/rajkumar/linaro-
android-kitkat/.repo/repo/
main.py", line 143, in _Run
result = cmd.Execute(copts, cargs)
File "/home/rajkumar/linaro-
android-kitkat/.repo/repo/
subcmds/sync.py", line 650, in Execute
fetched = self._Fetch(to_fetch, opt)
File "/home/rajkumar/linaro-
android-kitkat/.repo/repo/
subcmds/sync.py", line 319, in _Fetch
archive=self.manifest.
IsArchive):
File "/home/rajkumar/linaro-
android-kitkat/.repo/repo/
project.py", line 1087, in Sync_NetworkHalf
self._InitMRef()
File "/home/rajkumar/linaro-
android-kitkat/.repo/repo/
project.py", line 2085, in _InitMRef
self._InitAnyMRef(R_M + self.manifest.branch)
File "/home/rajkumar/linaro-
android-kitkat/.repo/repo/
project.py", line 2097, in _InitAnyMRef
self.bare_git.UpdateRef(ref, dst, message = msg, detach = True)
File "/home/rajkumar/linaro-
android-kitkat/.repo/repo/
project.py", line 2306, in UpdateRef
self.update_ref(*cmdv)
File "/home/rajkumar/linaro-
android-kitkat/.repo/repo/
project.py", line 2383, in runner
p.stderr))
error.GitError: platform/packages/
inputmethods/LatinIME update-ref: fatal: 1d90d66fd637398868c98ba66480d1
7250bf1233^0: not a valid SHA1
so i want to as you guys what might be the possible root cause and solution for this if possible...