Hello sir,<br>As i was working under a firewall so i changed the &quot;git://&quot; part by &quot;http://&quot; in the modified Makefile sent by you. But still the same following problem is occuring. The error message is:<br>
<br>*********************************<br>student@student-desktop:~/moko2$ 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/moko2/bitbake/.git/<br>cat: /home/student/moko2/bitbake/.git/refs/remotes/origin/bitbake-om: No such file or directory<br>cd: 465: can&#39;t cd to /home/student/moko2/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 bitbake-om ))<br>git checkout: updating paths is incompatible with switching branches/forcing<br>
Did you intend to checkout &#39;bitbake-om&#39; which can not be resolved as commit?<br>make: *** [setup-bitbake] Error 1<br>student@student-desktop:~/moko2$ <br>**************************************<br>Am i missing something or is there any problem in changing the &quot;git://&quot; by &quot;http://&quot;. <br>
I will be highly glad to hear any help. <br><br><br><div class="gmail_quote">On Mon, May 26, 2008 at 3:24 PM, David Samblas Martinez &lt;<a href="mailto:dsamblas@yahoo.es">dsamblas@yahoo.es</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table style="font-family: arial; font-size: 10pt; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); width: 100%;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
Hi saurabh,<br>Mi first reply to your post was intentended to be posted on the dev-list&nbsp; not direct&nbsp; to you&nbsp; so I post this in list.<br><br>I have not found the Makefile of the mokomakefile in the new git repo, but I attached mine modified Makefile that solves(for me) the origin/bitbake update issue.<br>
<br>I only erase &quot;origin/&quot; from the begining of the {$BB_GIT_BRANCH} in all his appearence<br>&nbsp;<br>Any comment from a more skilled dev will be apreciated.<br><br>Regards<br><br>--- El <b>lun, 26/5/08, saurabh gupta <i>&lt;<a href="mailto:saurabhgupta1403@gmail.com" target="_blank">saurabhgupta1403@gmail.com</a>&gt;</i></b> escribió:<br>
<blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div class="Ih2E3d">De: saurabh gupta
 &lt;<a href="mailto:saurabhgupta1403@gmail.com" target="_blank">saurabhgupta1403@gmail.com</a>&gt;<br></div>Asunto: Re: problem in moko makefile setup<br>Para: <a href="mailto:dsamblas@yahoo.es" target="_blank">dsamblas@yahoo.es</a><br>
Fecha: lunes, 26 mayo, 2008 10:00<div><div></div><div class="Wj3C7c"><br><br><div>Thank you sir,<br><br>I tried to change the makefile but the problem is still there and same. Can you please mail me the new makefile which is updated to the current repository system at git://<a rel="nofollow" href="http://git.openmoko.org/git/" target="_blank">git.openmoko.org/git/</a>.&nbsp; <br>

<br>Thanks very much...<br> <br><div class="gmail_quote">On Sat, May 24, 2008 at 7:40 PM, David Samblas Martinez &lt;<a rel="nofollow" href="mailto:dsamblas@yahoo.es" target="_blank">dsamblas@yahoo.es</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<table style="font-family: arial; font-size: 10pt; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); width: 100%;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">

<br>Same problem here, I have modified the Makefile removing the &quot;origin/&quot; from the Bitbake variable, be aware to not remove &quot;origin/&quot; from the openembedded variable.<br>Regards <br>--- El <b>sáb, 24/5/08, saurabh gupta <i>&lt;<a rel="nofollow" href="mailto:saurabhgupta1403@gmail.com" target="_blank">saurabhgupta1403@gmail.com</a>&gt;</i></b> escribió:<br>

<blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">De: saurabh gupta &lt;<a rel="nofollow" href="mailto:saurabhgupta1403@gmail.com" target="_blank">saurabhgupta1403@gmail.com</a>&gt;<br>
Asunto: problem in moko makefile setup<br>
Para: &quot;openmoko-devel&quot; &lt;<a rel="nofollow" href="mailto:openmoko-devel@lists.openmoko.org" target="_blank">openmoko-devel@lists.openmoko.org</a>&gt;<br>Fecha: sábado, 24 mayo, 2008 10:49<div><div></div><div><br>

<br><div>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 rel="nofollow" href="http://git.openmoko.org/git/bitbake.git" target="_blank">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 rel="nofollow" href="http://git.openmoko.org/git" target="_blank">http://git.openmoko.org/git</a>, but there is no origin file or directory in the <a rel="nofollow" href="http://git.openmoko.org/git/bitbake.git/refs/remotes/" target="_blank">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
</div></div></div></blockquote></td></tr></tbody></table><div><br>






      <hr size="1"><br><font face="Verdana" size="-2">Enviado desde <a rel="nofollow" href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52431/*http://es.docs.yahoo.com/mail/overview/index.html" target="_blank">Correo Yahoo!</a><br>

La bandeja de entrada más inteligente.<br></font></div></blockquote></div><br><br clear="all"><br>-- <br>Saurabh Gupta<br>Electronics and Communication Engg.<br>NSIT,New Delhi<br><br>&quot;Chance favors the prepared mind........&quot;
</div></div></div></blockquote></td></tr></tbody></table><div><div></div><div class="Wj3C7c"><br>






      <hr size="1"><br><font face="Verdana" size="-2">Enviado desde <a href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52431/*http://es.docs.yahoo.com/mail/overview/index.html" target="_blank">Correo Yahoo!</a><br>
La bandeja de entrada más inteligente.<br></font></div></div></blockquote></div><br><br clear="all"><br>-- <br>Saurabh Gupta<br>Electronics and Communication Engg.<br>NSIT,New Delhi<br><br>&quot;Chance favors the prepared mind........&quot;