* [PATCH 0/1] Add CONNECTIVITY_CHECK_URIS to Poky derived distros
@ 2011-07-13 18:07 Joshua Lock
2011-07-13 18:07 ` [PATCH 1/1] poky.conf: perform network sanity check by default for poky distros Joshua Lock
0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2011-07-13 18:07 UTC (permalink / raw)
To: yocto
Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test
against http, https and git sources for Poky derived distrbutions.
The following changes since commit 068839698fe192d8846c0ed4db65861448e8e524:
eglibc: fix runtime assertion failure (2011-07-13 12:34:30 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib josh/sanity
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/sanity
Joshua Lock (1):
poky.conf: perform network sanity check by default for poky distros
meta-yocto/conf/distro/poky.conf | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
--
1.7.6
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] poky.conf: perform network sanity check by default for poky distros
2011-07-13 18:07 [PATCH 0/1] Add CONNECTIVITY_CHECK_URIS to Poky derived distros Joshua Lock
@ 2011-07-13 18:07 ` Joshua Lock
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Lock @ 2011-07-13 18:07 UTC (permalink / raw)
To: yocto
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 1ae94a0..679bef6 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -48,4 +48,9 @@ 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"
--
1.7.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-13 18:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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.