Is the fsl-arm-yocto-bsp git repo down?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is the fsl-arm-yocto-bsp git repo down?

2,825 Views
markcalhoun
Contributor II

Hi I'm attempting to follow these instructions from the README to repo sync the 4.1.15 kernel.

Download the BSP Yocto Project Environment into your directory: ------------------------------------------- $: mkdir fsl-arm-yocto-bsp $: cd fsl-arm-yocto-bsp $: repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1.15-1.0.0_ga $: repo sync  Note this downloads the latest releases and patches on top of the 4.1.15-1.0.0 ga release.  If the GA release was downloaded before just do repo sync to fetch latest updates.  See ChangeLog for description of patch releases and tags for each update.  To checkout the GA release without patches do the following: $: cd sources/meta-fsl-bsp-release $: git checkout imx_4.1.15_1.0.0_ga


However, yesterday it seems that I kept getting 3.14 kernel doing this and now today the git repo seems to be down? Is anyone else seeing this or can an NXP team member comment? I see the following error today.

Get git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection refused

Labels (3)
Tags (3)
5 Replies

1,235 Views
Yuri
NXP Employee
NXP Employee

Hello,

   Please try again later.

Regards,

Yuri.

0 Kudos

1,235 Views
tmatsuzawa
Contributor I

I am also having the same problem with meta-fsl-bsp-relaese, which worked fine yesterday.

If I try git: protocol (it worked before)

>Get git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
>fatal: unable to connect to git.freescale.com:
> git.freescale.com[0: 192.88.156.202]: errno=Connection refused

Then, I added following to ~/.gitconfig

[url "http://git.freescale.com/git/cgit.cgi/"]
insteadOf = git://git.freescale.com/

but I get the following error.

> fatal: http://git.freescale.com/git/cgit.cgi/imx/meta-fsl-bsp-release/info/refs not valid: is this a git repository?

(longer log)
====
* Trying 192.88.156.202...
* Connected to git.freescale.com (192.88.156.202) port 80 (#0)
> GET /git/cgit.cgi/imx/meta-fsl-bsp-release/info/refs?service=git-upload-pack HTTP/1.1^M
User-Agent: git/1.9.1^M
Host: git.freescale.com^M
Accept: */*^M
Accept-Encoding: gzip^M
Pragma: no-cache^M
^M
< HTTP/1.1 200 OK^M
< Date: Thu, 22 Sep 2016 02:39:47 GMT^M
* Server Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.7a mod_perl/2.0.5 Perl/v5.8.5 is not blacklisted
< Server: Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.7a mod_perl/2.0.5 Perl/v5.8.5^M
< Expires: Thu, 22 Sep 2016 02:44:47 GMT^M
< Last-Modified: Thu, 22 Sep 2016 02:39:47 GMT^M
< Transfer-Encoding: chunked^M
< Content-Type: text/html; charset=UTF-8^M
< ^M
* Connection #0 to host git.freescale.com left intact
fatal: http://git.freescale.com/git/cgit.cgi/imx/meta-fsl-bsp-release/info/refs not valid: is this a git repository?
====

0 Kudos

1,235 Views
tmatsuzawa
Contributor I

But, if I tried 'git clone' instead of 'repo sync', it succeeds with the following.


For successful case, I can see 'Content-Disposition: inline; filename="info/refs' header is there.

But, if I examine the request headers, the above and this are sending the same headers to the server...

Any workaround or reasons for this connection problem?

====
* Trying 192.88.156.202...
* Connected to git.freescale.com (192.88.156.202) port 80 (#0)
> GET /git/cgit.cgi/imx/meta-fsl-bsp-release.git/info/refs?service=git-upload-pack HTTP/1.1^M
User-Agent: git/1.9.1^M
Host: git.freescale.com^M
Accept: */*^M
Accept-Encoding: gzip^M
Pragma: no-cache^M
^M
< HTTP/1.1 200 OK^M
< Date: Thu, 22 Sep 2016 02:23:06 GMT^M
* Server Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.7a mod_perl/2.0.5 Perl/v5.8.5 is not blacklisted
< Server: Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.7a mod_perl/2.0.5 Perl/v5.8.5^M
< Content-Disposition: inline; filename="info/refs"^M
< Expires: Thu, 22 Sep 2016 02:28:06 GMT^M
< Last-Modified: Thu, 22 Sep 2016 02:23:06 GMT^M
< Transfer-Encoding: chunked^M
< Content-Type: text/plain; charset=UTF-8^M
< ^M
* Connection #0 to host git.freescale.com left intact
===

0 Kudos

1,235 Views
tmatsuzawa
Contributor I

Well, there are the differences.
But I am not sure how to configure .gitconfig to fix this.
But: in the first place, if git:xxxx URL is OK (as before), then I do not have to modify .gitcongif.

NG:
> GET /git/cgit.cgi/imx/meta-fsl-bsp-release/info/refs?service=git-upload-pack HTTP/1.1^M

OK:
> GET /git/cgit.cgi/imx/meta-fsl-bsp-release.git/info/refs?service=git-upload-pack HTTP/1.1^M

0 Kudos

1,235 Views
hunterparker
Contributor I

This version is also throwing the same error.

$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.53-1.1.0_ga

Last night it worked and now it does not.

0 Kudos