All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd-utils: Update SRC_URI
@ 2018-10-30  7:53 mingli.yu
  2018-10-30 12:13 ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: mingli.yu @ 2018-10-30  7:53 UTC (permalink / raw)
  To: openembedded-core, richard.purdie

From: Mingli Yu <Mingli.Yu@windriver.com>

The official repo for mtd-utils is git://git.infradead.org/mtd-utils.git,
however there comes below error:
$ git ls-remote git://git.infradead.org/mtd-utils.git
fatal: unable to connect to git.infradead.org:
git.infradead.org[0: 198.137.202.133]: errno=Connection timed out
git.infradead.org[1: 2607:7c80:54:e::133]: errno=Network is unreachable

Use the alternative one instead currently.

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 meta/recipes-devtools/mtd/mtd-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
index f53c6c1..b71c997 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
@@ -13,7 +13,7 @@ RDEPENDS_mtd-utils-tests += "bash"
 PV = "2.0.2+${SRCPV}"
 
 SRCREV = "bc63d36e39f389c8c17f6a8e9db47f2acc884659"
-SRC_URI = "git://git.infradead.org/mtd-utils.git \
+SRC_URI = "git://github.com/sigma-star/mtd-utils.git \
            file://add-exclusion-to-mkfs-jffs2-git-2.patch \
            file://0001-Revert-Return-correct-error-number-in-ubi_get_vol_in.patch \
 "
-- 
2.7.4



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

* Re: [PATCH] mtd-utils: Update SRC_URI
  2018-10-30  7:53 [PATCH] mtd-utils: Update SRC_URI mingli.yu
@ 2018-10-30 12:13 ` Burton, Ross
  2018-10-30 19:51   ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2018-10-30 12:13 UTC (permalink / raw)
  To: Mingli Yu; +Cc: OE-core

The machine is only down temporarily and should be back soon.  I don't
think we should merge this as we'll be reverting shortly.

Ross
On Tue, 30 Oct 2018 at 07:53, <mingli.yu@windriver.com> wrote:
>
> From: Mingli Yu <Mingli.Yu@windriver.com>
>
> The official repo for mtd-utils is git://git.infradead.org/mtd-utils.git,
> however there comes below error:
> $ git ls-remote git://git.infradead.org/mtd-utils.git
> fatal: unable to connect to git.infradead.org:
> git.infradead.org[0: 198.137.202.133]: errno=Connection timed out
> git.infradead.org[1: 2607:7c80:54:e::133]: errno=Network is unreachable
>
> Use the alternative one instead currently.
>
> Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
> ---
>  meta/recipes-devtools/mtd/mtd-utils_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
> index f53c6c1..b71c997 100644
> --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
> +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
> @@ -13,7 +13,7 @@ RDEPENDS_mtd-utils-tests += "bash"
>  PV = "2.0.2+${SRCPV}"
>
>  SRCREV = "bc63d36e39f389c8c17f6a8e9db47f2acc884659"
> -SRC_URI = "git://git.infradead.org/mtd-utils.git \
> +SRC_URI = "git://github.com/sigma-star/mtd-utils.git \
>             file://add-exclusion-to-mkfs-jffs2-git-2.patch \
>             file://0001-Revert-Return-correct-error-number-in-ubi_get_vol_in.patch \
>  "
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] mtd-utils: Update SRC_URI
  2018-10-30 12:13 ` Burton, Ross
@ 2018-10-30 19:51   ` Burton, Ross
  2018-10-31  1:31     ` Yu, Mingli
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2018-10-30 19:51 UTC (permalink / raw)
  To: Mingli Yu; +Cc: OE-core

It's back now.

