diff options
-rw-r--r-- | meta/classes-global/sanity.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-global/sanity.bbclass b/meta/classes-global/sanity.bbclass index 4104694478..4a403a2590 100644 --- a/meta/classes-global/sanity.bbclass +++ b/meta/classes-global/sanity.bbclass | |||
@@ -357,6 +357,7 @@ def check_connectivity(d): | |||
357 | if len(msg) == 0: | 357 | if len(msg) == 0: |
358 | msg = "%s.\n" % err | 358 | msg = "%s.\n" % err |
359 | msg += " Please ensure your host's network is configured correctly.\n" | 359 | msg += " Please ensure your host's network is configured correctly.\n" |
360 | msg += " Please ensure CONNECTIVITY_CHECK_URIS is correct and specified URIs are available.\n" | ||
360 | msg += " If your ISP or network is blocking the above URL,\n" | 361 | msg += " If your ISP or network is blocking the above URL,\n" |
361 | msg += " try with another domain name, for example by setting:\n" | 362 | msg += " try with another domain name, for example by setting:\n" |
362 | msg += " CONNECTIVITY_CHECK_URIS = \"https://www.example.com/\"" | 363 | msg += " CONNECTIVITY_CHECK_URIS = \"https://www.example.com/\"" |