All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux-imx Git Issues
@ 2014-06-02 20:34 Nick Gordon
  2014-06-02 21:34 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Gordon @ 2014-06-02 20:34 UTC (permalink / raw)
  To: meta-freescale

I'm curious about the current state of the servers for the linux-2.6-imx 
repository. I'm trying to rebuild my kernel for linux-imx as opposed to 
linux-boundary now, and it seems that during the bitbake it always fails 
the git operations for the URL 
git://git.freescale.com/imx/linux-2.6-imx.git. I've tried going through 
the mirrors, but that doesn't seem to work (though I may not be 
accessing the mirrors correctly) and I've tried manually running the git 
commands, but also to no avail. Anyone have any knowledge on this issue?

Thanks

Nick Gordon

-- 
*EMAIL CONFIDENTIALITY STATEMENT: This email, including any attachments 
hereto, may contain confidential and/or proprietary information of Videon 
Central, Inc., and/or may include information controlled for export 
purposes under the U.S. International Traffic in Arms Regulations (ITAR) 
and is intended for the recipient only.   No export, sale, transfer, 
release or other disposition of this information is permitted without prior 
authorization. If you are not the intended recipient please 1) do 
not disclose, copy, distribute or use this message or its contents to any 
other person or entity. 2) advise the sender by return e-mail, and 3) 
delete all copies, including attachments, from your computer. Your 
cooperation is greatly appreciated.*


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Linux-imx Git Issues
  2014-06-02 20:34 Linux-imx Git Issues Nick Gordon
@ 2014-06-02 21:34 ` Otavio Salvador
  2014-06-03 13:46   ` Lauren Post
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-06-02 21:34 UTC (permalink / raw)
  To: Nick Gordon; +Cc: meta-freescale@yoctoproject.org

Hello Nick,

On Mon, Jun 2, 2014 at 5:34 PM, Nick Gordon
<nick.gordon@videon-central.com> wrote:
> I'm curious about the current state of the servers for the linux-2.6-imx
> repository. I'm trying to rebuild my kernel for linux-imx as opposed to
> linux-boundary now, and it seems that during the bitbake it always fails the
> git operations for the URL git://git.freescale.com/imx/linux-2.6-imx.git.
> I've tried going through the mirrors, but that doesn't seem to work (though
> I may not be accessing the mirrors correctly) and I've tried manually
> running the git commands, but also to no avail. Anyone have any knowledge on
> this issue?

Adding Lauren so she can check internally.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Linux-imx Git Issues
  2014-06-02 21:34 ` Otavio Salvador
@ 2014-06-03 13:46   ` Lauren Post
  2014-06-03 17:11     ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Lauren Post @ 2014-06-03 13:46 UTC (permalink / raw)
  To: Otavio Salvador, Nick Gordon; +Cc: meta-freescale@yoctoproject.org

On Mon, Jun 2, 2014 at 5:34 PM, Nick Gordon <nick.gordon@videon-central.com> wrote:
> I'm curious about the current state of the servers for the 
> linux-2.6-imx repository. I'm trying to rebuild my kernel for 
> linux-imx as opposed to linux-boundary now, and it seems that during 
> the bitbake it always fails the git operations for the URL git://git.freescale.com/imx/linux-2.6-imx.git.
> I've tried going through the mirrors, but that doesn't seem to work 
> (though I may not be accessing the mirrors correctly) and I've tried 
> manually running the git commands, but also to no avail. Anyone have 
> any knowledge on this issue?

Adding Lauren so she can check internally.

[Lauren Post] No I have not heard of this issue that our git.freescale.com repositories were having failures to access.  I have one team that uses only the external gits for linux and uboot for building since their work is based off of daisy 3.10.17 GA.  I just did a build yesterday for them with external gits with no problems.

Are you using the right branch?

Lauren

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Linux-imx Git Issues
  2014-06-03 13:46   ` Lauren Post
@ 2014-06-03 17:11     ` Otavio Salvador
  0 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2014-06-03 17:11 UTC (permalink / raw)
  To: Lauren Post; +Cc: meta-freescale@yoctoproject.org

Hello Lauren,

On Tue, Jun 3, 2014 at 10:46 AM, Lauren Post <Lauren.Post@freescale.com> wrote:
> On Mon, Jun 2, 2014 at 5:34 PM, Nick Gordon <nick.gordon@videon-central.com> wrote:
>> I'm curious about the current state of the servers for the
>> linux-2.6-imx repository. I'm trying to rebuild my kernel for
>> linux-imx as opposed to linux-boundary now, and it seems that during
>> the bitbake it always fails the git operations for the URL git://git.freescale.com/imx/linux-2.6-imx.git.
>> I've tried going through the mirrors, but that doesn't seem to work
>> (though I may not be accessing the mirrors correctly) and I've tried
>> manually running the git commands, but also to no avail. Anyone have
>> any knowledge on this issue?
>
> Adding Lauren so she can check internally.
>
> [Lauren Post] No I have not heard of this issue that our git.freescale.com repositories were having failures to access.  I have one team that uses only the external gits for linux and uboot for building since their work is based off of daisy 3.10.17 GA.  I just did a build yesterday for them with external gits with no problems.
>
> Are you using the right branch?

The only way we can be sure it is right is using:

bitbake linux-imx -c cleanall

and than building it again. Otherwise it reuses the downloaded cache
of the GIT repository so just checking if the revision is available
there and not redownloading it.

Please perform this test so we are sure it is working as fetching
errors is a critical issue especially for new users.

Regards,

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-03 17:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 20:34 Linux-imx Git Issues Nick Gordon
2014-06-02 21:34 ` Otavio Salvador
2014-06-03 13:46   ` Lauren Post
2014-06-03 17:11     ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.