Ross
On Tue, 30 Oct 2018 at 12:13, Burton, Ross <ross.burton@intel.com> wrote:
>
> The machine is only down temporarily and should be back soon.  I don't
> think we should merge this as we'll be reverting shortly.
>
> Ross
> On Tue, 30 Oct 2018 at 07:53, <mingli.yu@windriver.com> wrote:
> >
> > From: Mingli Yu <Mingli.Yu@windriver.com>
> >
> > The official repo for mtd-utils is git://git.infradead.org/mtd-utils.git,
> > however there comes below error:
> > $ git ls-remote git://git.infradead.org/mtd-utils.git
> > fatal: unable to connect to git.infradead.org:
> > git.infradead.org[0: 198.137.202.133]: errno=Connection timed out
> > git.infradead.org[1: 2607:7c80:54:e::133]: errno=Network is unreachable
> >
> > Use the alternative one instead currently.
> >
> > Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
> > ---
> >  meta/recipes-devtools/mtd/mtd-utils_git.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
> > index f53c6c1..b71c997 100644
> > --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
> > +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
> > @@ -13,7 +13,7 @@ RDEPENDS_mtd-utils-tests += "bash"
> >  PV = "2.0.2+${SRCPV}"
> >
> >  SRCREV = "bc63d36e39f389c8c17f6a8e9db47f2acc884659"
> > -SRC_URI = "git://git.infradead.org/mtd-utils.git \
> > +SRC_URI = "git://github.com/sigma-star/mtd-utils.git \
> >             file://add-exclusion-to-mkfs-jffs2-git-2.patch \
> >             file://0001-Revert-Return-correct-error-number-in-ubi_get_vol_in.patch \
> >  "
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] mtd-utils: Update SRC_URI
  2018-10-30 19:51   ` Burton, Ross
@ 2018-10-31  1:31     ` Yu, Mingli
  0 siblings, 0 replies; 4+ messages in thread
From: Yu, Mingli @ 2018-10-31  1:31 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core



On 2018年10月31日 03:51, Burton, Ross wrote:
> It's back now.

Got it, thanks Ross!

Thanks,

>
> Ross
> On Tue, 30 Oct 2018 at 12:13, Burton, Ross <ross.burton@intel.com> wrote:
>>
>> The machine is only down temporarily and should be back soon.  I don't
>> think we should merge this as we'll be reverting shortly.
>>
>> Ross
>> On Tue, 30 Oct 2018 at 07:53, <mingli.yu@windriver.com> wrote:
>>>
>>> From: Mingli Yu <Mingli.Yu@windriver.com>
>>>
>>> The official repo for mtd-utils is git://git.infradead.org/mtd-utils.git,
>>> however there comes below error:
>>> $ git ls-remote git://git.infradead.org/mtd-utils.git
>>> fatal: unable to connect to git.infradead.org:
>>> git.infradead.org[0: 198.137.202.133]: errno=Connection timed out
>>> git.infradead.org[1: 2607:7c80:54:e::133]: errno=Network is unreachable
>>>
>>> Use the alternative one instead currently.
>>>
>>> Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
>>> ---
>>>   meta/recipes-devtools/mtd/mtd-utils_git.bb | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb
>>> index f53c6c1..b71c997 100644
>>> --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb
>>> +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb
>>> @@ -13,7 +13,7 @@ RDEPENDS_mtd-utils-tests += "bash"
>>>   PV = "2.0.2+${SRCPV}"
>>>
>>>   SRCREV = "bc63d36e39f389c8c17f6a8e9db47f2acc884659"
>>> -SRC_URI = "git://git.infradead.org/mtd-utils.git \
>>> +SRC_URI = "git://github.com/sigma-star/mtd-utils.git \
>>>              file://add-exclusion-to-mkfs-jffs2-git-2.patch \
>>>              file://0001-Revert-Return-correct-error-number-in-ubi_get_vol_in.patch \
>>>   "
>>> --
>>> 2.7.4
>>>
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


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

end of thread, other threads:[~2018-10-31  1:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-30  7:53 [PATCH] mtd-utils: Update SRC_URI mingli.yu
2018-10-30 12:13 ` Burton, Ross
2018-10-30 19:51   ` Burton, Ross
2018-10-31  1:31     ` Yu, Mingli

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.