diff options
| -rw-r--r-- | meta/classes/sanity.bbclass | 2 | ||||
| -rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index a2ac4eeb80..c8a42dc8bf 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
| @@ -395,7 +395,7 @@ def check_connectivity(d): | |||
| 395 | msg += " Please ensure your host's network is configured correctly.\n" | 395 | msg += " Please ensure your host's network is configured correctly.\n" |
| 396 | msg += " If your ISP or network is blocking the above URL,\n" | 396 | msg += " If your ISP or network is blocking the above URL,\n" |
| 397 | msg += " try with another domain name, for example by setting:\n" | 397 | msg += " try with another domain name, for example by setting:\n" |
| 398 | msg += " CONNECTIVITY_CHECK_URIS = \"https://www.yoctoproject.org/\"" | 398 | msg += " CONNECTIVITY_CHECK_URIS = \"https://www.example.com/\"" |
| 399 | msg += " You could also set BB_NO_NETWORK = \"1\" to disable network\n" | 399 | msg += " You could also set BB_NO_NETWORK = \"1\" to disable network\n" |
| 400 | msg += " access if all required sources are on local disk.\n" | 400 | msg += " access if all required sources are on local disk.\n" |
| 401 | retval = msg | 401 | retval = msg |
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 0240589c81..038acc1504 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
| @@ -48,4 +48,4 @@ KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}" | |||
| 48 | # fetch from the network (and warn you if not). To disable the test set | 48 | # fetch from the network (and warn you if not). To disable the test set |
| 49 | # the variable to be empty. | 49 | # the variable to be empty. |
| 50 | # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master;branch=master | 50 | # Git example url: git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=master;branch=master |
| 51 | CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/" | 51 | CONNECTIVITY_CHECK_URIS ?= "https://yoctoproject.org/connectivity.html" |
