All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Lock <josh@linux.intel.com>
To: yocto@yoctoproject.org
Subject: Re: [PATCH 1/1] poky.conf: perform network sanity check by default for poky distros
Date: Wed, 31 Aug 2011 12:21:47 -0700	[thread overview]
Message-ID: <1314818512.2284.0.camel@scimitar> (raw)
In-Reply-To: <0ca0975a1895796bc921a9340897220ba77581af.1314288840.git.josh@linux.intel.com>

On Thu, 2011-08-25 at 10:15 -0700, Joshua Lock wrote:
> Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test for
> http, https and git sources.
> 
> The variable is soft-assigned so that it's easily overrideable.
> 
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
>  meta-yocto/conf/distro/poky.conf |    7 ++++++-
>  1 files changed, 6 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
> index c5fc3b9..46b22f4 100644
> --- a/meta-yocto/conf/distro/poky.conf
> +++ b/meta-yocto/conf/distro/poky.conf
> @@ -54,5 +54,10 @@ ftp://.*/.*      http://autobuilder.yoctoproject.org/sources/ \n \
>  http://.*/.*     http://autobuilder.yoctoproject.org/sources/ \n \
>  https://.*/.*    http://autobuilder.yoctoproject.org/sources/ \n"
>  
> -
> +# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
> +# fetch from the network (and warn you if not). To disable the test set
> +# the variable to be empty.
> +CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD \
> +                          https://eula-downloads.yoctoproject.org/index.php \
> +                          http://bugzilla.yoctoproject.org/report.cgi"
>  

Any feedback on this patch?

Cheers,
Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre



  reply	other threads:[~2011-08-31 19:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-25 17:15 [PATCH 0/1] Enable network sanity checks for Poky derived distros Joshua Lock
2011-08-25 17:15 ` [PATCH 1/1] poky.conf: perform network sanity check by default for poky distros Joshua Lock
2011-08-31 19:21   ` Joshua Lock [this message]
2011-08-31 19:35     ` Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2011-07-13 18:07 [PATCH 0/1] Add CONNECTIVITY_CHECK_URIS to Poky derived distros Joshua Lock
2011-07-13 18:07 ` [PATCH 1/1] poky.conf: perform network sanity check by default for poky distros Joshua Lock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1314818512.2284.0.camel@scimitar \
    --to=josh@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.