Hello everyone,<br><br>I tried to use the moko makefile but there seems some problem. I edited the makefile by replacing the &quot;git://&quot; by &quot;http://&quot; so that installation can go on despite of firewall and other things. But while using the command &quot;make setup&quot; I got the following error<br>
<br>------------------<br>student@student-desktop:~/moko$ make setup<br>( [ -e stamps/bitbake ] &amp;&amp; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ -e bitbake/.git ] ) || \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( git clone -n <a href="http://git.openmoko.org/git/bitbake.git">http://git.openmoko.org/git/bitbake.git</a> bitbake )<br>
Initialized empty Git repository in /home/student/moko/bitbake/.git/<br>cat: /home/student/moko/bitbake/.git/refs/remotes/origin/bitbake-om: No such file or directory<br>cd: 465: can&#39;t cd to /home/student/moko/bitbake/.git/refs/remotes/origin<br>
fatal: : not a valid SHA1<br>( cd bitbake &amp;&amp; \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( git branch | egrep -e &#39; bitbake-om$&#39; &gt; /dev/null || \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; git checkout -b bitbake-om --track origin/bitbake-om ))<br>git checkout: updating paths is incompatible with switching branches/forcing<br>
Did you intend to checkout &#39;origin/bitbake-om&#39; which can not be resolved as commit?<br>make: *** [setup-bitbake] Error 1<br>--------------------------<br><br>It seems that there is no origin directory in the /home/student/moko/bitbake/.git/refs/remotes/ . I checked the repository structure on <a href="http://git.openmoko.org/git">http://git.openmoko.org/git</a>, but there is no origin file or directory in the <a href="http://git.openmoko.org/git/bitbake.git/refs/remotes/">http://git.openmoko.org/git/bitbake.git/refs/remotes/</a>. So I think that there is something missing.&nbsp; Can anyone help me out in this regard. <br>
<br>thanks..<br><br>Regards...<br><br>-- <br>Saurabh Gupta<br>Electronics and Communication Engg.<br>NSIT,New Delhi