All of lore.kernel.org
 help / color / mirror / Atom feed
* Git status
@ 2017-05-08 19:23 Nelson Pinto
  2017-05-09  0:26 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Nelson Pinto @ 2017-05-08 19:23 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1178 bytes --]

Good afternoon,

I'm trying to do a bitbake using the krogoth branch but this error keeps
appearing.

ERROR: firmware-imx-1_5.4-r0 do_fetch: Fetcher failure: Fetch command
failed with exit code 128, output:
Cloning into bare repository
'/home/nelson/fsl-release-bsp/downloads//git2/git.freescale.com.imx.imx-firmware.git'...
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection refused


ERROR: firmware-imx-1_5.4-r0 do_fetch: Function failed: Fetcher failure for
URL: 'git://
git.freescale.com/imx/imx-firmware.git;branch=master;destsuffix=/home/nelson/fsl-release-bsp/imx6qBuild/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/firmware-imx-5.4/git'.
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in:
/home/nelson/fsl-release-bsp/imx6qBuild/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/temp/log.do_fetch.75538
ERROR: Task 1076
(/home/nelson/fsl-release-bsp/sources/meta-fsl-arm/recipes-bsp/firmware-imx/
firmware-imx_5.4.bb, do_fetch) failed with exit code '1'

Is git.freescale.com server down?

Best regards,
Nelson Pinto

[-- Attachment #2: Type: text/html, Size: 1715 bytes --]

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

* Re: Git status
  2017-05-08 19:23 Git status Nelson Pinto
@ 2017-05-09  0:26 ` Otavio Salvador
  0 siblings, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2017-05-09  0:26 UTC (permalink / raw)
  To: Nelson Pinto; +Cc: meta-freescale

On Mon, May 8, 2017 at 4:23 PM, Nelson Pinto
<nelsonfilipepirespinto@gmail.com> wrote:
> Good afternoon,
>
> I'm trying to do a bitbake using the krogoth branch but this error keeps
> appearing.
>
> ERROR: firmware-imx-1_5.4-r0 do_fetch: Fetcher failure: Fetch command failed
> with exit code 128, output:
> Cloning into bare repository
> '/home/nelson/fsl-release-bsp/downloads//git2/git.freescale.com.imx.imx-firmware.git'...
> fatal: unable to connect to git.freescale.com:
> git.freescale.com[0: 192.88.156.202]: errno=Connection refused
>
>
> ERROR: firmware-imx-1_5.4-r0 do_fetch: Function failed: Fetcher failure for
> URL:
> 'git://git.freescale.com/imx/imx-firmware.git;branch=master;destsuffix=/home/nelson/fsl-release-bsp/imx6qBuild/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/firmware-imx-5.4/git'.
> Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in:
> /home/nelson/fsl-release-bsp/imx6qBuild/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/temp/log.do_fetch.75538
> ERROR: Task 1076
> (/home/nelson/fsl-release-bsp/sources/meta-fsl-arm/recipes-bsp/firmware-imx/firmware-imx_5.4.bb,
> do_fetch) failed with exit code '1'
>
> Is git.freescale.com server down?

It shouldn't be. Adding Lauren on Cc.


-- 
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] 3+ messages in thread

* Re: git status
  2006-01-12 21:42   ` git status (was: drm tree for 2.6.16-rc1) Andrew Morton
@ 2006-01-12 22:07     ` Roland Dreier
  0 siblings, 0 replies; 3+ messages in thread
From: Roland Dreier @ 2006-01-12 22:07 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Linus Torvalds, airlied, linux-kernel, Brown, Len,
	David Woodhouse, Jens Axboe, Steven French, Roland Dreier,
	Wim Van Sebroeck, Anton Altaparmakov, Dominik Brodowski

> 465768				git-infiniband.patch

> infiniband: Roland, you need to resend the pull request asap, please.

I am planning on sending a request by Friday, but note that I think
you're looking my patches for -mm.  That includes the driver for IBM
eHCA hardware, which is not going upstream now.  Without that, the
queue is much smaller -- my branch for 2.6.16-rc1 looks like:

 drivers/infiniband/core/cm.c                   |   29 +----
 drivers/infiniband/core/sysfs.c                |   22 +---
 drivers/infiniband/core/uverbs_cmd.c           |    2
 drivers/infiniband/hw/mthca/mthca_eq.c         |   28 +++--
 drivers/infiniband/hw/mthca/mthca_provider.c   |  122 ++++++++++++++-----------
 drivers/infiniband/ulp/ipoib/ipoib_multicast.c |   28 +++--
 drivers/infiniband/ulp/srp/ib_srp.c            |   23 ----
 include/rdma/ib_verbs.h                        |    2
 8 files changed, 119 insertions(+), 137 deletions(-)

with a few more patches still to decide on.

 - R.

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

end of thread, other threads:[~2017-05-09  0:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-08 19:23 Git status Nelson Pinto
2017-05-09  0:26 ` Otavio Salvador
  -- strict thread matches above, loose matches on Subject: below --
2006-01-12  9:52 [git tree] drm tree for 2.6.16-rc1 Dave Airlie
2006-01-12 18:17 ` Linus Torvalds
2006-01-12 21:42   ` git status (was: drm tree for 2.6.16-rc1) Andrew Morton
2006-01-12 22:07     ` git status Roland Dreier

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.