All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/
@ 2020-02-20 15:03 Nataliya Korovkina
  2020-02-20 15:27 ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Nataliya Korovkina @ 2020-02-20 15:03 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Nataliya Korovkina <malus.brandywine@gmail.com>
---
 meta/conf/distro/include/default-distrovars.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index 433d4b6651..6c9155b2ae 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -48,4 +48,4 @@ KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}"
 # fetch from the network (and warn you if not). To disable the test set
 # the variable to be empty.
 # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master
-CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"
+CONNECTIVITY_CHECK_URIS ?= "https://www.yoctoproject.org/"
-- 
2.17.1



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

* Re: [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/
  2020-02-20 15:03 [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/ Nataliya Korovkina
@ 2020-02-20 15:27 ` Richard Purdie
  2020-02-20 16:30   ` Nataliya Korovkina
  2020-02-20 16:52   ` Jean-Marie LEMETAYER
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Purdie @ 2020-02-20 15:27 UTC (permalink / raw)
  To: Nataliya Korovkina, openembedded-core

On Thu, 2020-02-20 at 10:03 -0500, Nataliya Korovkina wrote:
> Signed-off-by: Nataliya Korovkina <malus.brandywine@gmail.com>
> ---
>  meta/conf/distro/include/default-distrovars.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/conf/distro/include/default-distrovars.inc
> b/meta/conf/distro/include/default-distrovars.inc
> index 433d4b6651..6c9155b2ae 100644
> --- a/meta/conf/distro/include/default-distrovars.inc
> +++ b/meta/conf/distro/include/default-distrovars.inc
> @@ -48,4 +48,4 @@ KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}"
>  # fetch from the network (and warn you if not). To disable the test
> set
>  # the variable to be empty.
>  # Git example url: git://git.yoctoproject.org/yocto-firewall-
> test;protocol=git;rev=master
> -CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"
> +CONNECTIVITY_CHECK_URIS ?= "https://www.yoctoproject.org/"

Why would that be better?

There have been several requests to change this however I'm not sure we
can find one perfect url we can use :(

Cheers,

Richard



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

* Re: [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/
  2020-02-20 15:27 ` Richard Purdie
@ 2020-02-20 16:30   ` Nataliya Korovkina
  2020-02-20 16:36     ` Ross Burton
  2020-02-20 16:52   ` Jean-Marie LEMETAYER
  1 sibling, 1 reply; 6+ messages in thread
From: Nataliya Korovkina @ 2020-02-20 16:30 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

https://www.yoctoproject.org/ is good enough until the project is on.
https://www.example.com/ doesn't exist for at least a year while I'm
witnessing it, so the instructions of "Quick build" don't work
out-of-the-box.

Thanks,
Nataliya

On Thu, Feb 20, 2020 at 10:27 AM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> On Thu, 2020-02-20 at 10:03 -0500, Nataliya Korovkina wrote:
> > Signed-off-by: Nataliya Korovkina <malus.brandywine@gmail.com>
> > ---
> >  meta/conf/distro/include/default-distrovars.inc | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/conf/distro/include/default-distrovars.inc
> > b/meta/conf/distro/include/default-distrovars.inc
> > index 433d4b6651..6c9155b2ae 100644
> > --- a/meta/conf/distro/include/default-distrovars.inc
> > +++ b/meta/conf/distro/include/default-distrovars.inc
> > @@ -48,4 +48,4 @@ KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}"
> >  # fetch from the network (and warn you if not). To disable the test
> > set
> >  # the variable to be empty.
> >  # Git example url: git://git.yoctoproject.org/yocto-firewall-
> > test;protocol=git;rev=master
> > -CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"
> > +CONNECTIVITY_CHECK_URIS ?= "https://www.yoctoproject.org/"
>
> Why would that be better?
>
> There have been several requests to change this however I'm not sure we
> can find one perfect url we can use :(
>
> Cheers,
>
> Richard
>


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

* Re: [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/
  2020-02-20 16:30   ` Nataliya Korovkina
@ 2020-02-20 16:36     ` Ross Burton
  0 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2020-02-20 16:36 UTC (permalink / raw)
  To: Nataliya Korovkina; +Cc: OE-core

On Thu, 20 Feb 2020 at 16:30, Nataliya Korovkina
<malus.brandywine@gmail.com> wrote:
> https://www.yoctoproject.org/ is good enough until the project is on.
> https://www.example.com/ doesn't exist for at least a year while I'm
> witnessing it, so the instructions of "Quick build" don't work
> out-of-the-box.

$ GET www.example.com
<!doctype html>
<html>
<head>
    <title>Example Domain</title>
...
<body>
<div>
    <h1>Example Domain</h1>
    <p>This domain is for use in illustrative examples in documents.
You may use this
    domain in literature without prior coordination or asking for
permission.</p>
    <p><a href="https://www.iana.org/domains/example">More
information...</a></p>
</div>
</body>
</html>

Works for me, and everyone else presumably.

What specific issues are you seeing?

Ross


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

* Re: [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/
  2020-02-20 15:27 ` Richard Purdie
  2020-02-20 16:30   ` Nataliya Korovkina
@ 2020-02-20 16:52   ` Jean-Marie LEMETAYER
  2020-02-20 19:29     ` Nataliya Korovkina
  1 sibling, 1 reply; 6+ messages in thread
From: Jean-Marie LEMETAYER @ 2020-02-20 16:52 UTC (permalink / raw)
  To: Richard Purdie; +Cc: OE-core



On Feb 20, 2020, at 4:27 PM, Richard Purdie richard.purdie@linuxfoundation.org wrote:
> On Thu, 2020-02-20 at 10:03 -0500, Nataliya Korovkina wrote:
>> Signed-off-by: Nataliya Korovkina <malus.brandywine@gmail.com>
>> ---
>>  meta/conf/distro/include/default-distrovars.inc | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/meta/conf/distro/include/default-distrovars.inc
>> b/meta/conf/distro/include/default-distrovars.inc
>> index 433d4b6651..6c9155b2ae 100644
>> --- a/meta/conf/distro/include/default-distrovars.inc
>> +++ b/meta/conf/distro/include/default-distrovars.inc
>> @@ -48,4 +48,4 @@ KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}"
>>  # fetch from the network (and warn you if not). To disable the test
>> set
>>  # the variable to be empty.
>>  # Git example url: git://git.yoctoproject.org/yocto-firewall-
>> test;protocol=git;rev=master
>> -CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"
>> +CONNECTIVITY_CHECK_URIS ?= "https://www.yoctoproject.org/"
> 
> Why would that be better?
> 
> There have been several requests to change this however I'm not sure we
> can find one perfect url we can use :(

Hi Nataliya,

I am one of those who made a request:
http://lists.openembedded.org/pipermail/openembedded-core/2020-January/291926.html

Since I have created 3 pages on GitHub pages, GitLab pages and Bitbucket pages:
- https://connectivitycheck.github.io
- https://connectivitycheck.github.io
- https://connectivitycheck.bitbucket.io

I think we could use them in a mirrored way like Richard have suggested (in my thread).

I cannot do it right now, but this is definitely on my roadmap
because I still see the issue regularly.

Best Regards,
Jean-Marie






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

* Re: [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/
  2020-02-20 16:52   ` Jean-Marie LEMETAYER
@ 2020-02-20 19:29     ` Nataliya Korovkina
  0 siblings, 0 replies; 6+ messages in thread
From: Nataliya Korovkina @ 2020-02-20 19:29 UTC (permalink / raw)
  To: Jean-Marie LEMETAYER; +Cc: OE-core

Jean-Marie,
thank you for directing me to the thread with the whole discussion.

My point was I found it annoying to add CONNECTIVITY_CHECK_URIS (which
is empty most of time) in my local.conf every time I clone clean tree.
Since the problem is bigger than it seemed to be I withdraw my patch.

Thank you,
Nataliya


On Thu, Feb 20, 2020 at 11:52 AM Jean-Marie LEMETAYER
<jean-marie.lemetayer@savoirfairelinux.com> wrote:
>
>
>
> On Feb 20, 2020, at 4:27 PM, Richard Purdie richard.purdie@linuxfoundation.org wrote:
> > On Thu, 2020-02-20 at 10:03 -0500, Nataliya Korovkina wrote:
> >> Signed-off-by: Nataliya Korovkina <malus.brandywine@gmail.com>
> >> ---
> >>  meta/conf/distro/include/default-distrovars.inc | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/meta/conf/distro/include/default-distrovars.inc
> >> b/meta/conf/distro/include/default-distrovars.inc
> >> index 433d4b6651..6c9155b2ae 100644
> >> --- a/meta/conf/distro/include/default-distrovars.inc
> >> +++ b/meta/conf/distro/include/default-distrovars.inc
> >> @@ -48,4 +48,4 @@ KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}"
> >>  # fetch from the network (and warn you if not). To disable the test
> >> set
> >>  # the variable to be empty.
> >>  # Git example url: git://git.yoctoproject.org/yocto-firewall-
> >> test;protocol=git;rev=master
> >> -CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"
> >> +CONNECTIVITY_CHECK_URIS ?= "https://www.yoctoproject.org/"
> >
> > Why would that be better?
> >
> > There have been several requests to change this however I'm not sure we
> > can find one perfect url we can use :(
>
> Hi Nataliya,
>
> I am one of those who made a request:
> http://lists.openembedded.org/pipermail/openembedded-core/2020-January/291926.html
>
> Since I have created 3 pages on GitHub pages, GitLab pages and Bitbucket pages:
> - https://connectivitycheck.github.io
> - https://connectivitycheck.github.io
> - https://connectivitycheck.bitbucket.io
>
> I think we could use them in a mirrored way like Richard have suggested (in my thread).
>
> I cannot do it right now, but this is definitely on my roadmap
> because I still see the issue regularly.
>
> Best Regards,
> Jean-Marie
>
>
>
>


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

end of thread, other threads:[~2020-02-20 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20 15:03 [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/ Nataliya Korovkina
2020-02-20 15:27 ` Richard Purdie
2020-02-20 16:30   ` Nataliya Korovkina
2020-02-20 16:36     ` Ross Burton
2020-02-20 16:52   ` Jean-Marie LEMETAYER
2020-02-20 19:29     ` Nataliya Korovkina

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.