]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
default-distrovars.inc: Switch connectivity check to a yoctoproject.org page
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Feb 2022 17:42:03 +0000 (17:42 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 15 Feb 2022 04:41:12 +0000 (12:41 +0800)
example.com is proving unreliable at present so switch to our own connectivity
page instead. That page is very simple avoiding app overhead on our web server
which was an original reason for switching to example.com.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dc6b043cb75c5751b5a98afd2201aa31f9b4b9f6)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/sanity.bbclass
meta/conf/distro/include/default-distrovars.inc

index a2ac4eeb80ba46b86c2bca55ced34fdda6a98cb8..c8a42dc8bf93cc4fc676be98201fa651612fc62c 100644 (file)
@@ -395,7 +395,7 @@ def check_connectivity(d):
                 msg += "    Please ensure your host's network is configured correctly.\n"
                 msg += "    If your ISP or network is blocking the above URL,\n"
                 msg += "    try with another domain name, for example by setting:\n"
-                msg += "    CONNECTIVITY_CHECK_URIS = \"https://www.yoctoproject.org/\""
+                msg += "    CONNECTIVITY_CHECK_URIS = \"https://www.example.com/\""
                 msg += "    You could also set BB_NO_NETWORK = \"1\" to disable network\n"
                 msg += "    access if all required sources are on local disk.\n"
             retval = msg
index 0240589c8154a4090fe627122d5f5ef0dc23b91c..038acc1504601877afa08c3d4ebd6e8f0b04dd7a 100644 (file)
@@ -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;branch=master
-CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/"
+CONNECTIVITY_CHECK_URIS ?= "https://yoctoproject.org/connectivity.html"