summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2022-02-10 19:36:05 +0300
committerAndrew Geissler <geissonator@yahoo.com>2022-02-12 00:07:58 +0300
commit05164d02209129e2efc54d42ce0c31c77e2865d1 (patch)
tree6f4b3381e449eaa45d9199e098363f650d4f2d23
parentda7f2db5acc0ec3dd912a4d252a8981cc58972ca (diff)
downloadopenbmc-05164d02209129e2efc54d42ce0c31c77e2865d1.tar.xz
meta-phosphor: change connectivity url to yoctoproject
www.example.com is having intermittent connection issues, causing a lot of intermittent openbmc builds fails in CI. Upstream is moving to https://www.yoctoproject.org/ so we should as well. Upstream: https://lists.openembedded.org/g/openembedded-core/message/161662 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Iae7c2debcfe294e3facca25ad47a6b8434449769
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc
index d7e51c04b2..3c90538755 100644
--- a/meta-phosphor/conf/distro/include/phosphor-base.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-base.inc
@@ -33,7 +33,7 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
# 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=https;rev=master
-CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"
+CONNECTIVITY_CHECK_URIS ?= "https://yoctoproject.org/connectivity.html"
SANITY_TESTED_DISTROS ?= " \
poky-2.4 \n \