[OE-core] [PATCH] Set default CONNECTIVITY_CHECK_URIS to https://www.yoctoproject.org/

Nataliya Korovkina malus.brandywine at gmail.com
Thu Feb 20 16:30:21 UTC 2020


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 at linuxfoundation.org> wrote:
>
> On Thu, 2020-02-20 at 10:03 -0500, Nataliya Korovkina wrote:
> > Signed-off-by: Nataliya Korovkina <malus.brandywine at 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
>


More information about the Openembedded-core mailing list