summaryrefslogtreecommitdiffstats
path: root/meta/classes/sanity.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/sanity.bbclass')
-rw-r--r--meta/classes/sanity.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index f288b4c84c..773902e619 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -353,7 +353,7 @@ def check_connectivity(d):
353 msg += " Please ensure your host's network is configured correctly.\n" 353 msg += " Please ensure your host's network is configured correctly.\n"
354 msg += " If your ISP or network is blocking the above URL,\n" 354 msg += " If your ISP or network is blocking the above URL,\n"
355 msg += " try with another domain name, for example by setting:\n" 355 msg += " try with another domain name, for example by setting:\n"
356 msg += " CONNECTIVITY_CHECK_URIS = \"https://www.yoctoproject.org/\"" 356 msg += " CONNECTIVITY_CHECK_URIS = \"https://www.example.com/\""
357 msg += " You could also set BB_NO_NETWORK = \"1\" to disable network\n" 357 msg += " You could also set BB_NO_NETWORK = \"1\" to disable network\n"
358 msg += " access if all required sources are on local disk.\n" 358 msg += " access if all required sources are on local disk.\n"
359 retval = msg 359 retval = msg